From 1bddd6bb627c6266bd106019b7badbbb11440a84 Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Tue, 9 Aug 2022 18:24:14 +0200 Subject: [PATCH] Add outline of required steps --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac270a..cce68f0 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,21 @@ # CAcert OpenID connect parent project +This repository references several repositories for the CAcert OpenID connect +setup. + ## Clone the repository -``` +```shell 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](https://code.cacert.org/cacert/oidc-hydra-config/src/branch/main/README.md) +- build CAcert web application resources +- setup IDP (provides login and consent screens) +- setup demo application +- setup setup OpenID Connect client registration application