Evaluation Phase: Security/Authentication Requirements

Hello,

I'm evaluating RADZEN right now, and we have a few questions. If you could help answer this, or direct us , we will purchase this product:

  • Our app will require authentication - but it is a bit complicated: so here's the deal:

Our App will allow for schools to create clubs. .
Each club has a club organiser. The club organiser is the admin. So the admin of each club will simply create users who have signed up for their club. They will pick the user name, passwords for them etc.
These users can only view the information that these admins set for them.

Should I use Azure AD B2C? Can this work? Are there any examples of this??
How does AAD B2C manage the users that the admins create? The admins (will have a section allowing them to create the users.

The club admins need to be created manually by me. --> Do I do this in B2C?
The users whom they create will be added in a secured MySQL database table.

When the users login - they will need to be authenticated - how will this work ??

Many thanks for any advice you can provide.

thanks
hobs

Hi @hobs,

Most of your questions are about Azure AD B2C and we can't answer them. I recommend checking the Azure AD B2C documentation.

Other than that I think what you describe is similar to the built-in multitenancy support.