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

Conversation

Rainer-Keller
Copy link

This pull request is based on #1219, but has everything unrelated to SAML removed and all the review issues fixed.

These changes were taken from the original author and all
changes unrelated to SAML were removed.
@dsl400
Copy link

dsl400 commented Sep 15, 2024

WARN: Bad key in configuration file: "route".
this will remove the option to configure routes locally and bypass the configuration coming from the server?

@Rainer-Keller
Copy link
Author

WARN: Bad key in configuration file: "route". this will remove the option to configure routes locally and bypass the configuration coming from the server?

I've extracted only the SAML feature from your branch for easier review. The configuration options for dns and route overwrite I did not adopt. These options may go in as a separate pull request.

@dsl400
Copy link

dsl400 commented Sep 15, 2024

I will wait for this to be merged first

@Rainer-Keller
Copy link
Author

I will wait for this to be merged first

Let's see how it goes...

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.
Fix compiler warnings about comparing signed with unsigned integers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants