Have been running through the setup of SSO with OIDC authentication
The redirect URI was added per instructions (replacing our URL with *** here)
EG - https://***/oauth2sso/callback
When testing the SSO login we get AADSTS50011: redirect URI error -
The redirect URI 'http://***/oauth2sso/callback' specified in the request does not match the redirect URIs configured for the application
-
So we see the problem is down to the redirect in the request using http not https
-
So the question is how to we get the retool request to use https?