A cloud-based identity and access management service for securing user authentication and resource access
App Jamf School in Azure Ad EDU
hello,
where can you find the 3 information in Azure for the Azure configuration in Jamf School:
1- The Azure customer secret.
2- The end point of the authorization.
3- The Terminal Point of the token.
According to the publisher Jamf School, you have to follow this path, but only Jamf Pro goes up!
The client's secret is in the Value field.
Active Directory > Default Directory > Application > Jamf School.
Bonjour,
ou peux t'on trouver les 3 informations dans Azure pour le paramétrage Azure dans Jamf School :
1- Le secret du client de Azure.
2- Le Point terminal de l’autorisation.
3- Le Point terminal du jeton.
D'après l'éditeur Jamf School il faut suivre ce chemin, mais seul Jamf Pro remonte !
Le secret du client se trouve dans le champ Valeur.
> Active Directory > Répertoire par défaut > Application > Jamf School.
Microsoft Security | Microsoft Entra | Microsoft Entra ID
3 answers
Sort by: Most helpful
-
-
Fréd 0 Reputation points
2024-01-10T08:37:44.6533333+00:00 Bonjour tout semble correctement configuré entre Entra et Jamf School pour les différents points de terminaisons V1 comme indiqué dans la procédure de Jamf School, la valeur de secret, ect...
voir : https://learn.jamf.com/fr-FR/bundle/jamf-school-documentation/page/Microsoft_Azure_Integration.html
Mais lors de l'enrôlement à partir d'un ipad de dernière génération le retour après tentative d'authentification nous avons ce message d'erreur (voir capture d'écran ipad).
Pouvez vous nous aider ?
Bonne journée
-
Shweta Mathur 30,456 Reputation points Microsoft Employee Moderator
2023-06-15T05:30:12.2566667+00:00 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.