Reputation: 5412
Once a user verifies their phone number through Azure Active Directory B2C via Multi-Factor Authentication, where is this data and other metadata about the device stored? Where can developers access it because I can only find information when you deploy an on-premise solution the documentation does not detail anything else.
Upvotes: 2
Views: 6097
Reputation: 12452
Not sure if it's the same for B2C users, but for normal AAD users this info is stored in AAD in the StrongAuthenticationPhoneAppDetails
and StrongAuthenticationUserDetails
attributes.
Upvotes: 1