authentication
Example of an OAuth2 flow (Authorization Code Grant)
Single sign-on is a must nowadays. Very few people have the patience to login into a thousand different sites with different logins and passwords. For example, if you are a company with many different applications, you will definitively gain praise for implementing a single sign-on for all of them. That said, we'll now describe an example of an OAuth2 flow. Development and Infrastructure people should understand it.
Tags:
oauth2, single sign-on, authentication
4
min read