-
Notifications
You must be signed in to change notification settings - Fork 217
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
Optional PKCE #783
Comments
The Authorization Code Grant code path is using PKCE, there is no alternative code path in the library, which can be enabled. This library focuses on OAuth 2.1, which says:
That said, we might should improve the migration docu, which seems outdated... |
Ok. got it. So maybe it is a good idea to change the migration.md description? It clearly says "PKCE remains optional" |
would be great if you make a merge request and fix that in the documentation! |
Is #789 enough to explain the |
As stated on the migration document (https://github.com/authts/oidc-client-ts/blob/main/docs/migration.md) PKCE should be optional even when using code type.
How to config oidc-client-ts to not send code_challenge, code_challenge_method, etc. to the identity server?
Tried to set code_verifier to false but it didn't make any difference.
Thanks in advance.
See also: IdentityModel/oidc-client-js#1360
The text was updated successfully, but these errors were encountered: