Ask is to add a config flag so ui server can skip the "Continue to SSO" intermediate page
and directs unauthenticated users direct to OIDC provider
Currently users pretty much have to deal with bigger workarounds like using nginx proxy to bypass this.
Not expert in Svelte but think change would be to get SvelteKit layout to direct to /auth/sso instead of /login.
Ask is to add a config flag so ui server can skip the "Continue to SSO" intermediate page
and directs unauthenticated users direct to OIDC provider
Currently users pretty much have to deal with bigger workarounds like using nginx proxy to bypass this.
Not expert in Svelte but think change would be to get SvelteKit layout to direct to /auth/sso instead of /login.