Have you ever dealt with user's roles synchronization?
Hi everyone,
I'm working on an app that is going to be used on our university campus, and I'm having a hard time on how to use rbac to handle authorization on the app, cause it's being integrated with university sso for authentication, which also provides a Go backend with the roles of the authenticated user(could be a student, lecturer) during sign in, and I'm now wondering on whether I should integrate or merge those roles into my existing rbac flow which makes the app in sync with university system because in case a lecturer roles get updated or just totally neglect those roles and only depend on my existing rbac.