External Users Forced To Login as Guest To Fill Out Form
I have a flow that is configured for external use to fill out a simple form. However, instead of showing the form to the user, they are prompted to login. How can I change this?
Comments
-
This will require the use of a Named Session. Create a Named Session at System → Security → Named Sessions.
Choose an appropriate account with the correct permissions necessary for the process and give it a suitable name. Navigate to the flow in question, click Configure Integration in the upper right-hand corner and choose API Service.
Choose View → Setup and choose the Named Sessions for the Login variable. Now, the flow can be called by our API service authenticated via the Named Session created.
Named Session: https://documentation.decisions.com/v9/docs/named-session

