You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having trouble fetching the Auth0 identity value inside the zilla:identity field. Despite explicitly configuring identity: sub in the JWT guard settings, the identity value is not being populated.
Steps to Reproduce:
Configure Auth0 application with HTTP authentication enabled
I'm having trouble fetching the Auth0 identity value inside the zilla:identity field. Despite explicitly configuring identity: sub in the JWT guard settings, the identity value is not being populated.
Steps to Reproduce:
Configure Auth0 application with HTTP authentication enabled
Set issuer and audience from Auth0:
zilla:identity: ${guarded['lsauthgaurd'].identity}
Configuration:
Expected Behavior:
The zilla:identity field should be populated with the sub claim from the JWT token.
Actual Behavior:
The identity value is not being fetched or populated in the zilla:identity field.
The text was updated successfully, but these errors were encountered: