I’m trying to setup logins with an OIDC-Conformant Auth0 tenant according to these directions. I can successfully login, but the authenticated User’s normalized user_id
doesn’t match the
auth0-oidc|YOUR_AUTH0_CONNECTION_NAME|THE_OIDC_PROVIDER_AUTH0_CONNECTION|THE_OIDC_PROVIDER_USER_ID
convention from the documentation. THE_OIDC_PROVIDER_AUTH0_CONNECTION
is set, but THE_OIDC_PROVIDER_USER_ID
is undefined
. How do I ensure that the UserID from the OIDC Provider Tenant is present in the normalized User ID?