IdentityServer2 icon indicating copy to clipboard operation
IdentityServer2 copied to clipboard

OAuthClient redirects to "HTTP" instead of "HTTPS"

Open DeeDeeLee opened this issue 10 years ago • 1 comments

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

DeeDeeLee avatar Jul 08 '15 22:07 DeeDeeLee

Sounds like the request is sending the http version of your URL. That's a client problem.

brockallen avatar Jul 09 '15 12:07 brockallen