From 3b753a41d6373d5341894cf609370d50ff87c341 Mon Sep 17 00:00:00 2001 From: sadilchamishka <35717390+sadilchamishka@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:52:01 +0530 Subject: [PATCH] Update identity-apps-core/apps/authentication-portal/src/main/webapp/login.jsp Co-authored-by: Pavindu Lakshan --- .../apps/authentication-portal/src/main/webapp/login.jsp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/identity-apps-core/apps/authentication-portal/src/main/webapp/login.jsp b/identity-apps-core/apps/authentication-portal/src/main/webapp/login.jsp index 367dfd4d3ff..2e7d0643a19 100755 --- a/identity-apps-core/apps/authentication-portal/src/main/webapp/login.jsp +++ b/identity-apps-core/apps/authentication-portal/src/main/webapp/login.jsp @@ -170,7 +170,12 @@ boolean hasLocalLoginOptions = false; boolean isBackChannelBasicAuth = false; List localAuthenticatorNames = new ArrayList(); - List registeredLocalAuthenticators = Arrays.asList(BACKUP_CODE_AUTHENTICATOR,TOTP_AUTHENTICATOR,EMAIL_OTP_AUTHENTICATOR,MAGIC_LINK_AUTHENTICATOR,SMS_OTP_AUTHENTICATOR,OPEN_ID_AUTHENTICATOR,IDENTIFIER_EXECUTOR,JWT_BASIC_AUTHENTICATOR,BASIC_AUTHENTICATOR,IWA_AUTHENTICATOR,X509_CERTIFICATE_AUTHENTICATOR,FIDO_AUTHENTICATOR); + List registeredLocalAuthenticators = Arrays.asList( + BACKUP_CODE_AUTHENTICATOR, TOTP_AUTHENTICATOR, EMAIL_OTP_AUTHENTICATOR, + MAGIC_LINK_AUTHENTICATOR,SMS_OTP_AUTHENTICATOR,OPEN_ID_AUTHENTICATOR, + IDENTIFIER_EXECUTOR,JWT_BASIC_AUTHENTICATOR,BASIC_AUTHENTICATOR, + IWA_AUTHENTICATOR,X509_CERTIFICATE_AUTHENTICATOR,FIDO_AUTHENTICATOR + ); if (idpAuthenticatorMapping != null && idpAuthenticatorMapping.get(Constants.RESIDENT_IDP_RESERVED_NAME) != null) {