Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

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

Open
DeeDeeLee opened this issue Jul 8, 2015 · 1 comment
Open

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

DeeDeeLee opened this issue Jul 8, 2015 · 1 comment
Labels

Comments

@DeeDeeLee
Copy link

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
Copy link
Member

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants