DataShades / ckanext-saml2

SAML2 Authentication extension for CKAN
5 stars 23 forks source link

Entity ID #56

Closed fpjr closed 7 years ago

fpjr commented 7 years ago

I'm trying to look for a material that I can refer to know the "entityID" that this plugin creates. But I can't find anything yet. Are there any forums or mailing-lists that I can follow for this plugin? What I'm trying to accomplish is to create a configuration to use Salesforce's SAML IDP.

MrkGrgsn commented 7 years ago

The entity ID of the service provider is configured in sp_config.py, see the example.

Most of the SAML2 configuration actually relates to the underlying SAML2 library, https://github.com/rohe/pysaml2, documentation for which is at http://pysaml2.readthedocs.io/en/latest/. The doco is not that comprehensive however.

fpjr commented 7 years ago

This has been resolved a few weeks back. Thank you for the response anyway.