Please contact SOC for instructions to securely share your API keys file.
Get the ClientSecret
Generate a client secret for the application.
Find the ClientID
- Open Microsoft 365 Entra.
- Click Applications > App registrations in the side navigation bar.
- Click All Applications and click the application name.
- Copy the Application (client) ID for the application.
Find the TenantID
- Open Microsoft Entra.
- Click Applications > App registrations in the side navigation bar.
- Click All Applications and click the application name.
- Click the copy icon next to the Directory ID for the application.
Create an API keys file
- Create a text file with this text on 4 lines:
ClientID= TenantID= ClientSecret=
ExpiryDate=yyyy-mm-dd - Enter your ClientID, TenantID, ClientSecret, and ExpiryDate (with the format yyyy-mm-dd), leaving no spaces between the = and the parameter.
- Save the text file as o365-API-keys.txt.
- Contact SOC for instructions on how to securely share your API keys file with them.