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-...
  • robertsemperis's avatar
    Dec 14, 2021

    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