GET /jwt/verify

Internal Endpoint

This endpoint is available only for services within the yuuvis® Momentum cluster. Never expose it for public access in the authentication-prod.yml configuration file.

As of Version

product version 2021 Autumn

Request MethodGET
Response FormatJSON
Description

Validates the internal JSON Web Token (JWT) that is assigned to an HTTP request.

If the signature of the JWT matches its header and payload, the validation will be successful and the response body contains true. If the validation fails, the response body contains false.
>> Structure of internal JWTs

In order to activate the validation, manual configuration is required.
>> Validating Internal JSON Web Tokens

Request HeaderAuthorization
Request Example

curl http://authentication-internal/jwt/verify

Response Example
true