1.2.1 • Published 1 year ago

oidc-test-app v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

README

npx oidc-test-app --issuer {issuer base url} --client_id {client id} --client_secret {client secret}

# http://localhost:8080

Usage

❯ npx oidc-test-app --help
Options:
      --version        Show version number                             [boolean]
      --issuer         The issuer URL of the OpenID Connect provider. ex.
                       http://localhost:4444                 [string] [required]
      --client_id                                            [string] [required]
      --client_secret                                        [string] [required]
      --response_type                                 [string] [default: "code"]
      --scope          [string] [default: "openid offline_access profile email"]
      --port                                            [number] [default: 8080]
  -H, --header         HTTP header to include in the request to Issuer. ex.
                       Proxy-Authorization: XXXX                         [array]
      --help           Show help                                       [boolean]

Local Development

node index.js --issuer {issuer base url} --client_id {client id} --client_secret {client secret}

License

This project is licensed under the MIT license. See the LICENSE file for more info.

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago