Dashboard SSO
Last updated
Last updated
Supported protocols: Saml, OpenId, SCIM and OAuth
In your Azure Portal, go to Microsoft Entra ID, then create a new App registration by clicking on "New registration".
Give the app registration a name and choose "Public client/native (mobile & desktop)" and enter the callback url https://<fidentitytenantname>.fidentity.ch/api/v1/openid-login/callback
the other settings can be left as default. Note that this also works if you have a custom fidentity domain (see Custom Domain).
Click Save.
Copy the tenant ID on the overview page and paste it in the url below. The OpenId Connect configuration can now be downloaded from this url:
https://login.microsoftonline.com/<tenantId>/.well-known/openid-configuration
Please send us the configuration (json).