Can we add dynamically new staticPasswords after the dex is started #2230
Unanswered
morarucostel
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Yes, it is possible. You can do it via grpc API. There is amore about it here https://dexidp.io/docs/api/ |
Beta Was this translation helpful? Give feedback.
2 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.
-
We want to use the dex in a basic-auth style, with staticPasswords and we want to make allow the end-users to register new accounts and just inject the collected data (email, username and hashed pass) in dex - to allow he newly registered user to login.
How can we achieve this use-case? Does dex support adding dynamically new users using staticPasswords?
Beta Was this translation helpful? Give feedback.
All reactions