AUTHENTICATION Service Endpoints
These endpoints allow for the management of user sessions and internal JSON Web Tokens (JWTs).
Internal Endpoints
These endpoints are available only for services within the yuuvis® Momentum cluster. Never expose them for public access in the authentication-prod.yml configuration file.
HTTP Method as of product version | Purpose | Response | Description |
---|---|---|---|
GET as of 2022 Summer | Invalidate all user sessions | JSON | Invalidates all active sessions of the user specified by |
GET | Validate the internal JWT | JSON | Validates the internal JSON Web Token (JWT) that is assigned to an HTTP request. |
GET | Retrieve an internal JWT | JSON | Requests an internal JSON Web Token (JWT) that can be used by a service account to access internal endpoints of services running within the yuuvis® Momentum cluster. |
GET | Refresh the tenant configuration | HTTP status code | Activate changes in the tenant configuration. http://authentication-internal/manage/refreshTenants |