I am curious whether this extension is compatible with CKAN 2.2. After my configuration on CKAN 2.2, I get following error when I tried to serve CKAN (paster serve) : ckanext/saml2/plugin.py", line 70, in make_mapping for item in data.split(): AttributeError: 'NoneType' object has no attribute 'split'
Could you help me please? Is it configuration error?
You've probably got this sorted by now but this is probably due to missing configuration in your CKAN ini file. Refer to the configuration instructions in the 2.3-upgrade branch.
Hellou,
I am curious whether this extension is compatible with CKAN 2.2. After my configuration on CKAN 2.2, I get following error when I tried to serve CKAN (paster serve) : ckanext/saml2/plugin.py", line 70, in make_mapping for item in data.split(): AttributeError: 'NoneType' object has no attribute 'split'
Could you help me please? Is it configuration error?