IdentityServer2
IdentityServer2 copied to clipboard
OAuthClient redirects to "HTTP" instead of "HTTPS"
Hi,
I am trying to create a OAuthClient that uses the Identity Server 2 as it's authenication source.
I have setup a OAuth Client with the Redirect URI : "https://idsrv/auth/googleoauth2/oauth_redirect.php".
But after I login, I got the error message:
Error Processing Request The redirect_uri in the request: http://idsrv/auth/googleoauth2/oauth_redirect.php did not match a registered redirect URI.
I checked that I haven't put "HTTP" anywhere.
Could anyone help please? Thanks in advance
Sounds like the request is sending the http version of your URL. That's a client problem.