Open alfredoihernandez opened 3 years ago
Creation Method | App Owner Assigned? | SP Owner Assigned? | Notes |
---|---|---|---|
Azure Portal | Yes | No | Create App Registration SP Auto Created |
AZ CLI create | No | No | az ad app create --display-name az ad sp create --id |
AZ CLI create-for-rbac | No | No | az ad sp create-for-rbac -n SP Auto Created |
MS Graph | Yes | No | POST https://graph.microsoft.com/v1.0/applications -b {"displayName": "displayName"} POST https://graph.microsoft.com/v1.0/servicePrincipals -b {"appId": "appId"} |
Could lead to CSE Feedback or Changes To Application