mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 02:14:54 +00:00
Typo of ' instead of ` (#50767)
This commit is contained in:
parent
8a5de4f56f
commit
c51303d051
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user