-
Notifications
You must be signed in to change notification settings - Fork 25k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add docs and rest api spec for saml complete logout API #72867
Conversation
Pinging @elastic/clients-team (Team:Clients) |
Pinging @elastic/es-security (Team:Security) |
Pinging @elastic/es-docs (Team:Docs) |
(Required, array) A json array with all the valid SAML Request Ids that the caller of | ||
the API has for the current user. | ||
|
||
`queryString`:: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think our APIs generally prefer snake case. So this should have been query_string
instead of queryString
. This is unfortunately another oversight of the original PR #56316. I can deprecate it and add a new query_string
field in another follow-up PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, maybe raise an issue for it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I raised #73543
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
"stability":"stable", | ||
"visibility":"public", | ||
"headers":{ | ||
"accept": [ "application/json"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is used:
"content_type": ["application/json"]
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this. I think it should be included.
This PR adds the documentation and Rest API spec file for the SAML complete logout API. It is a (overdued) follow up for elastic#56316
This PR adds the documentation and Rest API spec file for the SAML complete logout API.
It is a (overdued) follow up for #56316
Doc preview URL: https://elasticsearch_72867.docs-preview.app.elstc.co/guide/en/elasticsearch/reference/master/security-api-saml-complete-logout.html
Relates: #67189, #72839