Skip to content

Commit

Permalink
prints
Browse files Browse the repository at this point in the history
  • Loading branch information
btylerburton committed Jan 3, 2025
1 parent b944481 commit a192b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/saml2auth/spconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_config():
asbool(ckan_config.get(u'ckanext.saml2auth.logout_requests_signed', False))
logout_expected_binding = ckan_config.get(u'ckanext.saml2auth.logout_expected_binding',
entity.BINDING_HTTP_POST)

print(f">>get_config :: {base}, {acs_endpoint}")
config = {
u'entityid': entity_id,
u'description': u'CKAN saml2 Service Provider',
Expand Down

0 comments on commit a192b96

Please sign in to comment.