Skip to content

Commit

Permalink
Update identity-apps-core/apps/authentication-portal/src/main/webapp/…
Browse files Browse the repository at this point in the history
…login.jsp

Co-authored-by: Pavindu Lakshan <pavindu@wso2.com>
  • Loading branch information
sadilchamishka and pavinduLakshan committed Sep 12, 2024
1 parent 4a0f0dd commit 3b753a4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,12 @@
boolean hasLocalLoginOptions = false;
boolean isBackChannelBasicAuth = false;
List<String> localAuthenticatorNames = new ArrayList<String>();
List<String> 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<String> 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) {
Expand Down

0 comments on commit 3b753a4

Please sign in to comment.