microsoft-authentication-library-for-android icon indicating copy to clipboard operation
microsoft-authentication-library-for-android copied to clipboard

Obtain "deviceId" programmatically

Open andrzej-krawiec opened this issue 3 years ago • 0 comments

Can I programmaticaly retrive "deviceId" UUID visible in Microsoft Authenticator app and protal.azure.com?

image

I've tried to fetch it like that: https://github.com/AzureAD/microsoft-authentication-library-for-android/issues/637

but "deviceId" is not present in either "mAccount#mIdTokenClaims" or "mAccessToken#mAdditionalFields" (it returns empty map)

andrzej-krawiec avatar Jun 06 '22 12:06 andrzej-krawiec