@@ -127,7 +127,7 @@ ckan.redis.url = redis://redis:6379/1
127127# Add ``resource_proxy`` to enable resorce proxying and get around the
128128# same origin policy
129129# Note: Plugins to the left take precendence over plugins to the right!!! Opposite to what you might expect.
130- ckan.plugins = activity unaids fork scheming_datasets blob_storage saml2auth emailasusername restricted authz_service stats
130+ ckan.plugins = activity unaids fork scheming_datasets blob_storage emailasusername restricted authz_service stats
131131 text_view image_view datatables_view unaids_recline_view
132132 resource_proxy datastore datapusher
133133 validation ytp_request pages dhis2harvester_plugin dhis2_pivot_tables_harvester harvest versions
@@ -298,15 +298,15 @@ ckan.hide_activity_from_users = %(ckan.site_id)s
298298# # Email settings
299299email_to = support@fjelltopp.org
300300
301- # SAML2.0
302- ckanext.saml2auth.idp_metadata.location = remote
303- ckanext.saml2auth.idp_metadata.remote_url = https://hivtools.eu.auth0.com/samlp/metadata/lMiD8vQo1OZUPJEzd5hPvcxgTMkyY7YS
304- ckanext.saml2auth.idp_metadata.remote_cert = /etc/ckan/saml_idp.crt
305- ckanext.saml2auth.user_fullname = http://schemas.xmlsoap.org/ws/2005/05/identity/claims/fullname
306- ckanext.saml2auth.user_email = http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
307- ckanext.saml2auth.want_response_signed = False
308- ckanext.saml2auth.want_assertions_signed = True
309- ckanext.saml2auth.logout_requests_signed = False
301+ # SAML2.0 - DISABLED (using CKAN default authentication)
302+ # ckanext.saml2auth.idp_metadata.location = remote
303+ # ckanext.saml2auth.idp_metadata.remote_url = https://hivtools.eu.auth0.com/samlp/metadata/lMiD8vQo1OZUPJEzd5hPvcxgTMkyY7YS
304+ # ckanext.saml2auth.idp_metadata.remote_cert = /etc/ckan/saml_idp.crt
305+ # ckanext.saml2auth.user_fullname = http://schemas.xmlsoap.org/ws/2005/05/identity/claims/fullname
306+ # ckanext.saml2auth.user_email = http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
307+ # ckanext.saml2auth.want_response_signed = False
308+ # ckanext.saml2auth.want_assertions_signed = True
309+ # ckanext.saml2auth.logout_requests_signed = False
310310# ckanext.saml2auth.key_file_path = /etc/ckan/saml.key
311311# ckanext.saml2auth.cert_file_path = /etc/ckan/saml.crt
312312# Uncomment the internal login option to enable log in in offline mode
0 commit comments