forked from zulip/zulip
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
saml: Extract logic for enabling wantMessagesSigned locally.
As explained in 158287f, wantMessagesSigned can't be enabled globally (as it'll break setups with IdPs that sign SAMLResponse assertions) - but is needed for LogoutRequests, and will be for LogoutResponses in the SP-initiated SLO flow in future commits. We extract a function with the necessary hacky logic for re-use in the SP-initiated SLO implementation.
- Loading branch information
1 parent
931ed06
commit 05913f5
Showing
1 changed file
with
21 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters