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

disable PKCE by default #511

Merged
merged 1 commit into from
Dec 27, 2023
Merged

Conversation

escattone
Copy link
Contributor

Not all authorization providers yet support PKCE layered on top of the normal, secret-based authorization code flow -- for example, Mozilla Accounts explicitly forbids it -- so in order to avoid the next release being a potentially breaking change, let's set the default value of OIDC_USE_PKCE to False.

@escattone escattone force-pushed the PKCE-disabled-default branch from 99080b2 to 444d45b Compare December 22, 2023 23:19
@escattone escattone requested a review from akatsoulas December 23, 2023 00:01
Copy link
Collaborator

@akatsoulas akatsoulas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @escattone

@akatsoulas akatsoulas merged commit 89637ce into mozilla:main Dec 27, 2023
6 checks passed
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.

2 participants