PDA

View Full Version : What is the difference between authentication and authorization in web testing?



WoodsPainting
07-30-2019, 01:51 AM
What is the difference between authentication and authorization in web testing?

HeavenlyBorn
07-30-2019, 02:06 AM
The Authentication is used to verify the user's identity in order to permit access to the system. In the authentication process, the user credentials are verified, whereas in authorization process the authenticated user's access list is validated.