Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] SAML Authentication #1593

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

[DNM] SAML Authentication #1593

wants to merge 7 commits into from

Commits on Aug 12, 2022

  1. installation documentation updates for install onto a bare Debian 11 …

    …system:
    
    * don't assume we have github ssh key installed - this would make sense on a dev system but not for a production system
    * make is not necessarily already installed
    * in recent versions of docker, "docker compose" (via docker-compose-plugin) is used instead of "docker-compose"
    * sudo is not necessarily installed, and should not be required
    mtoupsUNO committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    9c7767b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    093005f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f5291b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6be043c View commit details
    Browse the repository at this point in the history
  5. add function for saml auth

    mtoupsUNO committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d38b902 View commit details
    Browse the repository at this point in the history
  6. this commit I did not feel great about, but commenting out this line …

    …was the only way I could find to get SAML auth to work. I would very much prefer another solution or workaround.
    mtoupsUNO committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d573fd7 View commit details
    Browse the repository at this point in the history
  7. This is an example of what a school using Microsoft Active Directory …

    …will need to enable SAML authentication for autolab. The "Enterprise Applications" admin will need to provide the fingerprint and target URL/entity ID specific to your site. (They may call this "metadata")
    mtoupsUNO committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    7ecc04c View commit details
    Browse the repository at this point in the history