DICE Developer Docs
  • Developer Docs
    • DICE Test Drive
      • Sign-up for Issuer Portal
      • Issue Credentials
      • Verify Credentials
    • Key Concepts
      • DID & Verifiable Credentials
      • DICE ID Architecture
    • Platform Console
      • Dashboard
      • Customers
        • Onboard Customer
      • Credentials
        • Issue Credentials to New Customer
      • Schema
      • Batch Issuance
        • Batch Issuance - Useful Tips
      • Verifications
        • Verification Template
      • Templates
        • Certificate Template
          • Create Template
          • Manage Template
        • Email Template
          • Create Template
          • Manage Template
      • Organization
      • Departments
      • Organization Users
      • API Access
      • Callback Configuration
      • Tutorials
        • Credential Issuance from DICE ID Console
        • Credential Issuance using DICE ID APIs
        • Credential Verification using QR code
        • Credential Verification from DICE ID console
        • Batch Credential Issuance from DICE ID Console
    • Integrations
      • Auth0 Integration
        • Login using OIDC (First Factor Authentication)
        • Custom MFA Rule (For 2FA)
    • DICE ID SDK
      • DICE ID
        • DID & Verifiable Credentials
        • DICE ID Architecture
      • SDK Functionalities
      • Create Wallet
      • Create Connection
      • Creating a Schema
      • Issue a Credential
      • Send Presentation Request
      • Get Verification State
      • Configuration and Customization
      • Error Handling & Troubleshooting
      • Conclusion
      • Additional Resources
  • Getting Started with DICE ID Skill Credentials
    • Building Trust Ecosystems Powered by Credentials
    • DICE ID Integration for Issuers
    • DICE ID Integration for Verifiers
    • DICE ID Brand Usage Guidelines
    • DICE ID Onboarding Confirmation
    • Helpful Q&A
    • Troubleshooting Guide
Powered by GitBook
On this page
  1. Developer Docs
  2. Integrations
  3. Auth0 Integration

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

PreviousAuth0 IntegrationNextCustom MFA Rule (For 2FA)

Last updated 1 year ago

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

Auth0 dashboard
OIDC connection
OIDC details