2022-08-01 07:52:01 +02:00
|
|
|
# Apache OAuth config example
|
|
|
|
|
2022-12-26 23:52:03 +01:00
|
|
|
This example is here mainly for devs to come up with super complicated ways to test the changes
|
|
|
|
they're making which affect OAuth things.
|
2022-08-01 07:52:01 +02:00
|
|
|
|
|
|
|
## Example of how to run it
|
|
|
|
|
|
|
|
```shell
|
|
|
|
OAUTH_HOSTNAME=test-oauth2.example.com \
|
|
|
|
KANIDM_HOSTNAME=test-kanidm.example.com \
|
|
|
|
KANIDM_CLIENT_SECRET=1234Hq5d1J5GG9VNae3bRMFGDVFR3bUyyXg3RPRSefJLNhee \
|
|
|
|
KANIDM_PORT=443 \
|
2022-12-26 23:52:03 +01:00
|
|
|
make
|
2022-08-01 07:52:01 +02:00
|
|
|
```
|
|
|
|
|
|
|
|
This'll build and run the docker container.
|