Skip to main content

Configuring Azure Entra ID

A guide on configuring a new application: Quickstart: Register an app in the Microsoft identity platform - Microsoft Entra | Microsoft Learn

  • Redirect URI = https://auth.finlegal.io/login/callback

  • From the Configure platform settings please select Web

  • From the Add credentials follow instructions Add a client secret

  • Please send us the Client\Application ID & the new client secret value (not Secret ID)

  • Please can you also send across the following two endpoints:

    • In App registrations, select your application
    • Under Overview, select Endpoints, and look for the following endpoints:
    • OAuth 2.0 authorization endpoint (v2)
    • OpenID Connect metadata document
  • You will need to ensure the following permissions are present or create them if they are not

    • In App registrations, select your application
    • Under API permissions, select Add a permission
    • Select Microsoft Graph, and then select Delegated permissions
    • Now use the search to add the following permissions

Permissions to create

  • You may need to configure the admin consent
    • In App registrations, select your application
    • Under API permissions, select Grant admin consent for X (where X is the name of your Azure AD\Entra instance)
    • In the list of permissions the final column should update to say “Granted for X” (where X is the name of your Azure AD\Entra instance)

This is url you will need to initiate the authentication flow: https://uk.casefunnel.io/oidc/signin/XX once everything is configured. Your implementation manager will confirm the actuals for XX.