Shibboleth and other auth modules: Difference between revisions

From VoIPmonitor.org
(Clarify: Custom login scripts cannot implement SSO protocols like Shibboleth)
(Redirect to REMOTE_USER_Authentication - page restructured for clarity (Shibboleth is just one of many Apache modules that set REMOTE_USER))
Tag: New redirect
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:SSO Authentication Support}}
#REDIRECT [[REMOTE_USER_Authentication]]
 
== SSO Authentication Support in VoIPmonitor GUI ==
 
The VoIPmonitor GUI supports Single Sign-On (SSO) authentication through specific providers.
 
=== Currently Supported SSO Methods ===
 
* '''[[Google Sign-In (OAuth 2.0)|Google_Sign_in_usage]]''' - Fully supported and documented
 
=== Unsupported SSO Methods ===
 
* '''Shibboleth''' - Not supported at this time
* '''SAML-based SSO''' - Not supported at this time
* '''Other IdP/LDAP SSO solutions''' - Not supported at this time
 
=== Future Support ===
 
Support for additional SSO methods (including Shibboleth) is planned for a future release. Check the [[FAQ]] or release notes for updates on features under development.
 
=== Authentication Alternatives ===
 
The VoIPmonitor GUI supports the following alternatives to SSO:
 
* '''Local user accounts''' - Standard username/password authentication
* '''Two Factor Authentication (2FA)''' - See [[2FA]]
* '''Web server authentication''' - Apache Basic Auth or similar (not SSO)
* '''Custom login scripts''' - For integrating with authentication systems where the web server has already authenticated the user (e.g., LDAP via mod_authnz_ldap). See [[WEB_API#Custom_Login]]. Note: Custom login scripts can only integrate with systems that use standard HTTP authentication headers - they cannot implement SSO protocols like Shibboleth or SAML.
 
=== AI Summary for RAG ===
 
'''Summary:''' This page clarifies which SSO authentication methods are supported in VoIPmonitor GUI. Only Google Sign-In is currently supported. Shibboleth and other SSO methods are not supported and are planned for future release.
 
'''Keywords:''' SSO, single sign-on, authentication, Google Sign-In, OAuth, Shibboleth, LDAP, unsupported, SAML
 
'''Key Questions:'''
* Which SSO methods are currently supported in VoIPmonitor GUI?
* Is Shibboleth authentication supported in VoIPmonitor?
* What is the current status of SSO support in VoIPmonitor?
* Is Google Sign-In available for VoIPmonitor GUI?
* Can I use custom login scripts to implement Shibboleth?

Latest revision as of 12:42, 6 January 2026