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
This is a bug, not a question or a configuration issue.
This issue is not already reported on Github (I've searched it).
Bug description
Our pre login webhook returns a user definition every single time. sftpgo maps this user with an existing user in its database. That part works fine apart from VirtualFolder fs config. In the second login it falls back to LocalFileSystem.
After debugging, I found a mapping is missing on validation here
Bug description
Our pre login webhook returns a user definition every single time. sftpgo maps this user with an existing user in its database. That part works fine apart from VirtualFolder fs config. In the second login it falls back to LocalFileSystem.
After debugging, I found a mapping is missing on validation here
Current state:
Alternative solution user id should be persisted on webhook side and after every login the same userid should be sent.
Steps to reproduce
Expected behavior
Virtual folders mapping should work.
SFTPGo version
2.6.5
Data provider
S3
Installation method
Community Docker image
Configuration
standard configuration
Relevant log output
What are you using SFTPGo for?
Medium business
Additional info
No response
The text was updated successfully, but these errors were encountered: