Hello.
I created an ssh connector connected to a Linux endpoint as application.
It is called "Identity Services" and it just create accounts directly on that Linux server.
The connector works well: I did the tests and the user is created regularly, setting the name and password correctly.
This is the SSH connector
and the Command perform the useradd taking the Account Field and the Password.
The problem arises when I create a button, linked to a form.
This is the button:
and it points to this Request Form:
this is the field in the form:
and
When an user pushs that button, the form asks correctly to insert a Password (as configured).
Then it goes to the Workflow flow (Supervisor) for the Approval Phase.
After the Approval Phase, it fires the "Default AFX Fullfillment". The AFX is not handling automatically the request and it goes through a manual fullfillment to be manually executed by AveksaAdmin.
and If a login as AveksaAdmin I can see:
The application is correctly linked to the connector
I have also create the account template:
What I'm missing?
Thanks
Shanelle
Hi Shanelle,
I'll be honest, I've not had a whole lot of experience with the use of forms for this kind of scenario but to me the error highlights that it's missing the link between request form and the application. From the screenshots provided, it doesn't look like the form captures any application details?
Have you tried adjusting the Request Form settings on the application:
Or, alternatively have you tried assigning the fulfillment workflow directly to the form? Obviously this means the form can only be used for fulfilling changes in the Identity Services application:
Thanks,
Clive