-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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 REST API specification for SAML APIs #72839
Conversation
Pinging @elastic/clients-team (Team:Clients) |
Pinging @elastic/es-security (Team:Security) |
There is also RestSamlCompleteLogoutAction. But this API does not have documentation either. It's probably an oversight of the original PR. I can raise a separate PR for both its PR and rest api sepc. |
"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.
"content_type": ["application/json"]
I don't know if this is used (idem the rest).
"GET" | ||
], | ||
"parts":{ | ||
"name":{ |
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.
Should be realm_name
instead of name
.
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.
Handful of nits and thoughts for you!
rest-api-spec/src/main/resources/rest-api-spec/api/security.saml_invalidate.json
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/security.saml_prepare_authentication.json
Outdated
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/security.saml_sp_metadata.json
Outdated
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/security.saml_sp_metadata.json
Outdated
Show resolved
Hide resolved
rest-api-spec/src/main/resources/rest-api-spec/api/security.saml_authenticate.json
Outdated
Show resolved
Hide resolved
These API specifications were originally not added as we considered them internal.
relates: #67189