Skip to content

Deprecate camelCase parameters used by SAML APIs (#73984)#74464

Merged
ywangd merged 1 commit intoelastic:7.xfrom
ywangd:es-73543-deprecate-camel-case-7.x
Jun 23, 2021
Merged

Deprecate camelCase parameters used by SAML APIs (#73984)#74464
ywangd merged 1 commit intoelastic:7.xfrom
ywangd:es-73543-deprecate-camel-case-7.x

Conversation

@ywangd
Copy link
Copy Markdown
Member

@ywangd ywangd commented Jun 23, 2021

Both SAML complete logout and SAML invalidate session APIs use a camelCase
request parameter, queryString, while the convention is to use snake_case
parameters. This PR deprecates queryString and replaces it with query_string.
It is an error to if a request specifies both of them.

Both SAML complete logout and SAML invalidate session APIs use a camelCase
request parameter, queryString, while the convention is to use snake_case
parameters. This PR deprecates queryString and replaces it with query_string.
It is an error to if a request specifies both of them.
@ywangd ywangd merged commit a33b999 into elastic:7.x Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant