How to add custom claim:
For example in the doc there is not namespacing claims:
{
“sub”: “1234567890”,
“name”: “John Doe”,
“admin”: true
}
But in the doc it is written:
By default, Auth0 always enforces namespacing; any custom claims with non-namespaced identifiers will be silently excluded from tokens and silently ignored in Actions and Rules.
What does “by default” mean? Is there anything where i can specify it?
Stéphane