For the project I am working on, We want to use Entra to provide Authentication, that is loggin into the project.
But the project has been using existing database tables that holds users, roles and user_roles_mapping.
Also the project has has existing Authorization and access control, that uses the database tables mentioned.
We want to implement such that Entra will provide authentication to the project.
Once user logged in, run a script to auto add the user to the db user table, with arbitrary role.
Then, later, manually set the user's role to the intended user roles.
I am thinking if this is exactly what User Source -> Hybrid does?
Does anyone know this?