Two factor Authentication is not working

Two factor Authentication is not working


This is applicable only for SDPMSP 10527, 10528, 10529

This is already fixed in 10530 build.

To Confirm the issue.
  • Goto ./webapps/ROOT/WEB-INF/web.xml
  • Search for the url-pattern /RestAPI/WC/TwoFactorAction
  • If that is present, goto -> ./webapps/ROOT/WEB-INF/struts-config.xml
  • Search for path="/TwoFactorAction"

If that is present, then the cause is confirmed. Struts file needs to be modified.

  • To fix edit struts-config.xml
    • Replace path="/TwoFactorAction" with path="/RestAPI/TwoFactorAction"
    • And Replace path="/WC/TwoFactorAction" with path="/RestAPI/WC/TwoFactorAction"

This needs a application restart.


Similar to below



                  New to ADManager Plus?

                    New to ADSelfService Plus?

                      • Related Articles

                      • Business Rule is not working

                        There are a few configurations that need to be checked for business rules.  1. Account/Site Check the request Account & Site, Now, go to Admin>Business Rules>Filter the Account & Site and make sure the Business Rules is created for the same  2. Rule ...
                      • ZOHO Reports - Authentication issue Handling - GRID movement

                        Recently we are facing issues if user saves the Zoho reports configuration page after entering email ID and AT key it throws authentication failure even though the email and AT key is correct. It happens as the registered login is in different grid ...
                      • Upgrade issue from 14200 to 14300 (LINUX)

                        We have a prerequisiste that when upgrading SDP MSP from version 14200 to 14300 in a Linux environment the GNU C library should be upgrade to version 2.14 or above -> Sometime even if you have upgraded your GNU C library to the 2.14 or above the ...
                      • How to diff of two Date& Time fields using FAFR

                        If you have two date and time additional fields or default fields, and if you want to capture the difference between those two fields in Hours and minutes, then use the below script to capture the value in an additional field, Under the respective ...
                      • JIRA integration - Issue Types are not loaded

                        Post the JIRA is integrated with SDP MSP , the Projects data gets populated. However the other field - Issue Types will not show any values. To fix this follow the below steps The api call is used to fetch the issue types is ...