diff --git a/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java b/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java index ba6eb787..6eadf354 100644 --- a/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java +++ b/components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java @@ -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));