Skip to content

LDAP or SSO authentication #506

Answered by drakkan
rashmimaharana asked this question in Q&A
Discussion options

You must be logged in to vote

Hi,

you can use external authentication or an auth plugin (auth plugins are supported in the main development branch). Please take a look at the following examples:

https://github.com/drakkan/sftpgo/tree/main/examples/ldapauthserver
https://github.com/drakkan/sftpgo/tree/main/examples/ldapauth
https://www.youtube.com/watch?v=M5UcJI8t4AI

You can use them as starting point.

My long term plan is to provide an auth plugin that allows to handle LDAP (AD), system users ecc.. We could add a user type enum to the REST API/web admin which the authentication plugin uses as a hint to understand if it needs to lookup for LDAP users, system users etc.

However I'm not a Windows guy, I have limited Wind…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rashmimaharana
Comment options

@drakkan
Comment options

Answer selected by drakkan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants