Shibboleth and other auth modules: Difference between revisions
(Correct documentation: Shibboleth is NOT supported, only Google Sign-In is available) |
(Clarify: Custom login scripts cannot implement SSO protocols like Shibboleth) |
||
| Line 7: | Line 7: | ||
=== Currently Supported SSO Methods === | === Currently Supported SSO Methods === | ||
* '''[[ | * '''[[Google Sign-In (OAuth 2.0)|Google_Sign_in_usage]]''' - Fully supported and documented | ||
=== Unsupported SSO Methods === | === Unsupported SSO Methods === | ||
| Line 13: | Line 13: | ||
* '''Shibboleth''' - Not supported at this time | * '''Shibboleth''' - Not supported at this time | ||
* '''SAML-based SSO''' - Not supported at this time | * '''SAML-based SSO''' - Not supported at this time | ||
* '''LDAP''' - | * '''Other IdP/LDAP SSO solutions''' - Not supported at this time | ||
=== Future Support === | === Future Support === | ||
Support for additional SSO methods (including Shibboleth) is planned for a future release. Check the [[ | 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: | |||
For LDAP | * '''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 === | === AI Summary for RAG === | ||
'''Summary:''' This page clarifies which SSO authentication methods are supported in VoIPmonitor GUI | '''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, | '''Keywords:''' SSO, single sign-on, authentication, Google Sign-In, OAuth, Shibboleth, LDAP, unsupported, SAML | ||
'''Key Questions:''' | '''Key Questions:''' | ||
* Which SSO methods are currently supported in VoIPmonitor GUI? | * Which SSO methods are currently supported in VoIPmonitor GUI? | ||
* Is Shibboleth authentication supported in VoIPmonitor? | * Is Shibboleth authentication supported in VoIPmonitor? | ||
* What is the current status of SSO support in VoIPmonitor? | * What is the current status of SSO support in VoIPmonitor? | ||
* Is Google Sign-In available for VoIPmonitor GUI? | * Is Google Sign-In available for VoIPmonitor GUI? | ||
* Can I use custom login scripts to implement Shibboleth? | |||
Revision as of 08:54, 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_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?