Hi Team,
We have an angular application that is using SAML authentication using auth0 IDP.
Now, We need to call some API from same Angular application after the login. This api is expecting OAuth token from auth0 in authorization header. We are stuck how to get this OuAth token from angular application after authentication done from SAML.
Can you please provide some sample code for this. Also if posible please provide example that will return OAuth token in call response we do not want to use callback.
Regards,
Manish