Skip to content
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

Fix OAuth authentication #1794

Merged
merged 5 commits into from
Jun 7, 2024
Merged

Fix OAuth authentication #1794

merged 5 commits into from
Jun 7, 2024

Conversation

mraible
Copy link
Contributor

@mraible mraible commented Jun 6, 2024

Fix #1518.

@mraible
Copy link
Contributor Author

mraible commented Jun 6, 2024

This currently results in a 400 when it tries to get a token.

Screenshot 2024-06-06 at 4 13 31 PM Screenshot 2024-06-06 at 4 13 39 PM

@mraible
Copy link
Contributor Author

mraible commented Jun 6, 2024

If I change line 50 to have redirectUri: redirectUri + '/',, I get a new error:

{"error":"invalid_grant","error_description":"PKCE verification failed"}

@mraible mraible marked this pull request as ready for review June 7, 2024 16:03
@mraible mraible merged commit 4a98bf8 into main Jun 7, 2024
24 checks passed
@mraible mraible deleted the fix-oauth-login branch June 7, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Login Failure with Keycloak and TypeError: AuthSession.startAsync in JHipster React Native App
1 participant