-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema", | ||
"$id": "https://github.com/microsoft/AzureTRE/schema/azuread.json", | ||
"type": "object", | ||
"title": "Azure AD Authorisation Schema", | ||
"default": {}, | ||
"required": [ | ||
"client_id" | ||
], | ||
"properties": { | ||
"client_id": { | ||
"type": "string", | ||
"title": "Application (Client) ID", | ||
"description": "The AAD Application Registration ID for the workspace. Use 'auto_create' if you wish TRE to create this." | ||
}, | ||
"client_secret": { | ||
"type": "string", | ||
"title": "Application (Client) Secret", | ||
"description": "The AAD Application Registration secret for the workspace. Leave blank if using `auto_create` above. This value will be stored in the Workspace Key Vault.", | ||
"sensitive": true | ||
"$schema": "http://json-schema.org/draft-07/schema", | ||
"$id": "https://github.com/microsoft/AzureTRE/schema/azuread.json", | ||
"type": "object", | ||
"title": "Azure AD Authorisation Schema", | ||
"default": {}, | ||
"required": [ | ||
"client_id" | ||
], | ||
"properties": { | ||
"client_id": { | ||
"type": "string", | ||
"title": "Application (Client) ID", | ||
"description": "The AAD Application Registration ID for the workspace. Use 'auto_create' if you wish TRE to create this." | ||
}, | ||
"client_secret": { | ||
"type": "string", | ||
"title": "Application (Client) Secret", | ||
"description": "The AAD Application Registration secret for the workspace. Leave blank if using `auto_create` above. This value will be stored in the Workspace Key Vault.", | ||
"sensitive": true | ||
} | ||
} | ||
} | ||
} |