Multi-Tenant Roles

Is it possible to make the roles global and not contained in the multi-tenant in a web assembly project?

the pattern i plan to use for this is a small startup program.

essentially, have a JSON of the ASPNETRoles table
then do a FOR EACH tenant in tenant's list
connect to DB and insert role if not exists

i also do some additional steps like ensuring blob storage folders, etc are created.

but it's a very easy console app to write