Skip to content

Commit

Permalink
Remove clientId and appId settings to match docs (SchemaStore#1769)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonychu authored Jul 29, 2021
1 parent a34edb1 commit 6de9956
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions src/schemas/json/staticwebapp.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,6 @@
"type": "string",
"description": "The endpoint for the OpenID configuration of the AAD tenant"
},
"clientId": {
"type": "string",
"description": "The client ID for the Azure AD app registration"
},
"clientIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the Application (client) ID for the Azure AD app registration"
Expand Down Expand Up @@ -159,10 +155,6 @@
"clientSecretSettingName"
],
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"clientIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the Client ID"
Expand Down Expand Up @@ -211,10 +203,6 @@
"appSecretSettingName"
],
"properties": {
"appId": {
"type": "string",
"description": "The App ID"
},
"appIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the App ID"
Expand Down Expand Up @@ -263,10 +251,6 @@
"clientSecretSettingName"
],
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"clientIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the Client ID"
Expand Down Expand Up @@ -315,10 +299,6 @@
"clientSecretSettingName"
],
"properties": {
"clientId": {
"type": "string",
"description": "The client ID"
},
"clientIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the Client ID"
Expand Down Expand Up @@ -367,10 +347,6 @@
"consumerSecretSettingName"
],
"properties": {
"consumerKey": {
"type": "string",
"description": "The Consumer Key"
},
"consumerKeySettingName": {
"type": "string",
"description": "The name of the application setting containing the Consumer Key"
Expand Down Expand Up @@ -410,10 +386,6 @@
"openIdConnectConfiguration"
],
"properties": {
"clientId": {
"type": "string",
"description": "The Client ID"
},
"clientIdSettingName": {
"type": "string",
"description": "The name of the application setting containing the Client ID"
Expand Down

0 comments on commit 6de9956

Please sign in to comment.