mirror of https://github.com/zulip/zulip.git
docs: Add disabling of Force POST Binding to Keyclock SLO instructions.
This needs to be disabled, because python3-saml only supports the Redirect binding. This step was forgotten in the original writing of this doc.
This commit is contained in:
parent
c696b78eec
commit
3d731de3f1
|
@ -611,6 +611,7 @@ another IdP.
|
|||
the user's email address in the NameID to know which user's
|
||||
sessions to terminate.
|
||||
1. Make sure `Front Channel Logout` is enabled, which it should be by default.
|
||||
Disable `Force POST Binding`, as Zulip only supports the Redirect binding.
|
||||
1. In `Fine Grain SAML Endpoint Configuration`, set `Logout Service Redirect Binding URL`
|
||||
to the same value you provided for `SSO URL` above.
|
||||
1. Add the IdP's `Redirect Binding URL`for `SingleLogoutService` to
|
||||
|
|
Loading…
Reference in New Issue