Skip to content

A simple oauth-complaint cli to fetch, introspect access tokens

License

Notifications You must be signed in to change notification settings

prince-melvin/oauth-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oauth-cli

A simple oauth-complaint cli to fetch, introspect access tokens

Usage

user-token

  • oauth.exe usertoken -u -p [get all the claims]
  • oauth.exe usertoken -u -p -a [get only access token]

service-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]

About

A simple oauth-complaint cli to fetch, introspect access tokens

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages