Skip to content

signal support for PKCE in discovery document #1177

Open
@JuliusPC

Description

@JuliusPC

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions