Trying to use the Microsoft graph API to get information about my Enterprise Applications, can get a lot of it via the applications
and serviceProviders
calls but I don't see a way to the information for what is available on the Single sign-on
tab in the Azure portal.
I assumed it was claimsMappingPolicies
but that always returns an empty list, when doing a https://graph.microsoft.com/v1.0/serviceProviders/{id}/claimsMappingPolicies
for a particular service provider or just calling https://graph.microsoft.com/v1.0/claimsMappingPolicies
.
The result is
Body: {"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#policies/claimsMappingPolicies","value":[]}
I've tried all the other policies around the application and serviceProvider with no luck.
Is there another API that I can use to get this information?
For reference here is a screenshot of the information that I'm looking for:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…