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 2 Next »

Internal Endpoint

This endpoint is 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 access.

As of Version

product version 2021 Autumn

Request Methodsupported methods: GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS
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 --header 'Authorization: Bearer eyJraWQiOiJqd3Qtc2ln...' http://authentication/jwt/verify

Response Example
true
  • No labels