OpenID Connect parent repository for local development
Find a file
Jan Dittberner bfa60b9288 Add Makefile based build process
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.
2022-08-17 20:30:03 +02:00
cacert_resources@ad14916ba5 Add Makefile based build process 2022-08-17 20:30:03 +02:00
deployment Setup Hydra systemd service 2022-08-16 16:22:36 +02:00
hydra_config@4d3f908958 Reference new hydra_config commit 2022-08-09 18:20:30 +02:00
oidc_app@294f2372e1 Add Makefile based build process 2022-08-17 20:30:03 +02:00
oidc_idp@2affaa2150 Add Makefile based build process 2022-08-17 20:30:03 +02:00
oidc_registration@be9006546d Add Makefile based build process 2022-08-17 20:30:03 +02:00
.gitignore Add JetBrains IDE files to .gitignore 2022-01-16 13:41:19 +01:00
.gitmodules Switch submodule URLs to code.cacert.org 2022-07-28 18:03:06 +02:00
Makefile Add Makefile based build process 2022-08-17 20:30:03 +02:00
README.md Add outline of required steps 2022-08-09 18:24:14 +02:00

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