Qus:    When you will use authentication and authorization?
Dec 05, 2020 20:24 DotNet 2 Answers Views: 1276 SHIVA

 



 We use authentication if we need to obtain some sort of credentials from the users and use those credentials to verify the user's identity.



We use authorization if we want to allow only the authenticated users to access the resources.

Prev Next
Answers (2)
PARTH Dec 07, 2020 13:42
Answer:   We use authentication if we need to obtain some sort of credentials from the users and use those credentials to verify the user's identity.

We use authorization if we want to allow only the authenticated users to access the resources.

PADMAKEECHU Dec 07, 2020 14:07
Answer:   Authentication will identify the username and password and the process of identity. Authorization are used to granting the access to the user based on identity and allowing the specific access to the application .

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect