96.2k views
4 votes
Authorization takes place before authentication?
1) True
2) False

User Kanishka
by
8.2k points

1 Answer

0 votes

Final answer:

The statement is false. Authentication must occur before authorization, which is the process of granting access based on verified identity.

Step-by-step explanation:

The statement Authorization takes place before authentication is false. Authentication is the process of verifying the identity of a user or entity, often by checking their credentials, such as a username and password.

Only after a user's identity has been established and confirmed through authentication, does authorization occur.

Authorization is the process that determines whether a user has the necessary permissions to access a resource or perform a certain action within a system. Therefore, authentication must occur before authorization.

User Bruni
by
8.3k points