Authentication allows all types of users to obtain an Auth id_token, which can then be utilized as an Authorization Bearer token for users with defined roles, including administrators.
This authToken serves as proof of a user's authentication and can be used to authorize access to protected resources
Login
Login API allows users to securely authenticate and retrieve their Auth Token and User Role.
The endpoint accepts HTTP POST requests and expects the following headers:
serviceId (required): The unique identifier for each project.