Generate device code from already logged in browser #289
-
|
Use case: I have an already logged in session through my IdP into HomeAssistant. I would now like to also log in on my phone. Currently I have to (unless I missed something) either:
I would like to: Have some way to generate a device code from the browser without logging out or using a different profile/incognito Even if there is just a URL to force the OAuth dialog to appear so I can go through device code on an already logged in browser, that would be great. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
You can actually do this by going to either |
Beta Was this translation helpful? Give feedback.
You can actually do this by going to either
/auth/oidc/welcomeor/auth/oidc/redirectwhen logged in. Not great UX but it's possible.