Feature Request - Entra ID Solution Baseline Admin Consent settings Reviewer

Would like to be able enforce the users can request.
As well as add / enforce the user/group selected for who receives the consent requests.


Can be set by Graph API Put request

https://graph.microsoft.com/v1.0/policies/adminConsentRequestPolicy

{

  "isEnabled": true,

  "notifyReviewers": true,

  "remindersEnabled": false,

  "requestDurationInDays": 30,

  "reviewers": [

    {

      "query": "/users/<User ID> ",

      "queryType": "MicrosoftGraph"

    }

  ]

}

2

Comments (3 comments)

0
Avatar
Dave Stephenson

That sounds like a great feature enhancement, Tomas.

Because we're not able to see account-level groups at the MSP level, are you thinking this would be implement with the selection of Group Template groups in the Solution Baseline?

Or, are you seeing this as more of an account-level setting/parameter?

1
Avatar
Tomas R Bedford

I normally use the User setting not the group but a group template would work if that is easier on your end. Would just need to go into the account-level settings either way either to pick the user or to add the user to the group.

1
Avatar
Dave Stephenson

Thanks, Tomas.

We'll have to see what our Product team can come-up with. 😎

Please sign in to leave a comment.