A user's access roles - in the above example, these are admin and customer - may originate from different sources.
For all further considerations, there is a distinction between user roles and acquired roles.
A user's access roles - in the above example, these are admin and customer - may originate from different sources.
For all further considerations, there is a distinction between user roles and acquired roles.
User roles are roles that a user permanently has, i.e., they belong to the user and are stored with the user record.
roles
attribute of Airlock IAM's default database schema.User Roles
User roles can be reloaded from the data layer (directory) at any time given the user's ID.
During the authentication process, it is possible to acquire roles from various additional sources.
Acquired roles
Acquired roles cannot be re-loaded from the data layer (directory) and are bound to a session rather than the user.