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
I have a question regarding OAuth. I read the documentation, but I could not fully understand what I need to do. Please guide me.
I am using the Windows version, and I successfully connected SFTPGo to Active Directory using LDAP. When a user who exists in Active Directory logs into SFTPGo, even if there is no user already defined in SFTPGo, the account is automatically created after login, which is great.
Now I have integrated SFTPGo with Keycloak. If the username already exists in SFTPGo, the user can log in successfully. However, if the username does not already exist, SFTPGo does not automatically create the user like it does with LDAP, and this is the behavior I need.
In the documentation, I saw references to the Event Manager and pre-login hook methods, but since there is no clear example in the documentation, I could not understand what exactly I should do.
For example, if I want to use the Event Manager approach, while creating an action it requires a JSON template, but unfortunately I could not find any sample template in the documentation.
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
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have a question regarding OAuth. I read the documentation, but I could not fully understand what I need to do. Please guide me.
I am using the Windows version, and I successfully connected SFTPGo to Active Directory using LDAP. When a user who exists in Active Directory logs into SFTPGo, even if there is no user already defined in SFTPGo, the account is automatically created after login, which is great.
Now I have integrated SFTPGo with Keycloak. If the username already exists in SFTPGo, the user can log in successfully. However, if the username does not already exist, SFTPGo does not automatically create the user like it does with LDAP, and this is the behavior I need.
In the documentation, I saw references to the Event Manager and pre-login hook methods, but since there is no clear example in the documentation, I could not understand what exactly I should do.
For example, if I want to use the Event Manager approach, while creating an action it requires a JSON template, but unfortunately I could not find any sample template in the documentation.
Thank you.
All reactions