0.1.0 • Published 4 years ago

get-oidc-token v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

get-oidc-token

Retrieves an access token via Open Id Connect Implicit flow

Prerequisite

Your open id connect client must be configured to allow localhost as redirect url.

Install

npm install get-oidc-token -g

Example

get-oidc-token --authority <url to your authority> --clientId <id of your oidc client> --scope  openid profile <other scopes>
0.1.0

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago