Skip to content

Commit

Permalink
DEV: we only support redirect single log out - do not respond to idp_…
Browse files Browse the repository at this point in the history
…slo_service_binding for now
  • Loading branch information
featheredtoast committed Oct 12, 2024
1 parent db04dcd commit a3ac733
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/saml_authenticator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ def setup_strategy(strategy)
certificate: setting(:sp_certificate).presence,
private_key: setting(:sp_private_key).presence,
idp_sso_service_binding: (setting(:request_method)&.downcase == "post") ? :post : :redirect,
idp_slo_service_binding: (setting(:request_method)&.downcase == "post") ? :post : :redirect,
security: {
authn_requests_signed: !!setting(:authn_requests_signed),
want_assertions_signed: !!setting(:want_assertions_signed),
Expand Down

0 comments on commit a3ac733

Please sign in to comment.