Entra ID

The RheinInsights Retrieval Suite relies on Entra ID in two ways. The administration interfaces are secured through Entra ID and only the configured users are allowed to maintain the application.

Furthermore in Enterprise Search scenarios, users must authenticate using their Entra ID accounts.

Thus, please follow the following steps to register an according application in Entra ID.

  1. Go to portal.azure.com

  2. Click on Microsoft Entra Id

  3. Click on Manage > App Registrations

  4. Click on New registration

  5. Please note Application (client) ID and Directory (tenant) ID

  6. Please open API permissions

    1. If you are planning to use the search interface with Microsoft Search and Graph Connectors, please add the following Microsoft Graph permissions and grant admin consent

      1. Bookmark.Read.All

      2. ExternalItem.Read.All

      3. offline_access

      4. openid

      5. People.Read

      6. profile

      7. Sites.Read.All

      8. User.Read

      9. User.Read.All

    2. If you are just using the connectors or the search interface with other search engines but Microsoft Search, then please only add the following Microsoft Graph permission and grant Admin consent

      1. User.Read.All

  7. Please open authentication

    1. Register a new Single-page application

    2. Add the following redirect URIs

      1. https://applicationurl/admin

      2. https://applicationurl/redirect

      3. https://applicationurl/

        Click on save

  8. The client id and tenant id can now be used in Authentication Provider .

Connectors and Entra ID

Please note: Besides this, you will see that indexing into Microsoft Search makes an app registration necessary. Furthermore, crawling SharePoint Online, OneDrive or Entra ID also come with app registrations. However, we do not recommend to intertwine these app registrations with the Entra ID app registration, described here.