diff --git a/SSO-Auth/Config/configPage.html b/SSO-Auth/Config/configPage.html
index 777c0b8..249d19d 100644
--- a/SSO-Auth/Config/configPage.html
+++ b/SSO-Auth/Config/configPage.html
@@ -529,14 +529,20 @@
SSO Settings:
class="sso-text"
/>
- The set provider then gets assigned to the user after they
- have logged in. If it is not set, nothing is changed. With
- this, a user can login with SSO but is still able to log in
- via other providers later.
A common option is
+ The provider then gets assigned to the user after they
+ have logged in. If it is not set, nothing is changed.
With
+ the following provider, a user can login with SSO but is still
+ able to log in via normal password-based login form:
+ Jellyfin.Plugin.LDAP_Auth.LdapAuthenticationProviderPlugin
IMPORTANT: If this provider is used, ALL newly created
+ Jellyfin users have no password set and login without password
+ is possible!
If you prefer to use only SSO based logins,
+ you should prefer this provider:
Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider
- for the default provider.
+ >
You can still use QuickConnect for clients that don't support
+ SSO based logins.