You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(provider): change order for constructor arguments in saml (#178)
* fix(provider): changed order for constructor arguments in saml
changed order for constructor arguments in saml
GH-177
* fix(provider): update readme file
update readme file
GH-177
@@ -2878,6 +2889,13 @@ After this, you can use decorator to apply auth to controller functions wherever
2878
2889
2879
2890
Please note above that we are creating two new APIs for SAML. The first one is for UI clients to hit. We are authenticating client as well, then passing the details to the SAML. Then, the actual authentication is done by SAML authorization url, which redirects to the second API we created after success. The first API method body is empty as we do not need to handle its response. The SAML provider in this package will do the redirection for you automatically.
2880
2891
2892
+
Note: For `auth/saml-redirect` one needs to configure the SSO path by incorporating the client ID as a query parameter in existing application set up within your Okta environment for which you intend to enable SSO as follows:
For accessing the authenticated AuthUser model reference, you can inject the CURRENT_USER provider, provided by the extension, which is populated by the auth action sequence above.
0 commit comments