Hi Everyone,
I am following Call an Identity Provider API documentation to call IdP API. My setup is done using Test SAML SSO with Auth0 as Service Provider and Identity Provider, so the SAML2 Web App is used for providing the identity.
I have verified that when making the call to get user data via Management API , the access_token
includes the read:user_idp_tokens
scope.
Still, the response I get does not include access_token
in the identities
only object, although I get name, email, etc.
Is it the limitation of using SAML2 Web App? Or something else that is missing?
Thank you in advance!
admin35