Skip to content

Commit

Permalink
The contract AuthorizationServerSecretsContract is specifically des…
Browse files Browse the repository at this point in the history
…igned to List secrets on POST operation (#11227)

* secret ok in POST operation

* fix prettier
  • Loading branch information
solankisamir authored Oct 16, 2020
1 parent 6afce26 commit 31a9ad6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1171,7 +1171,6 @@
"AuthorizationServerSecretsContract": {
"properties": {
"clientSecret": {
"x-ms-secret": true,
"type": "string",
"description": "oAuth Authorization Server Secrets."
},
Expand All @@ -1180,7 +1179,6 @@
"description": "Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner username."
},
"resourceOwnerPassword": {
"x-ms-secret": true,
"type": "string",
"description": "Can be optionally specified when resource owner password grant type is supported by this authorization server. Default resource owner password."
}
Expand Down

0 comments on commit 31a9ad6

Please sign in to comment.