Pretty sure it will be added to v1.0, "when it's ready" :D
Support for Signin authenticationDetails in v1.0 Graph API
Hi,
I was looking at switching from the beta to v1.0 version for the following Azure AD Get SignIns Graph API endpoint:
https://learn.microsoft.com/en-us/graph/api/signin-get
We are using this endpoint to provide context to Azure AD Identity Protection riskDetections - each risk Detection provides a signin request ID which we use to pull down more context around the actual signin event that produced the risk detection. Part of the context the beta endpoint provided was around authentication (authenticationDetails, authenticationMethodsUsed, authenticationProcessingDetails, authenticationRequirement):
https://learn.microsoft.com/en-us/graph/api/resources/signin?view=graph-rest-beta
These details are not present as part of the v1.0 signIn resource. I'm wondering if there is another endpoint or resource type which will provide this information so we can have better context to diagnose Identity Protection detections. These details are provided in the Azure portal (Portal -> Active Directory -> SignIns -> Click an individual Signin event to open the details view -> Authentication Details) but the portal is still using the beta version of the endpoint so it doesn't provide me much help about how to move forward to the v1.0 endpoint.
Will support be added to the v1.0 endpoint or this information provided through some other resource? Will that Authentication Details panel of the Azure AD portal Signin page not be supported at some point in the future?
Thanks!
2 answers
Sort by: Most helpful
-
-
JamesTran-MSFT 36,871 Reputation points Microsoft Employee
2020-09-04T23:28:19.76+00:00 @Matthew Kracht
Thanks for your post!You can try looking into our Identity Protection documentation that has some APIs that might help with your issue. However, if you'd like to stay up to date with Microsoft Graph releases, please follow and continually watch What's new in Microsoft Graph. If you'd like to stay in the loop or suggest and vote for features you can do so at Microsoft Graph User Voice.
You can also be an active member of the Microsoft Graph Community but Joining the monthly Microsoft Graph Community Call.
I hope this helps. Please let me know if you have any other questions.
Thank you for your time!