Skip to content

Commit

Permalink
Add RelayState in the saml-prepare-auth docs
Browse files Browse the repository at this point in the history
Support for RelayState  was introduced in elastic#46534 but the docs
were not updated at the time.
  • Loading branch information
jkakavas committed Aug 26, 2021
1 parent 705a809 commit 1878a8e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ clients. See also <<security-api-saml-authenticate,SAML authenticate API>>,
used to generate the authentication request. You must specify either this parameter or the `acs`
parameter.

`relay_state`::
(Optional, string) A string that will be included in the redirect URL that this API returns
as the RelayState query parameter. If the Authentication Request is signed, this value is
used as part of the signature computation.

[[security-api-saml-prepare-authentication-response-body]]
==== {api-response-body-title}

Expand Down

0 comments on commit 1878a8e

Please sign in to comment.