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

Please add support for configuring token_endpoint_auth_method #38

Open
zakhenry opened this issue Sep 12, 2023 · 0 comments
Open

Please add support for configuring token_endpoint_auth_method #38

zakhenry opened this issue Sep 12, 2023 · 0 comments

Comments

@zakhenry
Copy link

Describe the problem you'd like to have solved

I interact with an oidc implementation that only has support for the client_secret_basic option for token_endpoint_auth_method which means I cannot use the playground to test with as the playground supports only client_secret_post

Describe the ideal solution

The playground could have a dropdown to select the token endpoint auth method (ideally prefilled by inspecting the .well-known/openid-configuration endpoint)

Options outlined in https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata

Alternatives and current work-arounds

No alternatives if the implementation doesn't support the mechanism

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

No branches or pull requests

1 participant