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

August-W: Made ServiceProvider more configurable without needing to extend it #20

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

Commits on Apr 14, 2020

  1. August-W: added setters in sp.py for logout_return_endpoint, default_…

    …login_return_endpoint, and acs_redirect_endpoint, fixed issue with scheme in views to allow for https, and updated the example sp.py accordingly
    August-W committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f1a01af View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. August-W: Added checks for None-type endpoints in get_default_login_r…

    …eturn_url and get_logout_return_url in sp.py
    August-W committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    c29c299 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a419ab6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a112a7 View commit details
    Browse the repository at this point in the history
  4. August-W: added setter for entity_id in ServiceProvider so people can…

    … use their chosen value as entity_id rather than the default url to an xml file
    August-W committed Apr 15, 2020
    Configuration menu
    Copy the full SHA
    57b9eb6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2020

  1. Configuration menu
    Copy the full SHA
    6a76c8c View commit details
    Browse the repository at this point in the history