Updated Architecture (markdown)
parent
177bc345b8
commit
490d27aa68
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue