
Authenticating a generic client with Spring Security OAuth2 Client
Hello everyone 👋,
I recently worked on a small side project written in Java with the Spring Framework and I had difficulties authenticating to an external OAuth2 client using spring security. The solution to my problem was clear after I perused the code and documentation of the Spring OAuth Client package.
