From c8cd1fe6f43c97eb0bb57d2271cded6af8d6a39c Mon Sep 17 00:00:00 2001 From: aanganes <aanganes@mitre.org> Date: Thu, 21 Jun 2012 06:27:35 -0700 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Architecture.md b/Architecture.md index 35774f3..0c60ef0 100644 --- a/Architecture.md +++ b/Architecture.md @@ -42,7 +42,11 @@ Following is a list of the custom beans we are injecting: * org.mitre.oauth2.service.impl.DefaultOAuth2ClientDetailsEntityService * org.mitre.openid.connect.token.ConnectTokenEnhancer * org.mitre.openid.connect.token.JdbcUserApprovalHandler [TODO, not fully implemented yet] + * JpaUserInfoRepository + * OAuth2ClientRepository + * JwtSigningAndValidationServiceDefault +The diagram below shows how all of these pieces fit together.  ## Tokens