-
Notifications
You must be signed in to change notification settings - Fork 668
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
OAuth2: Restart local socket after an error occured #9196
Comments
This issue was marked stale because it has been open for 30 days with no activity. Remove the stale label or comment or this will be closed in 7 days. |
Turned out to not be a client issue. |
TheOneRing
changed the title
OAuth 2.0 login session broken after "Error returned from the server: code verifier invalid"
OAuth2: Restart local socket after an error occured
Dec 6, 2021
TheOneRing
added
p1-urgent
Consider a hotfix release with only that fix (ex: lose trust, money, security issue, ...)
p2-high
Escalation, on top of current planning, release blocker
and removed
p1-urgent
Consider a hotfix release with only that fix (ex: lose trust, money, security issue, ...)
labels
Dec 8, 2021
Merged
@michaelstingl, I have tested this behavior manually as of #9290 (comment)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected behaviour
Login attempt after "Error returned from the server: code verifier invalid" should succeed.
Actual behaviour
Invalid redirect URI with
localhost:0
is generatedSteps to reproduce
demo:demo
in system browsertest:test
in web UI==> Login Error Error returned from the server: code verifier invalid
==> New URL contain invalid redirect URI with
localhost:0
Server configuration
Client configuration
Related: owncloud/oauth2#309
The text was updated successfully, but these errors were encountered: