~8 minutes
Use Auth0 as the identity provider for an organisation. You'll register a Regular Web Application, set the callback URL to Wando, and copy the tenant credentials over.
Sign in at manage.auth0.com and confirm you are on the correct tenant (top-left dropdown). The tenant's "Domain" — for example acme.eu.auth0.com — is your issuer host.
In the left navigation open "Applications" → "Applications", then click "Create Application". Name it "Wando" and pick "Regular Web Applications". Click "Create".
Open the new application's "Settings" tab. Scroll to "Application URIs" and fill in the three URL fields. Multiple URLs can be added by comma-separating them — useful if you run a separate staging environment.
These live in the "Basic Information" section at the top of the same page. The Domain is your issuer; treat the Client Secret like a password.
Scroll to the bottom of the Settings tab and click "Save Changes". The application is now ready to accept sign-in requests from Wando.
Wando uses the OIDC discovery endpoint for the rest of the configuration:
https://<your-tenant>.<region>.auth0.comFor a custom Auth0 domain (e.g. login.acme.com), use that hostname instead.
Send your values to your Wando contact
Send the values below to your Wando contact. They will wire them into your organisation's SSO config and confirm when Auth0 sign-in is live.