How to add a custom claim to Azure AD dispensed JWT access token
myApplication
authenticates and fetch a JWT access token
from Azure AD
. BackendSystem
is authorizing myApplication
based on the claims in JWT access token
.
myApplication
authenticates and fetch a JWT access token
from Azure AD
. BackendSystem
is authorizing myApplication
based on the claims in JWT access token
.