Skip to content

Commit

Permalink
Add RelayState in the saml-prepare-auth docs (#76979) (#79570)
Browse files Browse the repository at this point in the history
Support for RelayState  was introduced in #46534 but the docs
were not updated at the time.
  • Loading branch information
jkakavas authored Oct 20, 2021
1 parent f662dc1 commit 3e6393b
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 3e6393b

Please sign in to comment.