We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5de4f commit c51303dCopy full SHA for c51303d
x-pack/docs/en/security/authentication/saml-guide.asciidoc
@@ -924,7 +924,7 @@ POST /_security/saml/prepare
924
--------------------------------------------------
925
926
. Handle the response from `/_security/saml/prepare`. The response from {es} will contain 3 parameters:
927
- `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`
928
in the user's session (client side in a cookie or server side if session information is
929
persisted this way). It must also redirect the user's browser to the URL that was returned in the
930
`redirect` parameter. The `id` value should not be disregarded as it is used as a nonce in SAML in
0 commit comments