Tag: tokens
How to retrieve OAuth 2.0 ID & Access Tokens in Spring Boot
Published:Learn how to access the OAuth 2.0 ID & Access Tokens stored in the Spring Boot Security Context, read their raw values and understand their contents and claims.
Acquiring a Token for On Behalf Of Flow (MSAL4J)
Published:Learn how to obtain an OAuth 2.0 On Behalf Of Flow Access Token using the Microsoft Authentication Library for Java (msal4j).
Acquiring a Token for Client Credentials Flow (MSAL4J)
Published:Discover how you can fetch an OAuth 2.0 Client Credentials Flow Access Token using the Microsoft Authentication Library for Java (msal4j).
Creating Non-Expiring Secrets for Azure App Registrations
Published:Learn how to create secrets that do not expire for Azure App Registrations using Azure CLI, ensuring long-lived credentials for testing and experimentation.
Refresh OAuth 2.0 Tokens in Spring Boot & Spring Cloud Azure
Published:Enhancing token management in Spring Boot with Microsoft Entra ID. Automate token refresh for better security and user experience using a servlet filter.