Typo of ' instead of ` (#50767)

This commit is contained in:
Sean Story 2020-01-09 09:48:20 -06:00 committed by lcawl
parent 8a5de4f56f
commit c51303d051

View File

@ -924,7 +924,7 @@ POST /_security/saml/prepare
--------------------------------------------------
. Handle the response from `/_security/saml/prepare`. The response from {es} will contain 3 parameters:
`redirect`, `realm' and `id`. The custom web application would need to store the value for `id`
`redirect`, `realm` and `id`. The custom web application would need to store the value for `id`
in the user's session (client side in a cookie or server side if session information is
persisted this way). It must also redirect the user's browser to the URL that was returned in the
`redirect` parameter. The `id` value should not be disregarded as it is used as a nonce in SAML in