LogoLogo
  • fidentity public documentation
  • Dashboard
  • API
    • Authentication documentation
    • Create a new fidentity process
    • Update a new document for signature
    • URL Management and authentication
  • Use Cases
    • QES
      • Variations
        • Main
        • Split
        • Single run
      • Verification methods
      • QES System URLs
      • Sign hashes
    • SimpleIdent
      • Process steps
      • System URLs
  • Others
    • Compatibility
    • Incident management
    • Release Management
      • Feature Preview
      • Patch Releases
      • Release Notes
        • May 2025
        • April 2025
        • March 2025
        • February 2025
        • January 2025
        • December 2024
        • November 2024
      • Major Releases
    • Change Management
    • Passkeys
    • Custom Domain
    • Dashboard SSO
    • Compliance
      • finma RS2016/7
      • VSB20
      • TAV BAKOM
      • ETSI 119 461
Powered by GitBook
On this page
  1. Others

Dashboard SSO

Last updated 1 month ago

Supported protocols: Saml, OpenId, SCIM and OAuth

OpenId example with Microsoft Entra ID

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).