i have an azure ad b2c which will be the ad for the users of my application.
to secure spring rest apis in a java spring boot application we need rbac.
saw azure has option for custom roles but it seems to be in preview.so short of maintaining db tables for roles and privilege what other good tools or dependencies are available so that we dont need to manage rbac by ourselves but delgate to thatand if possible call its exposed api to add roles as well? i saw auth0 and nothing else.any better options?