SOLVED

User Consent Settings

Copper Contributor

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.

 

1 Reply
best response confirmed by robertsemperis (Copper Contributor)
Solution

@robertsemperis 

 

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 best response

Accepted Solutions
best response confirmed by robertsemperis (Copper Contributor)
Solution

@robertsemperis 

 

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

 

View solution in original post