Java Architecture Diary
May 7, 2020 · Backend Development
How to Customize OAuth 2.0 Token Endpoint in Spring Security
Learn how to retrieve OAuth 2.0 tokens using the password grant, customize the default token endpoint with Spring Security OAuth2, and understand the underlying source code that maps the new endpoint, complete with practical curl commands and Java configuration examples.
JavaOAuth2Token Endpoint
0 likes · 4 min read
