Thanks for creating this plugin. We are currently planning on using the plugin to provide SSO on SENAITE LIMS. To allow us to easily package our solutions we require that various components are able to auto-initialize themselves. For ftw.oidcauth we would like to have the plugin activate and configure itself. The approach we are taking is using the post_handler of Genericsetup to activate the plugin, set it up as the first challenge plugin and configure it by reading a json file from the filesystem. You can find our attempt at doing this here. This works for us but we could ideally like to have ftw.oidcauth do this itself. So;
- Is this a reasonable approach
- Will it be possible to add this functionality as part of ftw.oidcauth
Thanks for creating this plugin. We are currently planning on using the plugin to provide SSO on SENAITE LIMS. To allow us to easily package our solutions we require that various components are able to auto-initialize themselves. For ftw.oidcauth we would like to have the plugin activate and configure itself. The approach we are taking is using the post_handler of Genericsetup to activate the plugin, set it up as the first challenge plugin and configure it by reading a json file from the filesystem. You can find our attempt at doing this here. This works for us but we could ideally like to have ftw.oidcauth do this itself. So;