openid / AppAuth-JS

JavaScript client SDK for communicating with OAuth 2.0 and OpenID Connect providers.
Apache License 2.0
975 stars 162 forks source link

Using PKCE flow doesn't work because code_challenge and code_challenge_method are not allowed #197

Closed BrandonALittle closed 2 years ago

BrandonALittle commented 2 years ago

Expected Behavior

I should be able to use code_challenge and code_challenge_method in the AuthorizationRequest

[REQUIRED] Describe expected behavior

I should be able to use code_challenge and code_challenge_method in the AuthorizationRequest

Describe the problem

The AuthorizationRequest does not allow code_challenge or code_challenge_method

[REQUIRED] Actual Behavior

The AuthorizationRequest does not allow code_challenge or code_challenge_method

[REQUIRED] Steps to reproduce the behavior

Try to use code_challenge or code_challenge_method

[REQUIRED] Environment

*** PLEASE DO NOT LINK TO ISSUES THAT HAVE NOT PROVIDED EXAMPLES!!!!