From 2166852e3900db76dafb1b27c1099fe331784658 Mon Sep 17 00:00:00 2001 From: aanganes Date: Thu, 21 Jun 2012 08:52:22 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Architecture.md b/Architecture.md index 8329a29..4145be7 100644 --- a/Architecture.md +++ b/Architecture.md @@ -53,13 +53,13 @@ The diagram below shows how all of these pieces fit together. The OAuth2 and OpenID Connect endpoints are currently set to the following values: -Authorization endpoint: /openidconnect/auth -Token endpoint: /openidconnect/token -Check ID (deprecated): /checkid -JWK: /jwk -SWD: /swd -User info: /userinfo -Provider configuration: /.well-known/openid-configuration +* Authorization endpoint: /openidconnect/auth +* Token endpoint: /openidconnect/token +* Check ID (deprecated): /checkid +* JWK: /jwk +* SWD: /swd +* User info: /userinfo +* Provider configuration: /.well-known/openid-configuration ## Tokens