Forum Discussion
robertsemperis
Dec 14, 2021Copper Contributor
User Consent Settings
Hi, I'm looking to CHECK the settings for USER consent using Graph API.
There is an endpoint which allows me to see the settings concerning ADMIN consent workflow:
https://docs.microsoft.com/en-us/graph/api/adminconsentrequestpolicy-get?view=graph-rest-1.0
I'm seeking to check the settings regarding USER consent. The settings I'm referring to can be seen here in the portal:
https://portal.azure.com/#blade/Microsoft_AAD_IAM/ConsentPoliciesMenuBlade/UserSettings
Thanks in advance for anyone who can help.
For anyone else looking for this, I found it here:
https://graph.microsoft.com/v1.0/policies/authorizationPolicy
The settings page I referred to can be found in the value for "defaultUserRolePermissions":
Do not allow user consent = NULL
Allow user consent for apps from verified publishers, for selected permissions = ManagePermissionGrantsForSelf.microsoft-user-default-low
Allow user consent for apps = ManagePermissionGrantsForSelf.microsoft-user-default-legacy
1 Reply
Sort By
- robertsemperisCopper Contributor
For anyone else looking for this, I found it here:
https://graph.microsoft.com/v1.0/policies/authorizationPolicy
The settings page I referred to can be found in the value for "defaultUserRolePermissions":
Do not allow user consent = NULL
Allow user consent for apps from verified publishers, for selected permissions = ManagePermissionGrantsForSelf.microsoft-user-default-low
Allow user consent for apps = ManagePermissionGrantsForSelf.microsoft-user-default-legacy