Forum Discussion
DylanArchTis
Jan 24, 2024Copper Contributor
Find DeviceDetail for the currently logged in user
Assuming I have an authorization token for a valid Entra/AAD user, and my back-end service has the necessary permissions to query all of Entra/AAD (including AuditLogs), how can I find the AuditLogs....
VasilMichev
Jan 24, 2024MVP
The deviceID claim is readily available in the JTW, so use that? In addition, the sign-in state one gives you compliance status:
"signin_state": [
"dvc_mngd",
"dvc_cmp",
"inknownntwk",
"kmsi"
]
"signin_state": [
"dvc_mngd",
"dvc_cmp",
"inknownntwk",
"kmsi"
]