Launch form via plugin

Which IIQ version are you inquiring about?

Version 8.3

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

Step name=“MFA Mobile Number” posX=“762” posY=“126”>
Approval name="MFA " owner=“ref:launcher”>
Arg name=“workItemForm” value=“MFA Form”/>
Arg name=“workItemType” value=“Form”/>
/Approval>
Script>
Source>

  log.error("PRint inside azure mfa step ");

/Script>
/Source

/Step>

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/

Hi,

for going to next step you need to use the transition tag with the name of the next step, like this:

I suggest to see the Identity refresh WF, because it call a form called Identity Refresh(argument “formTemplate” in the image), its a good example.

You need to use a workflow form.

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)

Plugin page url - http://localhost:8080/identityiq/plugins/pluginPage.jsf?pn=ContractorManagementPlugin
Once user is validated on this page i want this page to be redirected to form page registration page as - http://localhost:8080/identityiq/external/registration.jsf#/register

This is the page for unauthenticated user, correct?
How do you autenticate in SP?

Because your page is SP enviroment, so for use a SP form you need to autenticate the user.

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

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.