Hi Folks:
For some of the apps I create I'd like to be able to automatically add new users to the apps for authorization instead of having to manually add new ones to the list inside the admin section of the app.
For Authentication I am of course using the Apex Database Authentication (Database Account - Current).
In trying to solve this I created an authorization scheme that I thought might provide a list of all users in the database:

Is there a way to automatically assign a role or authorization to anyone who can authenticate with the database?
Thanks,
Matthew