You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
Hi,
I am trying to design a complex autorization subsystem on top of the basic autentication system that the system offers.
The main idea is to authorize a single form to multiple types (roles) of users.
I have schools and different type of schools that belongs to different geographic areas.
I want to admit form access only to a specific type of schools (second grade) of one region.
So the basic role authorization system is not applicable to do this.
Does anybody solved the same problem and what are the possible solutions?
Is it possible to integrate an external authentication/authorization system that solves the problem?
Any suggestion will be appreciated!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I am trying to design a complex autorization subsystem on top of the basic autentication system that the system offers.
The main idea is to authorize a single form to multiple types (roles) of users.
I have schools and different type of schools that belongs to different geographic areas.
I want to admit form access only to a specific type of schools (second grade) of one region.
So the basic role authorization system is not applicable to do this.
Does anybody solved the same problem and what are the possible solutions?
Is it possible to integrate an external authentication/authorization system that solves the problem?
Any suggestion will be appreciated!
The text was updated successfully, but these errors were encountered: