Login using OIDC (First Factor Authentication)
Unlock passwordless authentication with seamless DICE ID platform integration to Auth0. Simplify user authentication and enhance security using DICE ID
Login to Auth0 Dashboard
Go to Authentication --> Enterprise --> OpenID Connect --> Create Connection
In Settings tab: Populate all values:
Connection name: {name}
Issuer URL: {vcauth agent base url}
Type: Back Channel
Client ID: {client_id as configured in vcauth database}
Client Secret: {client_secret}
Scopes: openid profile vc_authn
Callback URL : {Add shown url to vcauth database redirect uri table}
Customize Login Experience and Applications as per need
Done! You will now see Login with OIDC button on Auth0 login screen
Last updated