Skip to content

OAuth2orize Authorization Server Tests

Frank Hassanabad edited this page Sep 7, 2013 · 7 revisions

These are my notes on how to run the Authorization Server using each of the four Grant Types for OAuth2 that are listed at RFC 6749.

Installing

Clone it

git clone https://github.com/FrankHassanabad/Oauth2orizeRecipes.git

Switch to the branch

cd Oauth2orizeRecipes
git checkout master

Examples of using each grant type

Authorization Code
Implicit
Resource Owner Password Credentials
Client Credentials

Examples of using additional Endpoints

Token Info Endpoint