UserAuthenticationMethod.Read.All
Allows the app to read authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. 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
UserAuthenticationMethod.Read.All
permission.If you need to create an audit report of the permissions granted to all the apps in your tenant, you can run the
Export-MsIdAppConsentGrantReport
command. See How To: Run a quick OAuth app audit of your tenant
Category | Application | Delegated |
---|---|---|
Identifier | 38d9df27-64da-44fd-b7c5-a6fbac20248f | aec28ec7-4d02-4e8c-b864-50163aea77eb |
DisplayText | Read all users' authentication methods | Read all users' authentication methods |
Description | Allows the app to read authentication methods of all users in your organization, without a signed-in user. Authentication methods include things like a user’s phone numbers and Authenticator app settings. 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 authentication methods of all users in your organization that the signed-in user has access to. Authentication methods include things like a user’s phone numbers and Authenticator app settings. 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.
- authenticationMethod
- authenticationmethods-overview
- authenticationmethods-usage-insights-overview
- emailAuthenticationMethod
- fido2AuthenticationMethod
- longRunningOperation
- microsoftAuthenticatorAuthenticationMethod
- passwordAuthenticationMethod
- passwordlessmicrosoftauthenticatorauthenticationmethod
- phoneAuthenticationMethod
- platformCredentialAuthenticationMethod
- softwareOathAuthenticationMethod
- temporaryAccessPassAuthenticationMethod
- userRegistrationDetails
- webauthnCredentialCreationOptions
- windowsHelloForBusinessAuthenticationMethod
Graph reference: authenticationMethod
Property | Type | Description |
---|---|---|
id | String | The identifier of this instance of an authentication method registered to this user. Read-only. |