Open
Description
signal support for PKCE in discovery document
Problem
OAuth / OIDC clients relying on discovery document for enabling PKCE support may not use PKCE with FusionAuth.
Solution
Add supported challenge methods to /.well-known/openid-configuration
as specified (although for OAuth) in RFC 8414. It may look like this:
"code_challenge_methods_supported": [
"S256",
"plain"
]
Additional context
Examples of Providers supporting this:
Related
How to vote
Please give us a thumbs up or thumbs down as a reaction to help us prioritize this feature. Feel free to comment if you have a particular need or comment on how this feature should work.