mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
6 lines
341 B
Markdown
6 lines
341 B
Markdown
|
|
# MSAL sample app
|
||
|
|
|
||
|
|
This is a sample Objective-C application to retrieve Entra's "Device ID" as documented by Microsoft.
|
||
|
|
We found a way to retrieve this information with osquery via detail queries (using `certificates` and `keychain_items` tables).
|
||
|
|
We are keeping this here for future reference in case we need to iterate the detail queries.
|