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 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 ...
How Pass Through Authentication Works
NTLMV2 is a protocol supported by Microsoft in order to overcome the security issues of NTLMV1 and the same is implemented in ServiceDesk Plus. What's the protocol defines? When a service wants to initiate the Single-sign-on, first a secure channel ...
Script to reset password and enable local authentication
Purpose : Interactive mode of resetting the password of a user by entering his username. Also, to enable local authentication in the application. This script can be used in builds on or above 9400 version How the script works ? Invoking the script ...
How to customize MailFetching Connectivity issue Notification
MailFetching connectivity issue
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 ...