Shibboleth and other auth modules: Difference between revisions

From VoIPmonitor.org
(Correct documentation: Shibboleth is NOT supported, only Google Sign-In is available)
(Redirect to REMOTE_USER_Authentication - page restructured for clarity (Shibboleth is just one of many Apache modules that set REMOTE_USER))
Tag: New redirect
 
(5 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_usage|Google Sign-In (OAuth 2.0)]]''' - Fully supported and documented
 
=== Unsupported SSO Methods ===
 
* '''Shibboleth''' - Not supported at this time
* '''SAML-based SSO''' - Not supported at this time
* '''LDAP''' - Direct LDAP integration is not supported (use custom login script instead)
 
=== Future Support ===
 
Support for additional SSO methods (including Shibboleth) is planned for a future release. Check the [[FAQ|FAQ]] or release notes for updates on features under development.
 
=== Alternative: Custom Login Scripts ===
 
If you need to integrate with an authentication system not natively supported (such as LDAP, Shibboleth, or custom SSO), you can implement a '''custom login script''' using the [[WEB_API#Custom_Login|Web API]].
 
For LDAP examples, see the `scripts/ldap_custom_login_example.php` file in your GUI directory.
 
=== AI Summary for RAG ===
 
'''Summary:''' This page clarifies which SSO authentication methods are supported in VoIPmonitor GUI, which are not, and alternatives for custom authentication integration.
 
'''Keywords:''' SSO, single sign-on, authentication, Google Sign-In, OAuth, Shibboleth, LDAP, custom login, unsupported
 
'''Key Questions:'''
* Which SSO methods are currently supported in VoIPmonitor GUI?
* Is Shibboleth authentication supported in VoIPmonitor?
* How can I integrate VoIPmonitor with LDAP or other unsupported auth methods?
* What is the current status of SSO support in VoIPmonitor?
* Is Google Sign-In available for VoIPmonitor GUI?

Latest revision as of 12:42, 6 January 2026