Hello and a quick question about custom claims #10
-
Hi, A quick question. Is it possible to add custom claims to Access Token? Currently my access tokens look like this and it's not very much info .
Again thanks a lot for Heimdall |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
sorry for the late response, i've been busy lately. if the "custom claim" that you mean is a openid related claims, yes Heimdall support it. You can define the prefered claim in reference: https://heimdall.ezralazuardy.com/documentation/oidc#implement-the-claimsetinterface |
Beta Was this translation helpful? Give feedback.
sorry for the late response, i've been busy lately.
if the "custom claim" that you mean is a openid related claims, yes Heimdall support it. You can define the prefered claim in
getClaims()
in the UserEntity.reference: https://heimdall.ezralazuardy.com/documentation/oidc#implement-the-claimsetinterface