Q: Secure practices for access control include which of the following?
-
A
Business workflow
-
B
Role-based access
-
C
Authorization on each request
-
D
All the above options
D
Answer:
D
Explanation:
The correct answer is:
All the above options
Explanation:
-
Business workflow: Secure access control can involve defining business workflows where only authorized individuals or systems can perform certain actions based on roles and permissions.
-
Authorization on each request: It's important to perform authorization checks for each request to ensure the user has the necessary permissions for the specific action they are attempting.
-
Role-based access: Role-based access control (RBAC) is a common and secure method where permissions are assigned based on the user's role, helping to ensure that users can only access resources appropriate to their role.
Hence, All the above options are secure practices for access control.
Related Topic:
Share Above MCQ