keitaroinc / ckanext-saml2auth

CKAN extension to enable Single Sign-On (SSO) for CKAN data portals via SAML2 Authentication.
GNU Affero General Public License v3.0
23 stars 30 forks source link

Add authn_requests_signed to spconfig.py #102

Open RasmusAntons opened 6 months ago

RasmusAntons commented 6 months ago

As mentioned in #48, authn_requests_signed needs to be explicitly set to True to enable request signing, at least in some configurations. I don't fully understand why that is, since it is supposed to default to True, but apparently this works for me and others.