Versions Compared

Key

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


Page Properties
hiddentrue
idDONE

Product Version
Report Note
Assignee

Resources & Remarks

Modification History

NameDateProduct VersionAction
Antje14 MAR 20222021 AutumnPage created.



Note
titleInternal 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


Excerpt

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 Header
Request Example Code Block
languageyml
If necessary, show the request details in the code block. Adjust the language for syntax highlighting.
Authorization
Request Example

curl --header 'Authorization: Bearer eyJraWQiOiJqd3Qtc2ln...' http://authentication/jwt/verify

Response Example


Code Block
languageyml
Show the command line output in the code block. Change the language for syntax highlighting, if necessary.
true