fixed discovery endpoint for SEB Client Configuration

This commit is contained in:
anhefti 2019-09-03 15:20:15 +02:00
parent 5e11dcdef1
commit 418e101ca1

View file

@ -242,7 +242,7 @@ public class SebClientConfigServiceImpl implements SebClientConfigService {
String.valueOf(config.institutionId),
plainClientId,
plainClientSecret,
this.webserviceInfo.getDiscoveryEndpointAddress());
this.webserviceInfo.getDiscoveryEndpoint());
if (log.isDebugEnabled()) {
log.debug("SEB client configuration export:\n {}", plainTextConfig);