So I’ve been trying to setup SSO through azure by following this guide and I keep getting an error that my reply URL is not correct.
Specifically:
Errors
- invalid_response
- The response was received at http://localhost:9000/oauth2/callback/saml instead of companyURL.com/oauth2/callback/saml
I have setup the server base URL on the configuration but I cant seem to get past the reply URL even after following the instructions from Microsoft. Has anyone seen this issue before?
thanks in advanced!