ory / hydra

The most scalable and customizable OpenID Certified™ OpenID Connect and OAuth Provider on the market. Become an OpenID Connect and OAuth2 Provider over night. Broad support for related RFCs. Written in Go, cloud native, headless, API-first. Available as a service on Ory Network and for self-hosters.
https://www.ory.sh/?utm_source=github&utm_medium=banner&utm_campaign=hydra
Apache License 2.0
15.66k stars 1.5k forks source link

docs: client_secret_post is marked as default token_endpoint_auth_method #3420

Closed aarmam closed 1 year ago

aarmam commented 1 year ago

Preflight checklist

Describe the bug

https://www.ory.sh/docs/hydra/reference/api#tag/oAuth2/operation/createOAuth2Client documentation defines client_secret_post as default value for token_endpoint_auth_method. Actual default is client_secret_basic.

Version

2.x

On which operating system are you observing this issue?

None

In which environment are you deploying?

None

Additional Context

No response

nicolacdnll commented 1 year ago

I was tricked by this as well!