How to handle SAML Requests?

,

To allow for maximum customization, we’re using the okta-auth-js SDK in a page we host to authenticate users from multiple applications we own using IDX/OIDC.

This is working great! I pass the query params into the config of a new OktaAuth client object each time and at the end of the user interaction when I get an interaction_code, I call signInWithRedirect() which establishes the session and redirects back to the original application the user requested.

Now…
How do we handle SAML requests from our different applications? Can I use the SDK at all to handle those?
In SAML urls you don’t have the same query params, just an application name and id of some kind in the URL.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.