Table Of Contents

Previous topic

5. pluginv

Next topic

6.1. Common configuration options

6. AA plugin development

The AAPlugin base class enables rapid authentication and authorization plugin development by providing a base class that implements common AA plugin functionality that any AA plugin should possess. There are also helper functions and Python decorators for simplifying frequent tasks. The MFAClient base class can be used together with AAPlugin for simple integration with multi factor authentication services where the user identity and password is enough for a successful authentication.