I use angular with spring boot
Actually angular app send me the bearer token (access token) to the spring boot (backend end).
With this token is it possible to get the id token?
I use angular with spring boot
Actually angular app send me the bearer token (access token) to the spring boot (backend end).
With this token is it possible to get the id token?
To get ID token along with access token, you need to pass
openidas the scope.Grant
openidpermission to the Microsoft Entra application:To get ID token along with access token, modify your code by passing scope as
openidFor sample, I tried to generate tokens via Postman:
Reference:
Securing Angular and Spring Boot applications with Azure AD - Jeroen Meys — Ordina JWorks Tech Blog (ordina-jworks.io) by Jeroen Meys