Question
The token generated with IdentityService misses some attributes.
13:18 Oct 08, 2025
I set up IdentityService following the manual. I generate the token, when I pass it with bearer to a request it gives error 401 Unauthorized.
After comparing the token (in jwt.io) with another token from an environment where it actually works, I noticed that my token does not have the following attributes in the body payload:
"aud": "ApplicationAccess_c60a5f9ab2...",
"prop:SysAdminUnitId": "ee85afe3-eaf3-4cc3-965...",
"prop:Type": "ApplicationAccess",
"prop:OwnerClientId": "IdServiceUser",
"prop:ResourceId": "ApplicationAccess_c60a5f9ab..."
Could anyone help with this?
Like
0 comments