From 554e49cb857756e62549ed69b821b8bdb355f3ad Mon Sep 17 00:00:00 2001 From: Kendall Garner <17521368+kgarner7@users.noreply.github.com> Date: Sun, 5 Jul 2026 21:50:22 -0700 Subject: [PATCH] note that sso is not supported for ND auth --- src/i18n/locales/en.json | 1 + src/renderer/features/servers/components/add-server-form.tsx | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/src/i18n/locales/en.json b/src/i18n/locales/en.json index 77dfba3a2..2a484a46c 100644 --- a/src/i18n/locales/en.json +++ b/src/i18n/locales/en.json @@ -332,6 +332,7 @@ "input_legacyAuthentication": "Enable legacy authentication", "input_name": "Server Name", "input_password": "Password", + "input_passwordNoSSO": "Reverse proxy (SSO) authentication is not supported. Only username/password authentication and Subsonic authentication are supported", "input_preferInstantMix": "Prefer Instant Mix", "input_preferInstantMixDescription": "Only use instant mix to get similar songs. Useful if you have plugins that modify this behavior", "input_preferRemoteUrl": "Prefer Public URL", diff --git a/src/renderer/features/servers/components/add-server-form.tsx b/src/renderer/features/servers/components/add-server-form.tsx index a38c5d6ad..3bd571897 100644 --- a/src/renderer/features/servers/components/add-server-form.tsx +++ b/src/renderer/features/servers/components/add-server-form.tsx @@ -295,6 +295,10 @@ export const AddServerForm = ({ onCancel }: AddServerFormProps) => { {...form.getInputProps('username')} />