External Authentication - Connecting an External Idp using external authentication hook #1824
Unanswered
VihangiPatterson
asked this question in
Q&A
Replies: 1 comment
-
If the 'external_auth_hook' setting inside of 'data_provider' in the config json file is a URL, it will post to that url, but only if there's no other authentication method in-front of it. so the ldap auth plugin for example would need to be disabled for it to work. It's not obvious but the environment variable would be 'SFTPGO_DATA_PROVIDER__EXTERNAL_AUTH_HOOK' |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m trying to connect an external IDP to authenticate users using our IDP credentials in SFTPGo. I successfully used keyboard-interactive authentication, but when I added TOTP and OTP options, it failed.
Now, I’m trying external authentication. I followed the documentation but couldn’t find a clear explanation. I tested with a webhook URL and updated the sftpgo.json configuration, but it doesn’t seem to send any requests or work.
Could you please provide some guidance on how to set up external authentication with SFTPGo?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions