Backends¶
-
class
django_auth_exchange.backends.ExchangeAuthBackend[source]¶ This authentication backend uses
exchangelibto authenticate against the Exchange or Office365 server.By default, the
authenticatemethod createsUserobjects for usernames that don’t already exist in the database. Subclasses can disable this behavior by setting thecreate_unknown_userattribute toFalse.