-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oauth registration not working #16759
Comments
Hi Nelson, I need only signin if that is working for you? would be really helpful to me . |
@mandeeplohan For my problem I just discovered, Looking at your issue, it looks like it's redirecting you back to "https", rather than "http", which is why the site can't be found. Just remove the "s" on the return url and yours will probably work. |
@nelson-lark Yeah that might be the issue. Provider and i configured it to http only. However, it is coming back with https |
Sorry, I'm confused by your question. It's replying with https, but as you
stated:
"My provider confirmed that it will use https only."
…On Tue, Sep 21, 2021, 8:00 AM mandeeplohan ***@***.***> wrote:
@nelson-lark </~https://github.com/nelson-lark> Yeah that might be the
issue. Provider and i configured it to http only. However, it is coming
back with https
My provider confirmed that it will use https only. So we changed redirect
url to https at his end and my end.
But still same issue and Also it is still doing http call only and coming
back with https even we changed it to https.
Any idea here?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16759 (comment)>,
or unsubscribe
</~https://github.com/notifications/unsubscribe-auth/AUYCKAG37H5WNYFYQPYVEO3UDCMXRANCNFSM5EOI6PYQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
A clear and concise description of what the bug is.
New users are not able to register.
The custom Oauth flow appears to get the authentication and user info, but then never registers a new users in superet.
Results in an infinite loop of redirects when there is only one oauth provider.
Expected results
New user registration works.
Actual results
If I only have one oauth provider, i get an infinite loop of requests. It successfully authenticates against the id provider (in this case, aws cognito), completes the cusomt oauth_user_info step (i can see results in the log), but never actually registers the user. Ergo, login will not work, and if only one auth provider, will begin to infinite loop.
Screenshots
If applicable, add screenshots to help explain your problem.
How to reproduce the bug
Environment
The text was updated successfully, but these errors were encountered: