Forum Discussion

robertsemperis's avatar
robertsemperis
Copper Contributor
Dec 14, 2021
Solved

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.

 

  • 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 Reply

  • robertsemperis's avatar
    robertsemperis
    Copper Contributor

    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

     

Resources