Skip to content

ajanthan/cmdline-openid-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmdline-openid-client

It is a CLI to generate OpenID TD Token from an openID connect server.

How to build the project

Use the go tool chain to build the binary.

go build cmd/openid-client.go

How to test

./openid-client -help
Usage: openid-client
       This is a CLI to generate OpenID TD Token from an openID connect server. Create a service provider/application in the openID connect server with call back url : http://localhost:8080/callback and set below flags to get an ID token
Flags:
      --authzURL        OAuth2 authorization URL. Default value is https://localhost:9443/oauth2/authorize.
      --tokenURL        OAuth2 token URL. Default value is https://localhost:9443/oauth2/token
      --clientID        OAuth2 client ID. This is a mandatory flag.
      --clientSecret    OAuth2 client secret. This is a mandatory flag.

for more details.

About

A command line client for openid connect

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages