Dear,
I can’t get my custom claim in access token.
This my action Post login.
and this link api for login
after login sussessful, redirect to Callback url with access_token
Then, i copy access_token on link above and decode it. But i can’t see custom claim.
I use free plan.
Pls help me. Thank a lot.
Hi @hungtk243,
Welcome to the Auth0 Community!
Non-namespaced custom claims have some restrictions that will prevent them from being included in the token. Are any auth0 domains included in the token audience? This would prevent the non-namespaced claim from appearing.
Feel free to post an example token (you can decode it here: jwt.io) and I can take a look.
Thanks!