A simple oauth-complaint cli to fetch, introspect access tokens
- oauth.exe usertoken -u -p [get all the claims]
- oauth.exe usertoken -u -p -a [get only access token]
- oauth.exe servicetoken -s -p "" [get all the claims,
enclose private-key in double quotes
] - oauth.exe servicetoken -s -p "" -a [get only access token, ``enclose private-key in double quotes`]
- oauth.exe servicetoken -s --private-key-file -j [get only JWT Bearer Token, read privte key from file]