Move SSO outside of testing

Daniel García
2025-12-28 00:08:51 +01:00
parent be3b455d65
commit b51be07e63

@@ -33,6 +33,7 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* [Directory Connector](https://bitwarden.com/help/directory-sync/) support
* [Admin Password Reset](https://bitwarden.com/help/admin-reset/)
* [Live sync](https://bitwarden.com/blog/live-sync/) (push notifications) for mobile clients (Android/iOS)
* [Single Sign-On (SSO)](https://bitwarden.com/help/about-sso/), see [Documentation](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect)
* Certain enterprise policies:
* [Require two-step login](https://bitwarden.com/help/policies/#require-two-step-login)
@@ -44,13 +45,6 @@ Vaultwarden implements the Bitwarden APIs required for most functionality, inclu
* [Remove Send](https://bitwarden.com/help/policies/#remove-send)
* [Send options](https://bitwarden.com/help/policies/#send-options)
## Testing features
Features available in the `testing` docker image:
* [Single Sign-On (SSO)](https://bitwarden.com/help/about-sso/), see [Documentation](https://github.com/dani-garcia/vaultwarden/wiki/Enabling-SSO-support-using-OpenId-Connect)
## Missing features
Issue [#246](https://github.com/dani-garcia/vaultwarden/issues/246) contains the comprehensive list of feature requests, both features of the official server that are missing in Vaultwarden, as well as enhancements specific to Vaultwarden.