REST vs SOAP

Overview While the end goal is the same, REST and SOAP cannot be directly compared as REST is a set of guidelines that developers may choose to implement differently from project to project while SOAP is a well defined and standardized protocol for data exchange. auth0[1] REST REpresentational State Transfer (REST) is a software architecture […]

Read More REST vs SOAP

OAuth and OpenID Connect

This is one article written as part of my studies for the CompTIA Security+ exam. (SY0-601) Make me better by commenting below. OAuth enables you (user) to authorize some of your identity information to an OAuth-enabled service without giving the OAuth-enabled service your password for the Identity Provider (which is hosting your identity information) . […]

Read More OAuth and OpenID Connect