Updated Architecture (markdown)

master
Amanda Anganes 2013-06-28 13:07:11 -07:00
parent 177bc345b8
commit 490d27aa68
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ We are using JPA with Eclipselink and either an internal HSQL or external MySQL
The project uses a multi-level Maven and git repository structure. The main project is split into the following modules:
* openid-connect-common: common classes, service and repository interfaces, and JPA-annotated model code. The JWT library is currently included here, but will eventually be moved out as a separate, external library.
* openid-connect-common: common classes, service and repository interfaces, and JPA-annotated model code.
* openid-connect-server: IdP/server implementation, includes implementations of services and repositories for use by server.
* openid-connect-client: RP/client implementation, built around spring security filters.