Skip to content

Commit

Permalink
Merge pull request #784 from xmidt-org/wsvalidation
Browse files Browse the repository at this point in the history
grant type validation
  • Loading branch information
boriwo committed Apr 16, 2024
2 parents 678d45b + 5371314 commit 01e6c32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/filter/ws/config.go
Expand Up @@ -128,6 +128,9 @@ const filterSchema = `
"clientSecret": {
"type": "string"
},
"grantType": {
"type": "string"
},
"tokenUrl": {
"type": "string"
},
Expand Down

0 comments on commit 01e6c32

Please sign in to comment.