-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI Prompts for client app reg details when AUTO_WORKSPACE_APP_REGISTRATION=true #2112
Comments
|
@marrobi, probably this will help you as it has for me: but I think we need to discuss this a bit further... |
I think that it would be nice to have conditional UI elements. We could also do the same with address_space too. Currently we are not using AUTO_WORKSPACE_APP_REGISTRATION at run time. It's used in make_auth. If we were to check this then it would prevent me from creating a workspace of each type in the same instance. |
The UI now has a default for the auto-create option and doesn't ask for the id/secret. |
AUTO_WORKSPACE_APP_REGISTRATION=true
Believe this line:
azure_ad_properties = read_schema('azuread.json')
in https://github.com/marrobi/AzureTRE/blob/main/api_app/services/schema_service.py#L53needs to be conditional.
@ross-p-smith do you agree?
The text was updated successfully, but these errors were encountered: