Skip to content

Commit 8dec12c

Browse files
committed
Minor changes
1 parent 647fbcb commit 8dec12c

File tree

1 file changed

+0
-1
lines changed
  • components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/step/impl

1 file changed

+0
-1
lines changed

components/authentication-framework/org.wso2.carbon.identity.application.authentication.framework/src/main/java/org/wso2/carbon/identity/application/authentication/framework/handler/step/impl/DefaultStepHandler.java

-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,6 @@ protected void handleResponse(HttpServletRequest request, HttpServletResponse re
663663
boolean isNoneCanHandle = true;
664664
StepConfig stepConfig = sequenceConfig.getStepMap().get(currentStep);
665665

666-
handleAuthenticatorResolvingForBasicAuthMechanism(context, stepConfig);
667666
for (AuthenticatorConfig authenticatorConfig : stepConfig.getAuthenticatorList()) {
668667
ApplicationAuthenticator authenticator = authenticatorConfig
669668
.getApplicationAuthenticator();

0 commit comments

Comments
 (0)