~10 minutes
For any OpenID Connect 1.0 provider not covered by a dedicated guide — Keycloak, Authelia, Ping Identity, Curity, JumpCloud, OneLogin, and others. The steps below are the universal shape; consult your provider's docs for the exact menu labels.
In your IdP's admin console, create a new OIDC client. Most providers call this "Application", "Client", "Service Provider" or "Relying Party". Choose a "confidential" or "web server" client type — Wando authenticates with a client secret on the back channel, so public/SPA client types are not appropriate.
Configure the allowed callback / redirect URI to:
https://www.wando.tromb.com/api/auth/callback/<your-provider-id>Replace `<your-provider-id>` with the slug you'll use in Wando. Wando rejects callbacks whose URL does not match exactly, so check scheme, host and trailing slash.
Wando uses Authorization Code with a confidential client. Enable that grant type; you can leave others (implicit, client credentials, device code) off.
Grant the client these standard OIDC scopes. Wando reads the user's email from the ID token and uses the rest for the profile.
Wando reads authorize / token / userinfo / JWKS endpoints from your IdP's discovery document. Verify it returns valid JSON at:
<your-issuer-url>/.well-known/openid-configurationThe "issuer" field inside that JSON must match the issuer URL you paste into Wando exactly.
Save both values somewhere safe — many IdPs only display the secret once. Wando stores the secret encrypted at rest.
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 — Wando discovers the rest from the issuer URL automatically.