Skip to content

Commit

Permalink
Merge branch 'branches/rudder/8.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
clarktsiory committed Sep 18, 2024
2 parents 071eeec + bef510c commit 8f05558
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ trait RudderUserServerMapping[R <: OAuth2UserRequest, U <: OAuth2User, T <: Rudd
DateTime.now(),
s"Provisioning is enabled for ${protocolName} '${idp}'"
)
) *> ApplicationLoggerPure.User.info(
) *> ApplicationLoggerPure.Auth.info(
s"User '${user.getName}' automatically created because provisioning is enabled for ${protocolName} '${idp}'"
)).runNow

Expand Down Expand Up @@ -614,7 +614,7 @@ trait RudderUserServerMapping[R <: OAuth2UserRequest, U <: OAuth2User, T <: Rudd
}

if (mappedRoles.nonEmpty) {
ApplicationLoggerPure.Authz.logEffect.info(
ApplicationLoggerPure.Auth.logEffect.info(
s"Principal '${rudder.getUsername}' role list extended with ${protocolName} provided roles: [${Role
.toDisplayNames(mappedRoles)
.mkString(", ")}] (override: ${reg.roles.over})"
Expand Down

0 comments on commit 8f05558

Please sign in to comment.