Skip to content

Commit 2598a15

Browse files
committed
change constant
1 parent 2d73488 commit 2598a15

File tree

1 file changed

+1
-1
lines changed
  • components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc

1 file changed

+1
-1
lines changed

components/org.wso2.carbon.identity.application.authenticator.oidc/src/main/java/org/wso2/carbon/identity/application/authenticator/oidc/OpenIDConnectAuthenticator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ public class OpenIDConnectAuthenticator extends AbstractApplicationAuthenticator
157157
private static final String[] NON_USER_ATTRIBUTES = new String[]{"at_hash", "iss", "iat", "exp", "aud", "azp"};
158158
private static final String AUTHENTICATOR_MESSAGE = "authenticatorMessage";
159159

160-
private static final String IS_PKCE_ENABLED_NAME = "isPKCEEnabled";
160+
private static final String IS_PKCE_ENABLED_NAME = "IsPKCEEnabled";
161161
private static final String IS_PKCE_ENABLED_DISPLAY_NAME = "Enable PKCE";
162162
private static final String IS_PKCE_ENABLED_DESCRIPTION = "Specifies that PKCE should be used for client authentication";
163163
private static final String TYPE_BOOLEAN = "boolean";

0 commit comments

Comments
 (0)