Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

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 2021 Autumn

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