From 645ec9dabd33da8b2480d58bf9b5bb46390cd705 Mon Sep 17 00:00:00 2001 From: aanganes Date: Thu, 21 Jun 2012 07:59:08 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Architecture.md b/Architecture.md index 0c60ef0..8329a29 100644 --- a/Architecture.md +++ b/Architecture.md @@ -49,6 +49,18 @@ Following is a list of the custom beans we are injecting: The diagram below shows how all of these pieces fit together. ![Architecture Diagram](https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/raw/master/docs/architectureDiagram.png) +## Endpoints + +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 + ## Tokens //using SECOAUTH token endpoint, with custom token services and token enhancer, etc