Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Page Properties
hiddentrue
idPROGRESS

Product Version2021 Summer
Report Note
AssigneeAntje

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje14 MAR - 06 MAY 20222021 2022 SummerPage created and written.



Excerpt
These endpoints allow for the management of user sessions and internal JSON Web Tokens (JWTs).

...

Note
titleInternal Endpoints

These endpoints are available only for services within the yuuvis® Momentum cluster. If you need to grant access to an external custom service via the AUTHENTICATION service's access conditions, absolutely ensure that only your custom service has accessNever 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

Insert excerpt
GET /authentication-internal/session/invalidateAll/{userId}
GET /authentication-internal/session/invalidateAll/{userId}
nopaneltrue

/authentication/session/invalidateAll/{userId}

GET
as of 2021 Autumn

Validate the internal JWTJSON

Insert excerpt
GET /authentication-internal/jwt/verify
GET /authentication-internal/jwt/verify
nopaneltrue

/authentication/jwt/verify

...