UserAuthMethod-WindowsHello.Read.All
Allows the app to read Windows Hello authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods.
Merill's Note
For an app to access data in Microsoft Graph, the user or administrator must grant it the permissions it needs. This article lists all the Microsoft Graph APIs and your tenant data that can be accessed by the application (vendor/developer) if you consent to the
UserAuthMethod-WindowsHello.Read.Allpermission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReportcommand. See How To: Run a quick OAuth app audit of your tenant
| Category | Application | Delegated |
|---|---|---|
| Identifier | 9b8dd4c7-8cca-4ef5-a34a-9c2c75fcc934 | ff37d46d-b88a-4e0c-85ee-7e26c37b18eb |
| DisplayText | Read all users' Windows Hello methods | Read all users' Windows Hello methods |
| Description | Allows the app to read Windows Hello authentication methods of all users in your organization, without a signed-in user. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. | Allows the app to read Windows Hello authentication methods of all users in your organization that the signed-in user has access to. This does not allow the app to see secret information like passwords, or to sign-in or otherwise use the authentication methods. |
| AdminConsentRequired | Yes | Yes |
Graph Methods
→ API supports delegated access (access on behalf of a user)
→ API supports app-only access (access without a user)
| Methods | |
|---|---|
Resources
Granting this permission allows the calling application to access (and/or update) the following information in your tenant.
Graph reference: windowsHelloForBusinessAuthenticationMethod
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time that this Windows Hello for Business key was registered. |
| displayName | String | The name of the device on which Windows Hello for Business is registered |
| id | String | A unique identifier for this authentication method. Inherited from authenticationMethod |
| keyStrength | authenticationMethodKeyStrength | Key strength of this Windows Hello for Business key. Possible values are: normal, weak, unknown. |