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