Browse Source

Merge pull request #1558 from aijingyc/fix_readme_branch

Fix URLs in curl cmd as stated in the overview doc.
pull/1487/merge
Nándor István Krácser 7 years ago committed by GitHub
parent
commit
0b56a47571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Documentation/openid-connect.md

4
Documentation/openid-connect.md

@ -92,7 +92,7 @@ OpenID Connect servers have a discovery mechanism for OAuth2 endpoints, scopes
supported, and indications of various other OpenID Connect features.
```
$ curl http://127.0.0.1:5556/.well-known/openid-configuration
$ curl http://127.0.0.1:5556/dex/.well-known/openid-configuration
{
"issuer": "http://127.0.0.1:5556",
"authorization_endpoint": "http://127.0.0.1:5556/auth",
@ -123,7 +123,7 @@ https://tools.ietf.org/html/rfc7517) Set of public keys that will look
something like this:
```
$ curl http://127.0.0.1:5556/keys
$ curl http://127.0.0.1:5556/dex/keys
{
"keys": [
{

Loading…
Cancel
Save