alpha
This commit is contained in:
parent
bc4892af73
commit
9067e8ad7e
|
@ -76,7 +76,7 @@ public class KeycloakAPICredentials {
|
||||||
|
|
||||||
if(accessPoint.name().equals("d4science")){
|
if(accessPoint.name().equals("d4science")){
|
||||||
keycloakURL = accessPoint.address();
|
keycloakURL = accessPoint.address();
|
||||||
realm = accessPoint.description();
|
realm = accessPoint.name();
|
||||||
clientid = accessPoint.username();
|
clientid = accessPoint.username();
|
||||||
password = StringEncrypter.getEncrypter().decrypt(accessPoint.password());
|
password = StringEncrypter.getEncrypter().decrypt(accessPoint.password());
|
||||||
logger.info("Found accesspoint URL = " + keycloakURL);
|
logger.info("Found accesspoint URL = " + keycloakURL);
|
||||||
|
|
Loading…
Reference in New Issue