Updated Architecture (markdown)

master
aanganes 2012-06-21 07:59:08 -07:00
parent c8cd1fe6f4
commit 645ec9dabd
1 changed files with 12 additions and 0 deletions

@ -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