You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Yann Esposito (Yogsototh) e0314e920c
Merge branch 'master' of github.com:yogsototh/oauth2-client-demo
3 years ago
cert update to a more specific usage 4 years ago
scripts move scripts to scripts folder 3 years ago
site add oidc 3 years ago
README.md add a little readme 3 years ago
README.org update to a more specific usage 4 years ago
info.js update to a more specific usage 4 years ago
server.py add option for python server 3 years ago
start-server.sh update to a more specific usage 4 years ago

README.md

Test OAuth2 Authorization Code Grant process

Code is quite minimal done in js with no lib.

Running the Demo

If you don't want to use sws, you can use python 3.

python server.py

Utility scripts

Modify scripts/get_refresh_token to retrieve a refresh/access token from the CTR API.

Modify scripts/test_access_token to use your access token to query the CTR API.