difference between Authorization Vs Authentication
Authorization: -
Authorization determines whether the service provides has granted access to the web service to the requester basically authorization confirm the service request’s credential. It means if the service requester is entitled to perform the operation which can range for invoking the web service to executing a certain part of its functionality. Authorization is performed by asking the user a legal login ID if the user is able to provide one he or she is considered as an authorized user.
Authentication: -
Authentication ensure that each entity is involved in using a web service authentication is also a termed as password protection, as the authorized user is asked to provide a valid password if he/she is able to do this he/she is considered to be an authentic user

Comments
Post a Comment