REST APIs Tutorials:

Spring Authorization Server Example with OAuth 2 Client Credentials and In-memory UsersSpring Authorization Server Example with OAuth 2 Client Credentials and In-memory Users
Guide to implement Spring authorization server with OAuth2 client credentials grant type and in-memory clients (users) with Java code examples. REST clients then call the authorization server to obtain new access tokens to access protected APIs and resources.
Published:  12 February 2025    Views: 198    0 comments
 
How to Customize Access Token Generation in Spring Authorization ServerHow to Customize Access Token Generation in Spring Authorization Server
Code examples about modifying the JWT access tokens generated by Spring authorization server, including add, update and remove claims.
Published:  21 March 2025    Views: 123    0 comments