Skip to end of banner
Go to start of banner

Outline for mod-login-saml move to Apaches mod_shib

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This outline refers to this JIRA issue

A. old-fashioned way

  1. Install and configure Service Provider direct on the machine
    1. Install package from distribution repository OR https://wiki.shibboleth.net/confluence/display/SP3/LinuxInstall
    2. Configure SP → https://wiki.shibboleth.net/confluence/display/SP3/Configuration
    3. Configure Webserver → https://wiki.shibboleth.net/confluence/display/SP3/WebServers

  2. At the secured webserver location place the endpoint of „mod-login“ (mod-login-saml?)  that takes the submitted attributes (these are exposed in the environment variables) to map to the right user and log him/her in.

B. containerized way

Use the maintainted service provider in a container → good starting point might be this: https://github.internet2.edu/docker/shib-sp

At this point it might be considerable to merge the remaining login logic with its APIs into the SP container or do it vice versa...


Additional considerations may be:

  • No labels