Skip to main content
Skip table of contents

Entra ID

In order to setup Entra ID for Enterprise Glossary, the app needs to be registered in Microsoft Entra admin center.

  1. Go to https://entra.microsoft.com/ and navigate to App Registrations in the left side panel:

    image-20260610-133330.png

    Click on “+ New Registration” and insert a name for the app. This name is just an identifier inside Entra ID admin panel. In the “Redirect URI” section, select “Single-page application (SPA)” as platform and input the “[EG instance URI]/auth”.

    endpoint: https://host.de/ then redirectUri becomes https://host.de/auth

  2. Navigate to “Certificates & secrets” and add a “New client secret”

    image-20260610-133624.png

    Save the secret “Value” before exiting the page, since it cannot be copied afterwards. This secret “Value” is used for reading Groups and Users inside Microsoft Entra directory and is set in the “Client Secret” field.

  3. Setup application scopes and authorization

    image-20260610-133928.png

    You need to create the application ID URI and then define a scope. Usually User.Read should be enough. Afterwards add the client application and assign it to the Scope.

  4. Setup API permissions for EG
    Add the following permissions

Type

permission

Delegated

email

Delegated

offline_access

Delegated

openid

Delegated

profile

Delegated

User.Read

Delegated

User.ReadBasic.All

Application

Read all groups

Application

GroupMember.Read.All

Application

User.Read.All

image-20260610-134140.png
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.