ok, Azure App Registrations and API Permissions: w...
# azure
h
ok, Azure App Registrations and API Permissions: where do those exist in
azuread
?
a
Depends on which permissions you are referring to.. I believe Graph API permissions are here: azuread.ApplicationApiAccess And for defining custom application scopes: azuread.ApplicationPermissionScope For setting the Application URI you would use azuread.ApplicationIdentifierUri
h
Graph permissions can also be done with
required_resource_access
, I think.
I ended up using
Application
,
ServicePrincipal
,
ApplicationPassword
, and
RoleAssignment
for this specific use-case