Creating custom Authentication and Authorization plugins

Using custom plugins in SPS is recommended only if you are familiar with ... l The main.py module must contain the Plugin class. l The Plugin class must have member methods for all defined hooks. The plugin is executed when a predefined entry point (hook method) is invoked. ... It has to be serializable to JSON. ................
................