Microsoft Entra ID App Creation
To authenticate via OAuth during the collector configuration, you need to create a Microsoft Entra ID Application.
To create an app:
-
Create an O365 account and open Azure Portal using the same credentials as for O365 (Global Admin).
-
Click Microsoft Entra ID at the top of the page and select App Registration from the left-side navigation pane.
-
Click the +New registration button.
-
Enter a Name for the application and click Register.
-
Enter the enter the URL of your local Arctera Insight Capture environment.Note: TheRedirect URIcan be found in theClickinformation of the collector source configuration.
-
Find and make a note your Application (client) ID and Directory(tenant) ID as this is needed for configuring the collector in Arctera Insight Capture.
-
In the navigation pane to the left, go to Certificates & secrets.
-
Click the Upload certificate button.
-
Select a certificate (public key) with one of the following file types: .cer,.pem, .crt, and click Add. For more information on how to create a certificate, see Creating a Certificate (Private and Public Keys).
To add a client secret:
-
In the left-hand navigation pane, go to Manage > Certificates & secrets.
-
Go to Client secrets and click New client secret.
-
Enter a Description, specify a Duration. Click Add.
-
Locate and save the new client secret value for configuring the collector.
Related information