Shibboleth and other auth modules: Difference between revisions
No edit summary |
(Correct documentation: Shibboleth is NOT supported, only Google Sign-In is available) |
||
| Line 1: | Line 1: | ||
{{DISPLAYTITLE:SSO Authentication Support}} | |||
== 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 === | === AI Summary for RAG === | ||
'''Summary:''' This | '''Summary:''' This page clarifies which SSO authentication methods are supported in VoIPmonitor GUI, which are not, and alternatives for custom authentication integration. | ||
'''Keywords:''' | '''Keywords:''' SSO, single sign-on, authentication, Google Sign-In, OAuth, Shibboleth, LDAP, custom login, unsupported | ||
'''Key Questions:''' | '''Key Questions:''' | ||
* | * Which SSO methods are currently supported in VoIPmonitor GUI? | ||
* | * Is Shibboleth authentication supported in VoIPmonitor? | ||
* How | * How can I integrate VoIPmonitor with LDAP or other unsupported auth methods? | ||
* What | * What is the current status of SSO support in VoIPmonitor? | ||
* Is Google Sign-In available for VoIPmonitor GUI? | |||
* Is | |||
Revision as of 08:52, 4 January 2026
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) - 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 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.
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?