Skip to content

Commit c51303d

Browse files
seanstorylcawl
authored andcommitted
Typo of ' instead of ` (#50767)
1 parent 8a5de4f commit c51303d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/docs/en/security/authentication/saml-guide.asciidoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ POST /_security/saml/prepare
924924
--------------------------------------------------
925925

926926
. 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`
927+
`redirect`, `realm` and `id`. The custom web application would need to store the value for `id`
928928
in the user's session (client side in a cookie or server side if session information is
929929
persisted this way). It must also redirect the user's browser to the URL that was returned in the
930930
`redirect` parameter. The `id` value should not be disregarded as it is used as a nonce in SAML in

0 commit comments

Comments
 (0)