I create an app with user management and roles. While I can do a signup and/or create the user in console I have no way to assign a role outside an application (or I miss the way), so as soon as I implement an admin role - I cannot access it.
How can I access the actual authentication/authorization datastore outside of the app, so I could provision initial users with correct permissions manually ?