Configuring shibboleth auth is not anymore working
See original GitHub issueSince the changes merged in #825 it is unclear to me how to configure shibboleth based AUTH as in the past and as documented here: https://github.com/jitsi/jicofo/blob/master/doc/shibboleth.md
I tried to set the following ENV variables:
ENABLE_AUTH=1
AUTH_TYPE=shibboleth
But this just keeps presenting me a pop up to enter a password without sending me to the auth url.
Which env variables do need to be set and does one need to do any additional changes?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
IdP Common Errors - Shibboleth 2 - Confluence
It is usually caused by improperly configured IdP endpoints at the federation. Some federations do not support SAML2 yet and trying to "fool"...
Read more >Unable to authenticate with Shibboleth - Seafile Forum
Hi, I am currently trying to set up a new instance of Seafile server, ... it seems everything is working as expected except...
Read more >Install and Configure Shibboleth for SAML on Windows and IIS
In Control Panel, open Administrative Tools > Services. The Shibboleth service (Shibboleth 2 Daemon) should have Service = Started, Startup Type ...
Read more >Authentication How-To Guide: SAML/Shibboleth Integration
Configure Shibboleth for the Harvard IdP (Pre-Production). Now you need to configure your SP to work with the Harvard University identity provider (IdP)....
Read more >Configuring Shibboleth (SAML) | Rancher Manager
If your organization uses Shibboleth Identity Provider (IdP) for user authentication, you can configure Rancher to allow your users to log ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I made a PR #958
Ok, I figured it out, the following config make it work again:
Important is to set login-url properly, I guess also the logout URL somewhow, as we did in the past:
and described here: https://github.com/jitsi/jicofo/blob/3936f654fc90d0aac9c109efc50d692ab3f457d6/src/main/java/org/jitsi/jicofo/auth/ShibbolethAuthAuthority.java#L53-L59
Can you include that in your template logic?