@@ -493,6 +493,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
493
493
this . jsonRpc
494
494
. testServiceWithPassword ( {
495
495
tokenUrl : this . _getTokenUrl ( ) ,
496
+ serviceUrl : null ,
496
497
clientId : this . _getClientId ( ) ,
497
498
clientSecret : this . _getClientSecret ( ) ,
498
499
username : this . _passwordGrantUsername ,
@@ -510,6 +511,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
510
511
this . jsonRpc
511
512
. testServiceWithPassword ( {
512
513
tokenUrl : this . _getTokenUrl ( ) ,
514
+ serviceUrl : null ,
513
515
clientId : this . _getClientId ( ) ,
514
516
clientSecret : this . _getClientSecret ( ) ,
515
517
username : this . _passwordGrantUsername ,
@@ -542,6 +544,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
542
544
this . jsonRpc
543
545
. testServiceWithClientCred ( {
544
546
tokenUrl : this . _getTokenUrl ( ) ,
547
+ serviceUrl : null ,
545
548
clientId : this . _getClientId ( ) ,
546
549
clientSecret : this . _getClientSecret ( )
547
550
} )
@@ -557,6 +560,7 @@ export class QwcOidcProvider extends QwcHotReloadElement {
557
560
this . jsonRpc
558
561
. testServiceWithClientCred ( {
559
562
tokenUrl : this . _getTokenUrl ( ) ,
563
+ serviceUrl : null ,
560
564
clientId : this . _getClientId ( ) ,
561
565
clientSecret : this . _getClientSecret ( )
562
566
} )
0 commit comments