Skip to content

joshuatcasey/oidc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oidc

Use me to retrieve an id token.

Guiding principles from https://joshuatcasey.medium.com/who-wants-an-oidc-cli-524afb3c34c4.

git clone https://github.com/joshuatcasey/oidc.git
cd oidc
go run main.go retrieve \
  --issuerUri=<your-issuer-uri> \
  --clientId=<your-client-id> \
  --clientSecret=<your-client-secret> \
  --port=<port> # Optional, defaults to 8080

This assumes the following:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages