MCQ Single Best Answer Easy

QWhich of the following is the best approach to use when providing access to an SSO application in a portal?

ID: #23258 Secure Programming Practices 126 views
Question Info
#23258Q ID
EasyDifficulty
Secure Programming PracticesTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Role-based access control
  • B Mandatory access control
  • C Discretionary access control
  • D Biometric access control
Correct Answer: Option A

Explanation

The correct answer is:

Role-based access control (RBAC)

Explanation:

  • Role-based access control (RBAC) is the best approach for providing access to an SSO application in a portal because it ensures that access permissions are granted based on the roles assigned to users. This is particularly useful in a portal environment where different users may have different levels of access to applications based on their roles within the organization.

  • Mandatory access control (MAC) is typically more restrictive and used in environments where strict security policies are needed.

  • Discretionary access control (DAC) allows the owner of the resource to decide who can access it, which may not be as effective in controlling access in a centralized SSO application.

  • Biometric access control is a method for authentication but does not provide a mechanism for role-based access, making it less suitable in this context.

Share This Question

Challenge a friend or share with your study group.