You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing OneLogin::RubySaml::Authrequest.new.create(settings, RelayState: nil) still creates an empty RelayState url param. Ideally nil (or perhaps even falsy) RelayState would cause ruby-saml to not output a param. This caused an issue for a customer integration recently. SimpleSaml (the PHP library) apparently decided that we had an improperly signed request with the empty param.
The text was updated successfully, but these errors were encountered:
Doing
OneLogin::RubySaml::Authrequest.new.create(settings, RelayState: nil)
still creates an empty RelayState url param. Ideally nil (or perhaps even falsy) RelayState would causeruby-saml
to not output a param. This caused an issue for a customer integration recently. SimpleSaml (the PHP library) apparently decided that we had an improperly signed request with the empty param.The text was updated successfully, but these errors were encountered: