How can I restrict that when a Manager creates a new identity from the Web Portal, they cannot modify the value of the Employee Type attribute, and only users who are members of a business role called helpDesk can do so?
How can I restrict that when a Manager creates a new identity from the Web Portal, they cannot modify the value of the Employee Type attribute, and only users who are members of a business role called helpDesk can do so?
To restrict the modification of the Employee Type attribute in the web portal so that only members of the helpDesk role can edit it, you can implement role-based access control (RBAC) in a web portal that uses a back-end system like a database, identity management system, or application layer logic.