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

[BUG] SAML request is not signed #84

Open FuhuXia opened 1 year ago

FuhuXia commented 1 year ago

Describe the bug SAML request is not signed. We already have these two configured:

ckanext.saml2auth.key_file_path
ckanext.saml2auth.cert_file_path

ckanext-saml2auth version affected v1.1.0

Expected behaviour Expected to see the Signature tag in the SAML request but it is missing:

image

FuhuXia commented 1 year ago

related to https://github.com/keitaroinc/ckanext-saml2auth/issues/48.