Extracting the SessionID of a Web App
When a user opens a Web App, the user data can be read out in a Technical Process using the User Identity Adapter.
The read user data contains the SessionID that the user uses for this session. A SessionID is a unique session identifier. The SessionID can be used to uniquely associate the user and the session. This allows to place data in the session or access data from the session. The SessionID of a Web App can be read from the so-called JSON Web Token.
The SessionID are included in the output XML of the User Identity Adapter.