retaildevcrews / ServicePrincipal

MIT License
0 stars 0 forks source link

Spike: Determine Defaults for App and SP Owners Depending on Creation Method #535

Open alfredoihernandez opened 3 years ago

alfredoihernandez commented 3 years ago

Could lead to CSE Feedback or Changes To Application

alfredoihernandez commented 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"}