Named Session Questions

What are all the components that make up a URL to call a flow that uses a Named Session for authentication?

Comments

  • There are going to be four main components of this URL:

    1. Base Portal URL
    2. Flow Id - This will be either a GUID or ULID depending upon what version of Decisions you created the flow.
    3. Name Session Id - This is a randomly generated number which allows any user account to execute processes or access resources under that specific named session, effectively acting on behalf of the account it is tied to.
    4. URL parameter - These define the page's appearance and behavior.
Sign In or Register to comment.