Skip to content

Commit

Permalink
Modify log message
Browse files Browse the repository at this point in the history
  • Loading branch information
sahandilshan committed Aug 16, 2023
1 parent ab85c4a commit 4d93f2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ protected void processAuthenticationResponse(HttpServletRequest request, HttpSer
authenticatedUser.setUserAttributes(claimsMap);
context.setSubject(authenticatedUser);
if (LoggerUtils.isDiagnosticLogsEnabled() && diagnosticLogBuilder != null) {
diagnosticLogBuilder.resultMessage("Successfully completed the outbound OIDC authentication response.")
diagnosticLogBuilder.resultMessage("Outbound OIDC authentication response processed successfully.")
.resultStatus(DiagnosticLog.ResultStatus.SUCCESS);
diagnosticLogBuilder.inputParam("user attributes (local claim : remote claim)",
getUserAttributeClaimMappingList(authenticatedUser));
Expand Down

0 comments on commit 4d93f2e

Please sign in to comment.