/
AUTHENTICATION Service Endpoints

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
PurposeResponseDescription
GET
as of 2022 Summer
Invalidate all user sessionsJSON

Invalidates all active sessions of the user specified by userId.
http://authentication-internal/session/invalidateAll/{userId}

GET
as of 2021 Autumn

Validate the internal JWTJSON

Validates the internal JSON Web Token (JWT) that is assigned to an HTTP request.
http://authentication-internal/jwt/verify

GET
as of 2022 Autumn

Retrieve an internal JWTJSON

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.
http://authentication-internal/jwt/token

GET
as of 2022 Autumn

Refresh the tenant configurationHTTP status codeActivate changes in the tenant configuration.
http://authentication-internal/manage/refreshTenants