-
Notifications
You must be signed in to change notification settings - Fork 211
Closed
Description
I can see there are two ways to use Connect-Graph. One creates an authentication prompt for an interactive user. The other takes a client ID and a certificate for a service principal.
To create a Conditional Access policy with the Graph API, we need to use Delegated permissions. Application permissions are not supported.
Is there any way to supply the credentials of a delegated user non-interactively? It seems to be possible to do this in the AzureAD module for Graph, so it must be conceptually possible. But I don't see how to do it for the Microsoft.Graph modules.
AB#7434
bchap1n and alexanderogorodnikov