Using Custom Authentication Logic #14063
Unanswered
BraianPita
asked this question in
Q&A
Replies: 1 comment
-
The only feasible solution I see is to add any of authentik's supported federated- and social sources to your current setup (i.e. by developing a connector of sorts). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have users, password hashes, and salts stored on a postgres DB, and I want to start using authentik to add OAuth/OIDC, Groups, roles, etc. However, I want to connect to my current database to do so and reuse my current users and passwords to avoid having to reset their passwords. Is there a way to do this?
I was thinking either being able to set the secret and method used to verify password hashes, or being able to setup a custom auth script so I can use my user's to authenticate. I don't have OAuth or any other procotol on this system so I can't use an external source.
Beta Was this translation helpful? Give feedback.
All reactions