-
-
Notifications
You must be signed in to change notification settings - Fork 42
Description
Is there a Way to skip the "Double" Login Screen for Desktop Users ?
I tried to follow the Instructions in the Documentation, but it doesn't seem to do anything 😞.
You can link the user directly to one of these following URLs:
/auth/oidc/welcome (if you would like a nice welcome screen for your users)
/auth/oidc/redirect (if you would like to just redirect them without a welcome screen)
When visiting either or the 2 Paths, the Result is the same:
I first need to click on Log in with Authentik OIDC (display_name: "Authentik OIDC" set in configuration.yaml) and then click on Login to Home Assistant in this browser.
For sure I'd like to skip the second Login Prompt.
I also tried to set this up in Authentik, but I'm not sure if I'm doing it correctly.
The whole OpenID Connect / OAuth Thing is quite new to me.
I tried setting it up in Applications -> homeassistant-main -> Launch URL:
I don't think it should be configured in the Providers -> homeassistant-main -> Redirect URL, or ?

