nforwardauth icon indicating copy to clipboard operation
nforwardauth copied to clipboard

[Suggestion] Adding LDAP Support

Open SnowJuli opened this issue 2 years ago • 3 comments

Maybe add LDAP Support in addition to the passwd file. You could use something like ldap3 and configure it with a configuration file.

SnowJuli avatar Jun 23 '23 16:06 SnowJuli

Thanks for the suggestion! This sounds like good functionality... I'll add it to my roadmap :)

nosduco avatar Jun 23 '23 17:06 nosduco

+1 for this! I already store users in LDAP since many applications support it and it would be really nice to be able to use it here aswell.

As an additional suggestion, it would also be nice to have support for OIDC (OpenID Connect), there are rust libraries for it that should be pretty plug-and-play and allow to signin with an extreanal OpenID provider like keycloak, github, gitea etc.

pinpox avatar Sep 29 '23 06:09 pinpox