Hi folks, I've spent a bit of time trying to implement a custom authentication provider that can interact with the jdbc/mysql extension. Ideally, I'd like any user authenticated by my module to get a standard set of permissions and be committed to the database automatically. The development guide seems to suggest it's possible, but I've not been able to make it work. Trying to do these operations through my UserContext objects fails (at least) due to the permissions enforcement in the jdbc module. I've also tried creating a sort of "proxy" AuthenticatedUser/UserContext for an admin user from my module but I'm not able to determine how to run it through the full auth process to have it decorated with the added permissions.
Hopefully this makes sense and any guidance you can provide would be appreciated. Thanks!
