Flows
The Initial Service is responsible for creating secure sessions and generating a global token that can be used across multiple platforms to authenticate users
The flow goes executed when the ODS trigger the /initial
flow, this will get the request context and process the credentials to create the session and set the global token to enable the use of the related platforms.
The init session process follows a set of executions such as:
This process can be seen in the following diagram:
You can also follow up https://miro.com/app/board/uXjVOdpLrPQ=/?moveToWidget=3458764603003785633&cot=14 to dive deeper into its details.