IdentityServer / IdentityServer2

[deprecated] Thinktecture IdentityServer is a light-weight security token service built with .NET 4.5, MVC 4, Web API and WCF.
Other
410 stars 291 forks source link

OAuthClient redirects to "HTTP" instead of "HTTPS" #853

Open DeeDeeLee opened 9 years ago

DeeDeeLee commented 9 years ago

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

brockallen commented 9 years ago

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