Skip to content

Commit 62a05d6

Browse files
Update the diagnostic log input param name
1 parent 653bda3 commit 62a05d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/org.wso2.carbon.identity.oauth/src/main/java/org/wso2/carbon/identity/oauth2/authz/validators/AbstractResponseTypeRequestValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ private boolean validateCallbackURI(String callbackURI, OAuthAppDO oauthApp) {
381381
.inputParam(OAuthConstants.LogConstants.InputKeys.REDIRECT_URI, callbackURI)
382382
.configParam(LogConstants.InputKeys.APPLICATION_NAME, oauthApp.getApplicationName())
383383
.configParam(OAuthConstants.LogConstants.ConfigKeys.CALLBACK_URI, callbackURIs)
384-
.resultMessage("Provided callback URI does not match when the characters (., +, ?) " +
384+
.resultMessage("Provided redirect URI does not match when the characters (., +, ?) " +
385385
"are treated as literals in configured callback URI(s) of the application.")
386386
.logDetailLevel(DiagnosticLog.LogDetailLevel.APPLICATION)
387387
.resultStatus(DiagnosticLog.ResultStatus.FAILED));

0 commit comments

Comments
 (0)