Table of Contents

UserAuthMethod-QR.Read

Allows the app to read the signed-in user's QR 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-QR.Read 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 - d6893c31-9187-405c-8dfc-f700c8fc161a
DisplayText - Read the signed-in user's QR authentication methods
Description - Allows the app to read the signed-in user's QR 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

Resources

Granting this permission allows the calling application to access (and/or update) the following information in your tenant.

Graph reference: qrCode

Property Type Description
createdDateTime DateTimeOffset The date and time when the QR code was created.
expireDateTime DateTimeOffset Temporary QR code lifetime is between 1-12 hours. Standard QR code lifetime is in days and max. is 395 days (13 months) and default value is 365 days (12 months).
id String Unique identifier of the QR code. Inherits from entity
image qrCodeImageDetails The QR code image's raw data that is returned when a standard or temporary QR code is created.
lastUsedDateTime DateTimeOffset The date and time when the QR code was last used for a successful sign-in.
startDateTime DateTimeOffset The date and time when the QR code becomes active and available to use.