Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/10/2024 08:51 AM
Hello,
Im having difficulty enabling the user custom validation jar.
Currently im only using the OOTB jar file for testing purposes.
But after i upload it here :
These are my settings in the global configuration :
User Validation External class : com.saviynt.custom.UserPreprocessValidator.validator.UserCustomValidator.java
User Validation External Method : doCustomPreprocessValidation
I'm not sure what im doing wrong here. But when i create new user request, It just goes through without giving any validation errors whereas it should give me some errors.
Solved! Go to Solution.
08/10/2024 09:19 AM
Did you restarted system?
08/10/2024 09:20 AM
Yes I did.
08/10/2024 09:38 AM
I'm creating user request from the UI for this
but it just goes and creates a new user without throwing any validation errors.
08/10/2024 11:20 AM
@Vaibhav_Dubey please share jar and logs
08/10/2024 11:36 AM
Jar is OOTB which is available on the doc page.
But yes, now that i check it.
I can see some errors here
08/10/2024 12:16 PM
Perform a restart with the help of Saviynt support. The restart is not performed properly.
08/13/2024 03:06 AM
I solved it
I just had to remove ".java" from the User Validation External class.