Custom Roles
Last updated
Last updated
Custom Roles is an optional feature in RealmJoin Portal. Custom Roles allows you create additional RealmJoin internal roles. You can assign granular / atomic permissions to these roles and bind them to Entra groups or users.
Custom Roles are defined as JSON. The JSON editor included in RealmJoin Portal offers syntax checking and highlighting and will verify your definition against the Custom Roles JSON schema.
The editor will check the syntas as you type. If a syntax error is detected, an error message View x errors and bug icon will appear next to Save.
Click on this message to get more details about the error.
You can auto-format the JSON by clicking Format in the upper right corner of the page.
The Editor can offer Auto-Complete known keywords (like permissions) from the schema.
You can press "Ctrl" + "Space" at any time to invoke Auto-Complete.
A role is described as a pair of permissions and users and/or groups these permissions are given to.
Roles are listed as part of an array (list) under the keyword Rules.
Example set of rules:
Name is required, Description is optional.
Both are plain text fields (string).
A permission is a unique string, identifying a certain action in RealmJoin Portal. Permissions is a list (array) of permissions.
See Available Permissions for a list and description of common permissions.
A list (array) of Entra group object IDs. Given permissions will be assigned to all users that are members of these groups.
A list (array) of Entra user object IDs. Given permissions will be assigned to these users.