Skip to content

Add Session Management Capability

Michael Evenchick requested to merge minor/ADAPT-2304 into master

Add Session Management Capability - this needs to be managed in IAP Workflow but the adapter exposes the ability to pass in a session id so there are now 2 options. OPTION 1 - Allow the adapter to use the session similar to a token meaning it pulls a session, uses it until it expires (token timeout) and then gets another session. OPTION 2 - The adapter is set up with no authentication - you can still provide credentials in properties that the adapter will use on login. Workflows are then set up where they login first, go through a series of X calls, then publish and logout. In this scenario, you must use the adapter calls that are suffixed with "...WithSid" so that you can pass in the session id.

Merge request reports