All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rest-api-spec.api.security.oidc_authenticate.json Maven / Gradle / Ivy

There is a newer version: 8.16.0
Show newest version
{
  "security.oidc_authenticate":{
    "documentation":{
      "url":"https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-oidc-authenticate.html",
      "description":"Exchanges an OpenID Connection authentication response message for an Elasticsearch access token and refresh token pair"
    },
    "stability":"stable",
    "visibility":"public",
    "headers":{
      "accept": [ "application/json"],
      "content_type": ["application/json"]
    },
    "url":{
      "paths":[
        {
          "path":"/_security/oidc/authenticate",
          "methods":[
            "POST"
          ]
        }
      ]
    },
    "body":{
      "description":"The OpenID Connect response to authenticate",
      "required":true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy