-
Notifications
You must be signed in to change notification settings - Fork 113
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
Kerberos auth ok, but not Single Sign On #131
Comments
Hello @taumeister , could you solve this issue? I'm having trouble too getting SSO working for this module.. |
No sorry, in the end, I did it with apache, keytab. |
@stnoonan any idea how to get SSO working with this module? is it not possible? |
I believe what you mean when you say SSO is authenticating to the nginx web server with a Kerberos ticket, rather than username and password. This module definitely supports that, and is indeed its primary purpose. Authenticating to nginx with a username and password (where this module then passes the username and password to Kerberos to validate) is what is enabled by the As for getting ticket or SSO authentication working, the basic settings are covered in the README. |
@jheiss Hello, whenever i try to run
So I have the kerberos ticket for In my nginx conf i have:
I think I have all configured the right way, but still can't get SSO working, only works when the user put their right credentials in the window popup... |
Anything relevant in your nginx logs? If you add |
Hello, NGINX logs
|
The curl output indicates that nginx offered |
Hello, My curl have indeed SPNEGO GSSAPI and Kerberos listed as features.
|
Hello,
thanks for your work an this module.
We try to enable SSO for Kanboard for our Company.
Compiling and stuff is all ok.
Debugging on general kerberos ticket and things ok, means it works.
Keytab and things all in place and work too ( with apache SSO is no problem )
IF enabling your module, I am getting a popup auth window, where i can authenticate with kerberos and
then I have access to the website ( kanboard Login, or plain nginx welcome screen if no app is installed ).
But this is only some kind of kerberos auth, not SSO.
It looks like as if the information is not properly forwarded to the backend ( my own assumption, sorry ).
Can you tell me what I have to configure to get real SSO with your module and nginx,
maybe special settings in nginx.conf or site.conf?
Any help is much appreciated,
thanks a lot
Greetings
Thomas
The text was updated successfully, but these errors were encountered: