I’m wondering if anyone has come across a good working example of how to setup a Spring Security Authentication Server which uses the Client Credentials Flow.
I want my client to authentic (using either client_secret_jwt or private_key_jwt) and receive a bearer token which can then be used to access a resource server.
This appears to be the official documentation which is a little sparce. Any direction here would be very welcome.
New contributor
winarama is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.