Linking existing Persona ? #188
-
|
Excellent Integration 👍. I wonder if there is a Way (or Plan ?) to also link existing Persona to the OIDC Login 🤔. The first Time I tried to do the login I didn't have anything set for I understood the Issue, logged in as the Local Administrator, deleted the new OIDC Persona & new OIDC User, then I set in
Rebooted Home Assistant and in this Way, I don't get a duplicated User neither a duplicated Persona, when i logged in through SSO / OpenID (Authentik). I wonder however if you could set it up in a Way that, similarly to The same Caveats for Security Reasons, i.e. only set Or maybe add the OIDC "Login" / "Profile" under the Thank you for your Help 👍. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
I don't quite understand your question: what exactly would automatic person linking do? And what would it link on? What's your use case? Automatic user linking is meant for onboarding, as you can link with an existing username. If that user is already linked to a Person entity, that remains, so you get Person > User > 2 sets of credentials (instead of 1). Credentials aren't linked to a person directly. Additionally, I believe you can make Person entities in the UI, so you can always manually link or unlink a user. |
Beta Was this translation helpful? Give feedback.
Yes.
automatic_person_creationdoes not have any effect (either true or false) whenautomatic_user_linkingis on. If you have user linking off and person creation on, I would expect it to create both a new User and Person entity (linked to eachother).To me this seems like it's working as intended. The
automatic_person_creationsetting means that IF a user is created (which it isn't when linking), THEN we also create a Person entity for that new user.