Is is possible to retrieve additional attributes/metadata from AD/OpenLdap for a user during auth?
Hey @togark welcome to the community. Can you please share more about the use case and what attributes you want to retrieve please?
Thanks for the welcome! I’m working on an app where i’m using vault to authenticate against ldap. When the user is authenticated, I would like to also retrieve the displayName and ou for the user. In dev I’m using OpenLdap, but will be using AD eventually as auth backend.