From 2c52c52686c928f3137b3cbffabb03145bb83914 Mon Sep 17 00:00:00 2001 From: "j.ai" Date: Fri, 27 Sep 2019 17:45:52 -0700 Subject: [PATCH] Fix URLs in curl cmd as stated in the overview doc. --- Documentation/openid-connect.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/openid-connect.md b/Documentation/openid-connect.md index 2d338b8c..1a90c88a 100644 --- a/Documentation/openid-connect.md +++ b/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": [ {