Authentication Context Permissions for Microsoft Graph
Application
Permission | ID | Purpose | Description |
---|---|---|---|
AuthenticationContext.Read.All | 381f742f-e1f8-4309-b4ab-e3d91ae4c5c1 | Read all authentication context information | Allows the app to read the authentication context information in your organization without a signed-in user. |
AuthenticationContext.ReadWrite.All | a88eef72-fed0-4bf7-a2a9-f19df33f8b83 | Read and write all authentication context information | Allows the app to read and update the authentication context information in your organization without a signed-in user. |
Delegated
Permission | ID | Purpose | Description |
---|---|---|---|
AuthenticationContext.Read.All | 57b030f1-8c35-469c-b0d9-e4a077debe70 | Read all authentication context information | Allows the app to read all authentication context information in your organization on behalf of the signed-in user. |
AuthenticationContext.ReadWrite.All | ba6d575a-1344-4516-b777-1404f5593057 | Read and write all authentication context information | Allows the app to read and update all authentication context information in your organization on behalf of the signed-in user. |