fixed discovery endpoint for SEB Client Configuration
This commit is contained in:
parent
5e11dcdef1
commit
418e101ca1
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ public class SebClientConfigServiceImpl implements SebClientConfigService {
|
||||||
String.valueOf(config.institutionId),
|
String.valueOf(config.institutionId),
|
||||||
plainClientId,
|
plainClientId,
|
||||||
plainClientSecret,
|
plainClientSecret,
|
||||||
this.webserviceInfo.getDiscoveryEndpointAddress());
|
this.webserviceInfo.getDiscoveryEndpoint());
|
||||||
|
|
||||||
if (log.isDebugEnabled()) {
|
if (log.isDebugEnabled()) {
|
||||||
log.debug("SEB client configuration export:\n {}", plainTextConfig);
|
log.debug("SEB client configuration export:\n {}", plainTextConfig);
|
||||||
|
|
Loading…
Reference in a new issue