I’m trying to find out if there is a way to only allow certain devices to access a web app hosted in Azure using the Microsoft Identity Platform.
I can see through the Graph API, I can get a list of registered devices. Is it possible to use information from there along with information passed inside the AudienceValidator section of the AddAuthentication configuration?
Does anyone have any examples or know where I can find documentation on this?