Skip to content

Package: taipy.auth

Authentication and Authorization package for Taipy Enterprise.

Available in Taipy Enterprise only

This package exists only in the Enterprise edition of Taipy.

The Enterprise edition of Taipy provides features that make it possible for a Taipy application to identify an end-user and provide different capabilities depending on the identity of users.

Functions

Classes

  • AllOf: Select traits depending on whether all user roles belong to the filter or not.
  • AnyOf: Select traits depending on whether any of the user roles belongs to the filter or not.
  • Authenticator: User Authentication.
  • Authorize: Authorized Context Manager.
  • Credentials: Hold the information for a user, potentially authenticated.
  • InvalidCredentials: Raised if credentials are invalid.
  • NoneOf: Select traits depending on whether none of the user roles belong to the filter or not.
  • RoleTraits - NOT DOCUMENTED
  • RoleTraitsFilter: Base class for all role traits filters.
  • UnknownProtocolError: Raised if and unknown Authentication protocol was provided.
  • UserGroupsNotFound: Raised if user groups cound not be retrieve from the LDAP server.