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

Support SAML authentication #1241

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

Commits on Sep 15, 2024

  1. Listen for SAML login requests

    These changes were taken from the original author and all
    changes unrelated to SAML were removed.
    dsl400 authored and Rainer-Keller committed Sep 15, 2024
    Configuration menu
    Copy the full SHA
    994fabe View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Improve SAML authentication

    In the initial implementation there were still some issues that needed
    to be fixed.
    One main improvement is that the http server thread does not run the
    tunnel thread. Instead the http server is first shut down and then
    the tunnel is started as usual.
    Rainer-Keller committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    663ec58 View commit details
    Browse the repository at this point in the history
  2. Fix some compiler warnings

    Fix compiler warnings about comparing signed with unsigned integers.
    Rainer-Keller committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    191099c View commit details
    Browse the repository at this point in the history