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!