@absolutejs/auth 0.55.1 → 0.55.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,8 +33,8 @@ export declare const ssoDiscoveryRoute: ({ getOrganizationByEmailDomain, ssoConn
33
33
  headers: unknown;
34
34
  response: {
35
35
  400: "An \"email\" query parameter is required" | "A valid email address is required";
36
- 404: "No SSO organization is configured for this email domain" | "No SSO connection is configured for this organization";
37
36
  200: Response;
37
+ 404: "No SSO organization is configured for this email domain" | "No SSO connection is configured for this organization";
38
38
  422: {
39
39
  type: "validation";
40
40
  on: string;
@@ -33,8 +33,8 @@ export declare const oidcSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
33
33
  query: unknown;
34
34
  headers: unknown;
35
35
  response: {
36
- 404: "No OIDC connection is configured for this organization";
37
36
  200: Response;
37
+ 404: "No OIDC connection is configured for this organization";
38
38
  422: {
39
39
  type: "validation";
40
40
  on: string;
@@ -61,8 +61,8 @@ export declare const oidcSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
61
61
  headers: unknown;
62
62
  response: {
63
63
  400: "SSO session cookies are missing" | "Invalid SSO callback request" | "SSO organization mismatch" | "OIDC token response is missing an id_token";
64
- 404: "No OIDC connection is configured for this organization";
65
64
  200: Response;
65
+ 404: "No OIDC connection is configured for this organization";
66
66
  422: {
67
67
  type: "validation";
68
68
  on: string;
@@ -35,8 +35,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
35
35
  query: unknown;
36
36
  headers: unknown;
37
37
  response: {
38
- 404: "No SAML connection is configured for this organization";
39
38
  200: Response;
39
+ 404: "No SAML connection is configured for this organization";
40
40
  422: {
41
41
  type: "validation";
42
42
  on: string;
@@ -62,8 +62,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
62
62
  query: unknown;
63
63
  headers: unknown;
64
64
  response: {
65
- 404: "No SAML connection is configured for this organization";
66
65
  200: Response;
66
+ 404: "No SAML connection is configured for this organization";
67
67
  422: {
68
68
  type: "validation";
69
69
  on: string;
@@ -87,8 +87,8 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
87
87
  query: unknown;
88
88
  headers: unknown;
89
89
  response: {
90
- 404: "No SAML connection is configured for this organization";
91
90
  200: Response;
91
+ 404: "No SAML connection is configured for this organization";
92
92
  422: {
93
93
  type: "validation";
94
94
  on: string;
@@ -141,9 +141,9 @@ export declare const samlSsoRoutes: <UserType>({ authSessionStore, cookieSecure,
141
141
  headers: unknown;
142
142
  response: {
143
143
  400: "Missing SAMLRequest or SAMLResponse" | "Invalid SAML LogoutRequest";
144
+ 200: Response;
144
145
  501: "SAML Single Logout is not configured";
145
146
  404: "No SAML connection is configured for this organization";
146
- 200: Response;
147
147
  422: {
148
148
  type: "validation";
149
149
  on: string;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.55.1",
2
+ "version": "0.55.3",
3
3
  "name": "@absolutejs/auth",
4
4
  "description": "An authorization library for absolutejs",
5
5
  "repository": {