Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /var/www/tools/public/oauth2_tester/vendor/twig/twig/lib/Twig/Node.php on line 42

Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)` in /var/www/tools/public/oauth2_tester/vendor/twig/twig/lib/Twig/Node.php on line 198
Fork me on GitHub

Demo App

Demo a Better You

OAuth2.0 Demo Application

Welcome to the OAuth2.0 Demo Application! This is an application that demos some of the basic OAuth2.0 Workflows.

The Grant Type used in this example is the Authorization Code grant type. This is the most common workflow for OAuth2.0. Clicking the "Authorize" button below will send you to an OAuth2.0 Server to authorize:

Authorize