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
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
There aren't any guides/tutorials, but the process of adding a new user authentication mechanism is pretty straightforward. You'll need to create a new class that inherits IAccessBackend and implement all the abstract methods. Of the existing backends, the one for LDAP is probably the closest to your needs. If you examine and understand what it's doing, it shouldn't be too hard to do the same thing for Active Directory.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
I'm sorry if this is not the best place to ask this.
Feel free to close/delete this issue and redirect me to a more appropriate place.
I want to know if it is possible to integrate pypicloud with Active Directory and, if so, if there is a guide/tutorial/docs to help me.
Thank you and keep up the good work!
The text was updated successfully, but these errors were encountered: