-
Notifications
You must be signed in to change notification settings - Fork 6
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
When using Oauth with 2FA, the redirect_uri is not called #106
Comments
|
Slight correction: It should redirect to the oauth confirmation page at that point - this works perfectly fine on PC, but it seems on mobile this is flawed. Expected result: https://lowee.de/2020-05-09_00-20-53.mp4 |
|
Ticketed internally on IDPLAT-3143. |
|
@sofianegargouri Is your app publicly available? Trying to reproduce the problem and want to see the different between having the app and not having the app downloaded. |
|
The issue pops up even without the app installed and a "normal" redirect uri. This is with a fresh Client-ID and the redirect uri set to http://localhost or https://localhost https://lowee.de/Screen_Recording_20200519-195812.mp4 The only way i get it to work properly is by forcing chrome into the "show Desktop page" mode: https://lowee.de/Screen_Recording_20200519-201214.mp4 |
|
Got it. I was already logged in when testing and I assume the team might have been doing the same. |
|
@jbulava Sorry, the app is not public yet 😕 |
|
@jbulava Any update on this? It is a show stopper for so many apps out there. It would be great if this issue is fixed asap. |
|
+1 to @rizwan95 |
|
Yes Please fix this, bad first time experience |
|
No update at the moment on timeline for resolution. I can say that this is consistently reproducible for the following conditions:
|
The points which you have mentioned are correct. I would like to add that the problem exists for Safari (SFSafariViewController) in iOS as well. |
|
It also affects the |
|
I have an Android app available in the Google Play store, Greasy Gamer that can replicate this issue. Basically, the user can click the chat box on the embedded twitch chat, sign in, and then it doesnt go to my app with the token. As of now, i am having to redirect to the web version of my app (it works on web browser, but this issue persists inside of a webview) |
|
A fix for this issue was added to production on June 4. Please do let us know however if you see any further redirect issues. |
|
Yes, this fixes the problem :) Thanks a lot @jbulava |
Brief description
When using Oauth with 2FA, the redirect_uri is not called
How to reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: