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 - 06 MAY 20222021 Autumn, updated 2022 SummerPage created and written.



Note
titleInternal 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
, HEAD, POST, PUT, PATCH, DELETE, OPTIONS
Response FormatJSON
Description


Excerpt
Request HeaderRequest Example
Code Block
languageyml
If necessary, show the request details in the code block. Adjust the language for syntax highlighting.

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


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