Skip to content

Login and Auth

ALL edited this page Jan 13, 2020 · 1 revision

<Login /> and <Auth />

  • ROLE-BASED ACCESS CONTROL
  • Restricts network access based on a person's role within an organization
  • Employees are only allowed to access the information necessary to effectively perform their job duties
  • Using RBAC will help in securing your company’s sensitive data and important applications
  • You can designate whether the user is an administrator, a specialist user, or an end-user
  • You may need to manually assign their role to another user, or you can also assign roles to a role group or use a role assignment policy to add or remove members of a role group

Bookmark

Clone this wiki locally