Documentation
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.
Go to portal.azure.com
Click on Microsoft Entra Id
Click on Manage > App Registrations
Click on New registration
Please note Application (client) ID and Directory (tenant) ID
Please open API permissions
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
Bookmark.Read.All
ExternalItem.Read.All
offline_access
openid
People.Read
profile
Sites.Read.All
User.Read
User.Read.All
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
User.Read.All
Please open authentication
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.