Hi there,
I'll expose my scenario:
I have an Azure AD premium P2 and started a free trial of Mobility + Security E5 this week.
I have registered a device with MS Intune with an user of the AD.
I have a WebApp, and configured it to log in from the AD.
Now, I need to know if an user is logging in the app through a device, and which one (maybe getting the deviceid).
But the provided claims in the object ClaimsPrincipal does not retrieve that info.
I have tried to change the AAD -> Application Registers -> Manifest -> OptionalClaims(and "acceptMappedClaims":true).
I 've tried things like adding "deviceid" or "platf", but nothing changed.
I also tried, to connect to Graph Api, and get the logs with /beta/auditLogs/signIns, but it is not instant. So I don't know critical info.
Kind Regards.