SAML 2.0 Assertion flow

Hello,

Does anyone know how auth0 support SAML 2.0 Assertion flow as described here. I understand that auth0 can support IdP initiated login, which means it’s able to translate the SAML assertion to jwt token used by app, but i failed to find how to do so via api, I’m looking really for equivalent of this

1 Like

Hey @tomas.laube, Auth0 does not support the SAML 2.0 Bearer profile mentioned in those docs today.

If you need to use Auth0 as a SAML IdP, Auth0 should sit between the app and IdP so it can redirect to the IdP for authentication and obtain assertions.

1 Like

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