OAuth2 Authentication Guide

OAuth2 enables third-party applications, such as a Linx Solution, to obtain access to protected resources (e.g. account details, documents, etc) from a host (e.g. Microsoft, Facebook, GitHub, etc.), with a user's permission.

This is achieved by orchestrating an approval interaction between the resource owner, the host and the third-party application. Our OAuth2 Guide will show you how.

Sample

View our sample solution on GitHub.