The Cross Auth Service is designed to check the authentication of a user across the global token and current system. This service provides a unified authentication process, streamlining access to various systems that require user credentials

🖥️ Init Flow

The flow goes executed when the Oasis Auth Service trigger the /cross-auth flow, this will receive an UUID and validate the session status. Is commonly used in the navigation and post-authentication flow.

In the init flow ever will handler the success and error flows.

Cross auth service

The cross auth service verifies the token validity and helps creating the session in the user’s origin application.

The process can be seen with more detail at https://miro.com/app/board/uXjVOdpLrPQ=/?moveToWidget=3458764602889796508&cot=14.

📱 Calling the endpoint

Current flows

✔ Success Flow

❌ Error Flows