Folks, Question regarding Ory Cloud:
Incase we build a company has 2 webapps with each webapp needing different and unique Role based access Control: Eg:
1. Main Webapp (A) - with RBAC of Owner, Employee, guest
2. Developer webapp (B) to create integrations for Main Webapp (A) - with RBAC of admin, devloper, agency.
In our case we want that if the user has registered as user on Main Webapp (A) and now wants to create integration in Developer webapp (B), he can directly open webapp (B) url and gets logged IN.
So, can these 2 webapps use same authentication while having unique and different RBAC/authorization for each of them?