UserAuthMethod-MicrosoftAuthApp.ReadWrite
Allows the app to read and write the signed-in user's Microsoft Authenticator authentication methods. 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-MicrosoftAuthApp.ReadWritepermission.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 | - | 9f7dfa0c-eb40-42be-8d45-8af4a9219c6f |
| DisplayText | - | Read and write the signed-in user's Microsoft Authenticator authentication methods |
| Description | - | Allows the app to read and write the signed-in user's Microsoft Authenticator authentication methods. 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: microsoftAuthenticatorAuthenticationMethod
| Property | Type | Description |
|---|---|---|
| createdDateTime | DateTimeOffset | The date and time that this app was registered. This property is null if the device isn't registered for passwordless Phone Sign-In. |
| deviceTag | String | Tags containing app metadata. |
| displayName | String | The name of the device on which this app is registered. |
| id | String | A unique identifier for this authentication method. Inherited from authenticationMethod |
| phoneAppVersion | String | Numerical version of this instance of the Authenticator app. |