Share all details related to your problem, including any error messages you may have received.
HI team,
I am trying to create a password reset page, so after 1st on validation of user via some PII details( this first page is done via plugin due to some UI requirements) now I want to redirect to form which I already have in a workflow, I am able to call the workflow from Plugin and it;s going inside start step but it;s not going to step where we have a form as below
Basically once user is validated via plugin I want them to be redirected to MFA form which we are already using in sailPoint for self registration (LCM registration workflow as shown above)
Could anyone help on how can we call a form from plugin to redirect user to insert their MFA and password details/
Yes this one I am aware about but I am calling this from a plugin java class so workflow launch is going in start step but not redirecting user from plugin page to the form page(MFA page)
yes, can we create another URL on login page similar to - [New User Registration]which calls LCM registration Workflow?
I want to validate user via db query when user inserts their PII data and then direct them to password reset screen but all of this should be done externally without user authentication.
I tried to hijack the Forgot Password URL and have updated the LCM manage Passwords WF as well but still it shows up the authentication questions when I click on forgot Password