Hi @Fréd ,
Thanks for reaching out.
I understand you are looking for application configurations in Azure AD.
Log in to your Azure portal where the application is registered using your Azure account.
Select Azure Active Directory.
- Select "App registrations".
- Search "Jamf School**"** under All applications
- The Azure customer secret - Click on "Certificates and secrets**"** to get the value of client secret.
Record the secret's value for use in your client application code which adds the client secret. This secret value is never displayed again after you leave this page.
You can add new secret if you are not able to retrieve the secret's value.
- The end point of the authorization- Go to your application and click on endpoints to get all the endpoints of your application.
https://login.microsoftonline.com/<tenantId>/oauth2/v2.0/authorize
where value of tenant id you can get from overview of the application.
- The Terminal Point of the token. - There is nothing like terminal point , Azure AD has token endpoint to get the token. https://login.microsoftonline.com/<tenantId>/oauth2/v2.0/token
-
All the application related details you will get from the application registered in your Azure Active directory.
Hope this will help.
Thanks,
Shweta
Please remember to "Accept Answer" if answer helped you.