Flows

🖥️ Init Flow

The Initial Service is responsible for creating secure sessions and generating a global token that can be used across multiple platforms to authenticate users

🖥️ Init Flow

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.

Init session service

The init session process follows a set of executions such as:

This process can be seen in the following diagram:

image.png

You can also follow up https://miro.com/app/board/uXjVOdpLrPQ=/?moveToWidget=3458764603003785633&cot=14 to dive deeper into its details.

📱 Calling the endpoint

Current flows

✔ Success Flow

❌ Error Flows