nokia / kong-oidc

OIDC plugin for Kong
Apache License 2.0
454 stars 321 forks source link

Update README.md #67

Closed gwind closed 5 years ago

gwind commented 5 years ago

change the api path

gwind commented 5 years ago

eg.

curl -i -X POST \
    --url http://localhost:8001/plugins \
    --data "name=oidc" \
    --data "config.client_id=my-client" \
    --data "config.client_secret=secret"
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 94


Totals Coverage Status
Change from base Build 93: 0.0%
Covered Lines: 119
Relevant Lines: 124

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 94


Totals Coverage Status
Change from base Build 93: 0.0%
Covered Lines: 119
Relevant Lines: 124

💛 - Coveralls
coveralls commented 5 years ago

Pull Request Test Coverage Report for Build 94


Totals Coverage Status
Change from base Build 93: 0.0%
Covered Lines: 119
Relevant Lines: 124

💛 - Coveralls
Trojan295 commented 5 years ago

Thanks for spoting the mistake.