keycloak auth log fix
This commit is contained in:
parent
cff3e0bcd6
commit
30a9cc989e
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ public class KeycloakRestTemplateAuthenticationProvider implements Authenticatio
|
|||
KeycloakAuthenticationToken keycloakAuthenticationToken = new KeycloakAuthenticationToken(account, false, realmRoles);
|
||||
keycloakAuthenticationToken.setAuthenticated(true);
|
||||
log.debug("login successful: login {}, roles from keycloak: {}; effective roles {}",
|
||||
principalName,
|
||||
authentication.getName(),
|
||||
String.join(";", roles),
|
||||
String.join(";", effectiveRoles)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue