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

refactor: add --oidc-use-pkce flag to force PKCE authorization flow #599

Merged
merged 1 commit into from
Aug 3, 2021

Conversation

pedrokiefer
Copy link
Contributor

Adds a flag to force PKCE authorization flow. Solve the issue described in #440.

I had a similar issue when using AWS Cognito, as it doesn't have code_challenge_methods_supported in its configuration and the documentation recommends the use! Creating an app without a secret I was able to correctly get a valid token, but I wanted the extra layer of security by using PKCE.

@int128 int128 self-requested a review August 3, 2021 13:00
@int128 int128 merged commit a0cfde7 into int128:master Aug 3, 2021
@int128
Copy link
Owner

int128 commented Aug 3, 2021

Thank you for your contribution!

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.

None yet

2 participants