OpenID Connect parent repository for local development
Jan Dittberner
bfa60b9288
This commit updates the submodules to versions that contain a Makefile to automate their builds. A main Makefile has been added to orchestrate the builds. |
||
---|---|---|
cacert_resources@ad14916ba5 | ||
deployment | ||
hydra_config@4d3f908958 | ||
oidc_app@294f2372e1 | ||
oidc_idp@2affaa2150 | ||
oidc_registration@be9006546d | ||
.gitignore | ||
.gitmodules | ||
Makefile | ||
README.md |
CAcert OpenID connect parent project
This repository references several repositories for the CAcert OpenID connect setup.
Clone the repository
git clone --recurse-submodules https://code.cacert.org/cacert/oidc-parent.git
cd oidc-parent
# cause pull, fetch and other git commands to consider submodules
git config submodule.recurse true
Get started
- setup Hydra
- build CAcert web application resources
- setup IDP (provides login and consent screens)
- setup demo application
- setup setup OpenID Connect client registration application