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
The want_assertions_encrypted currently only controls whether encryption-related certs are included in the SP metadata. There is no validation that the IdP is actually using encryption.
Compare with want_assertions_signed, which does add such a validation:
# in response.rbifsettings.security[:want_assertions_signed] && !(signed_elements.include?"Assertion")returnappend_error("The Assertion of the Response is not signed and the SP requires it")end