You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
This should more clearly be delineated in markdown documentation in the event that someone is trying to create the app registration by hand. In most secure enterprises, people do not have standing access to create apps / service principals in Azure AD and there is typically a process for getting one created. In this event, in would be helpful to have this documented to save people time from trying to discern all the things the python deployment script is doing.
@shambho
The deployment script is the only supported way to register the application. We do not support the manual creation.
You are welcome to translate the deployment code to manual steps or wait for the audit of the deployment script.
I had to dig through the python deployment script in order to understand the app roles that needed to be configured on the app registration.
onefuzz/src/deployment/deploy.py
Lines 272 to 289 in 54d49a9
Provide a description of requested docs changes
This should more clearly be delineated in markdown documentation in the event that someone is trying to create the app registration by hand. In most secure enterprises, people do not have standing access to create apps / service principals in Azure AD and there is typically a process for getting one created. In this event, in would be helpful to have this documented to save people time from trying to discern all the things the python deployment script is doing.
@shambho
The deployment script is the only supported way to register the application. We do not support the manual creation.
You are welcome to translate the deployment code to manual steps or wait for the audit of the deployment script.
Originally posted by @chkeita in #813 (comment)
A few lines of documentation on how to set up the app registration is a reasonable ask here.
The text was updated successfully, but these errors were encountered: