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®
- Log in Auth0, go to Authentication => Enterprise => OpenID Connect => Create Connection
- 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.
- Save and return to Authentication => Enterprise => OpenID Connect, click “Try” under newly created connection to test the flow.
- Under User Management, find test user and see raw json with requested data.