Skip to content

Commit

Permalink
Restore missing parameters in OIDC Dev UI client cred and password Sw…
Browse files Browse the repository at this point in the history
…aggerUI/GraphQL handlers

(cherry picked from commit 471a412)
  • Loading branch information
sberyozkin authored and gsmet committed Sep 13, 2023
1 parent b2743cb commit c285890
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
this.jsonRpc
.testServiceWithPassword({
tokenUrl: this._getTokenUrl(),
serviceUrl: null,
clientId: this._getClientId(),
clientSecret: this._getClientSecret(),
username: this._passwordGrantUsername,
Expand All @@ -510,6 +511,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
this.jsonRpc
.testServiceWithPassword({
tokenUrl: this._getTokenUrl(),
serviceUrl: null,
clientId: this._getClientId(),
clientSecret: this._getClientSecret(),
username: this._passwordGrantUsername,
Expand Down Expand Up @@ -542,6 +544,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
this.jsonRpc
.testServiceWithClientCred({
tokenUrl: this._getTokenUrl(),
serviceUrl: null,
clientId: this._getClientId(),
clientSecret: this._getClientSecret()
})
Expand All @@ -557,6 +560,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
this.jsonRpc
.testServiceWithClientCred({
tokenUrl: this._getTokenUrl(),
serviceUrl: null,
clientId: this._getClientId(),
clientSecret: this._getClientSecret()
})
Expand Down

0 comments on commit c285890

Please sign in to comment.