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

Flexible NameID #111

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

Flexible NameID #111

wants to merge 6 commits into from

Commits on Feb 28, 2023

  1. Update samlidp.php

    Add an option in config to set the NameID format.
    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    4a3e471 View commit details
    Browse the repository at this point in the history
  2. PSR formatting updates

    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    403ca09 View commit details
    Browse the repository at this point in the history
  3. Update SamlSso.php

    Add a config option to set the NameID format for the subject. Default to email.
    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    cfbe7de View commit details
    Browse the repository at this point in the history
  4. Update metadata page

    Update metadata XML file to use dynamic NameID format from the config
    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    b05ae42 View commit details
    Browse the repository at this point in the history
  5. Update samlidp.php

    Add a config option to define whether or not we want to use NameID in assertions.
    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    dce5ab9 View commit details
    Browse the repository at this point in the history
  6. Update SamlSso.php

    Add a check to see if we want to use the NameID in the assertion according to the config value.
    upwebdesign committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    081e75c View commit details
    Browse the repository at this point in the history