diff options
Diffstat (limited to 'memo.txt')
-rw-r--r-- | memo.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/memo.txt b/memo.txt new file mode 100644 index 0000000..cadbb09 --- /dev/null +++ b/memo.txt @@ -0,0 +1,16 @@ +cd build + +afb-daemon --no-ldpaths --binding=./src/binding-oauth-oidc.so --traceevt=all --tracereq=all -vvv -t '' -p 4444 + +afb-client-demo -H localuser:4444/api?token=4 + +oauth-oidc auth {"authorization_endpoint":"http://localhost:7777/auth","token_endpoint":"http://localhost:7777/tok","redirect_uri":"http://localhost:0/hell-entry","client_id":"me","client_secret":"jojo","scope":["a", "b", "c", "c", "b", "aa"],"data":"data-1"} + +oauth-oidc auth {"authorization_endpoint":"https://localhost:7777/auth","token_endpoint":"https://localhost:7777/tok","redirect_uri":"http://localhost:0/hell-entry","client_id":"me","client_secret":"jojo","scope":["a", "b", "c", "c", "b", "aa"],"data":"data-1"} + +oauth-oidc auth {"authorization_endpoint":"https://github.com/login/oauth/authorize","client":"03e364709b579e82db5c"} + +src/test-ep 7777 + +src/test-ep s 7777 + |