Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Commit

Permalink
fix: config integ test (#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
SanketD92 authored Mar 15, 2022
1 parent 9edbc12 commit 2b285b7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,14 @@
"additionalProperties": false,
"definitions": {},
"properties": {
"authCodeTokenExchangeUri": {
"$id": "#/properties/authCodeTokenExchangeUri",
"type": "string"
},
"baseAuthUri": {
"$id": "#/properties/baseAuthUri",
"type": "string"
},
"clientId": {
"$id": "#/properties/clientId",
"type": "string"
Expand Down

0 comments on commit 2b285b7

Please sign in to comment.