Graph ROPC Federated Account
"UsernamePasswordCredential" auth
// Install AzureADPreview
Install-Module AzureADPreview
Import-Module AzureADPreview
// Get Azure AD Policy
Get-AzureADPolicy
// Get Azure AD policy for a specific app
// Get the object ID from SPN, not App registration
Get-AzureADServicePrincipalPolicy <Object ID>Last updated