Auth0 suddenly not allowing not namespaced custom claims in the token

Hey @tyf

I wont spend more time on this issue as I did tested this mutliple times with multiple tenants.
Access token has not been decorised but the id token does. Might be something temporal but since persistance is important for us we immidiatly moved to namespaced as we are 100% certain it works (and it does).

However I suspect it would be because;

  • the claims being too large (but then it doesn’t even accept the custom claim userId which is basically an uuid)
  • or it would be that the action thinks the call comes internally (as I have read somewhere where it wouldn’t put the non namespaced claims if they came internally). I might be wrong with this one tho as I couldn’t find the place where I readed this…

Thanks for the fast reply between :slight_smile: