rest-api-spec.api.security.oidc_authenticate.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rest-api-spec Show documentation
Show all versions of rest-api-spec Show documentation
Elasticsearch subproject :rest-api-spec
{
"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
}
}
}