|
@@ -0,0 +1,28 @@
|
|
|
+{
|
|
|
+ "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
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|