Link Search Menu Expand Document

Prerequisites

  • Auth0 account and/or relevant subscription
  • Your Client ID, also known as Partner code, provided by itsme®.
  • Your Service code provided by itsme®.
  • Client secret provided by itsme®
  • redirect_uri you will be redirecting the user to. In Auth0, it is a generated callback url (please, provide it to onboarding@itsme-id.com)

Configuration between Auth0 and itsme®

  1. Log in Auth0, go to Authentication => Enterprise => OpenID Connect => Create Connection
  2. Populate the details with the parameters you got from itsme®:
Parameter Value
issuer url
back channel response_type=code
ClientID Your Client ID, also known as Partner code
Client Secret Your client_secret
scopes openid profile email address eid service:YOURSERVICECODE
callback url pass generated callback url to onboarding@itsme-id.com

All other fields can be left on the default settings.

  1. Save and return to Authentication => Enterprise => OpenID Connect, click “Try” under newly created connection to test the flow.
  2. Under User Management, find test user and see raw json with requested data.

Reference