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.
- Copy the Application ID for the application.
Find the TenantID
- Open Microsoft Entra.
- Click Applications > App registrations in the side navigation bar.
- Click the application name.
- Click the copy icon next to the Directory ID for the application.
Find your TenantDomain
- Open Microsoft Entra.
- Click Overview in the side navigation bar.
- Copy the Primary domain for your organisation.
Upload information to SharePoint
- Create a text file with this text on 5 lines:
ClientID= TenantID= ClientSecret= TenantDomain=
ExpiryDate=yyyy-mm-dd - Enter your ClientID, TenantID, ClientSecret, TenantDomain, 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.