Skip to content

Commit

Permalink
revert azure ad changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marrobi committed Sep 6, 2022
1 parent bf5d2ec commit 6604fc7
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions api_app/schemas/azuread.json
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
}
}
}
}

0 comments on commit 6604fc7

Please sign in to comment.