You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation explain that : "Dex attempts to bind with the backing LDAP server using the end user’s plain text password. Though some LDAP implementations allow passing hashed passwords, dex doesn’t support hashing [...].
-> https://dexidp.io/docs/connectors/ldap/#security-considerations
Why is not possible for Dex to use hashed password ? For security reasons, administrator should not read user's plain text password. It's seem to be a big limitation for using Dex.
I guess there are something blocking the possibilites for dex to use hashed password. I'm curious to know what is it and how may be I can help to fix that it if possible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
The documentation explain that : "Dex attempts to bind with the backing LDAP server using the end user’s plain text password. Though some LDAP implementations allow passing hashed passwords, dex doesn’t support hashing [...].
-> https://dexidp.io/docs/connectors/ldap/#security-considerations
Why is not possible for Dex to use hashed password ? For security reasons, administrator should not read user's plain text password. It's seem to be a big limitation for using Dex.
I guess there are something blocking the possibilites for dex to use hashed password. I'm curious to know what is it and how may be I can help to fix that it if possible.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions