/
GET /authentication-internal/jwt/token
GET /authentication-internal/jwt/token
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 2022 Autumn |
---|---|
Request Method | GET |
Response Format | text/plain;charset=utf-8 |
Description | Requests an internal JSON Web Token (JWT) that can be used by a service account to access internal endpoints of services running within the yuuvis® Momentum cluster. The endpoint requires either basic authentication (Example A) or a token provided by the identity provider (Example B) retrieved via its OIDC interface. |
Request Header | Authorization with internal Bearer token |
Request Example | Example A curl -H "Authorization: Basic dXNyOnB3ZA==" -H "X-ID-TENANT-NAME: tenant" http://authentication-internal/jwt/token Example B curl -H "Authorization: Bearer eyJhbGci..." -H "X-ID-TENANT-NAME: tenant" http://authentication-internal/jwt/token |
Response Example | Bearer eyJraWQiOiJqd3Qtc2lnbmluZy1rZXkiLCJhbGciOiJSUzI1NiJ9.eyJzd... |
Related content
AUTHENTICATION Service Endpoints
AUTHENTICATION Service Endpoints
Read with this
AUTHENTICATION Service
AUTHENTICATION Service
Read with this
Search Service API
Search Service API
More like this
Digest 9.16 (LTS)
Digest 9.16 (LTS)
More like this
Product Version 2023 Autumn
Product Version 2023 Autumn
More like this
Version Tags Services
Version Tags Services
More like this