Hi:
I am wondering, it is possible to customize sso_permission_defaults
on the fly?
So for example if [email protected] logs in via OAuth then they have access to everything, while [email protected] logs in via OAuth then they would only have a subset of functionalities to the dashboard.
Or would all users have a single permission since this is not configurable, and the only way to accomplish this is to just create the user in the system via the API post SSO authentication?
Thanks