79503626

Date: 2025-03-12 12:43:43
Score: 0.5
Natty:
Report link

I managed to find the error.

Auth0 enforces namespacing for custom claims in tokens to avoid conflicts with standard OpenID Connect (OIDC) claims (like sub, email, name). If you want to include custom attributes (like user roles), you must prefix them with a unique, non-Auth0 domain.

I used my auth0 domain which lead to the trigger not working. After changing the namespace to a custom one it worked properly.

Reasons:
  • Whitelisted phrase (-1): it worked
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Skip