spring-projects / spring-security

Spring Security

Home Page:http://spring.io/projects/spring-security

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OAuth2 Client Authentication docs are incomplete

sjohnr opened this issue · comments

We should add some information for the following client authentication methods:

  • client_secret_basic
  • client_secret_post
  • none

Note: This information is mentioned elsewhere in the docs, but should also be listed under the Client Authentication section for completeness.

Related gh-11440