Skip to content

Retrieves an access token via Open Id Connect Implicit flow

License

Notifications You must be signed in to change notification settings

TimHolzherr/get-oidc-token

Repository files navigation

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>

About

Retrieves an access token via Open Id Connect Implicit flow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published