Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

COmanage Registry includes a Shibboleth Embedded Discovery Service (EDS) plugin that you may choose to use as the discovery service.

To configure the plugin edit the file

Code Block
registry-source/app/Plugin/ShibbolethEmbeddedDiscoveryService/webroot/js/idpselect_config.js

See the EDS documentation for details on the configuration options.

At a minimum you will need to change the value for this.testGUI from true to false before attempting to use the discovery service.

. Customization is via Platform > CMP Enrollment Configurations. The default COmanage EDS assumes the discovery service feed is available at /Shibboleth.sso/DiscoFeed. For more information on the EDS, see the EDS documentation.

The discovery service URL is

Code Block
https://<your host>/<your path, usually registry>/shibboleth_embedded_discovery_service/eds/view

For example

Code Block
https://myproject.example.edu/registry/shibboleth_embedded_discovery_serviceregistry/pages/eds/viewindex

If you are using a Shibboleth Native Service Provider (SP) you can configure the SP to use the discovery service by configuring the discoveryProtocol and discoveryURL attributes for the <SSO> element. For example

Code Block
<SSO discoveryProtocol="SAMLDS" discoveryURL="https://myproject.example.edu/registry/shibboleth_embedded_discovery_servicepages/eds/viewindex" >
SAML2
</SSO>