Ready to post? First, try searching for your answer.
Hi,
My use case is:
I have an application which is integrated with Oauth0 using SAML. I want to test the login functionality locally => therefore I want Oauth0 SAML to redirect the response to my localhost.
Basically I has “MyApp” <==> serviceProvider <==> Oauth0 SAML (identity provider).
MyApp runs locally.
I have setup an application in Oauth0 account => I have added “Saml 2” adds-on.
I have pust the local URL in the “Allowed Callback URL” setting.
The issue is that the Oauth0 SAML redirects the SAML response to the remote server and NOT to the local server/App.