Authentication versus Authorization | Rest Assured Forum
A
Anju Singhal Posted on 30/09/2018
Nothing explained on this in tutorial, could you provide details on this?

A
Ashish Thakur Replied on 03/10/2018

See When you log on to a PC with a user name and password you are authenticating. Authorization is the process of verifying that you have access to something. Gaining access to a resource (e.g. directory on a hard disk) because the permissions configured on it allow you access is authorization. Like on a system only admin is authorized to change system setting. In RestAssured multiple type of form Authentications (Oauth and Oauth 2.0)  are present. We covered that in the Module 17 using APIs from twitter and paypal.