recipes

Technical recipes for frequently and infrequently recurring problems

View the Project on GitHub curationexperts/recipes

Shibboleth

In order to use Shibboleth authentication for a Samvera app, three things must be in place:

  1. A shibboleth-idp (identity provider) server. We maintain one for internal use. See the shibboleth-idp guide for details.
  2. A shibboleth-sp (service provider) installation on the server where the application will run. See the shibboleth-sp guide for details.
  3. The application must be configured to authenticate with shibboleth. See the shibboleth_and_hyrax guide for how to do this.