elasticsearch/docs/reference/security
Albert Zaharovits bd10775b02
Grant API Key API with JWTs (#101904)
Introduces support for JWTs to the grant API Key API.
Callers can now pass-in a JWT in the request, like:
POST /_security/api_key/grant
{
  "grant_type": "access_token",
  "access_token" : "some.signed.JWT",
  "client_authentication": { // optional
    "scheme": "SharedSecret",
    "value": "ES-Client-Authentication header value after scheme"
  }
}
The JWT will be authenticated by a backing JWT realm and
a new API Key will be returned for the authenticated user.
2023-11-21 14:11:08 +02:00
..
auditing
authentication Grant API Key API with JWTs (#101904) 2023-11-21 14:11:08 +02:00
authorization
ccs-clients-integrations
images
operator-privileges
reference
securing-communications
configuring-stack-security.asciidoc
enroll-nodes.asciidoc
es-security-principles.asciidoc
fips-140-compliance.asciidoc
fips-java17.asciidoc
index.asciidoc
limitations.asciidoc
security-manual-configuration.asciidoc
troubleshooting.asciidoc
using-ip-filtering.asciidoc