Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update configPage.html - Provider description #177

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 12 additions & 6 deletions SSO-Auth/Config/configPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,14 +529,20 @@ <h2 class="sectionTitle">SSO Settings:</h2>
class="sso-text"
/>
<div class="fieldDescription">
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.<br />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.<br />With
the following provider, a user can login with SSO but is still
able to log in via normal password-based login form:<br />
<code
>Jellyfin.Plugin.LDAP_Auth.LdapAuthenticationProviderPlugin</code
><br />IMPORTANT: If this provider is used, ALL newly created
Jellyfin users have no password set and login without password
is possible!<br />If you prefer to use only SSO based logins,
you should prefer this provider:<br />
<code
>Jellyfin.Server.Implementations.Users.DefaultAuthenticationProvider</code
>
for the default provider.
><br /><br />You can still use QuickConnect for clients that don't support
SSO based logins.
</div>
</div>

Expand Down
Loading