oidc-parent/README.md

22 lines
642 B
Markdown
Raw Normal View History

# CAcert OpenID connect parent project
2022-08-09 16:24:14 +00:00
This repository references several repositories for the CAcert OpenID connect
setup.
## Clone the repository
2022-08-09 16:24:14 +00:00
```shell
2022-07-28 16:35:46 +00:00
git clone --recurse-submodules https://code.cacert.org/cacert/oidc-parent.git
cd oidc-parent
2021-10-24 12:39:05 +00:00
# cause pull, fetch and other git commands to consider submodules
git config submodule.recurse true
```
2022-08-09 16:24:14 +00:00
## 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