kanidm/examples/apache_oauth
James Hodgkinson 9246293922
Fighting with zypper, tagging our images (#1964)
* fighting weird build issues

* labels are better outside

* ugh that stupid linter

* why do you always lint on me

* neat

* adding comments
2023-08-14 10:06:53 +10:00
..
Dockerfile Fighting with zypper, tagging our images (#1964) 2023-08-14 10:06:53 +10:00
index.html A pile of Wasm UI tweaks (#958) 2022-08-01 15:52:01 +10:00
Makefile A pile of Wasm UI tweaks (#958) 2022-08-01 15:52:01 +10:00
oauth2.conf A pile of Wasm UI tweaks (#958) 2022-08-01 15:52:01 +10:00
README.md docs: reformat book and introduce workflow to ensure it stays formatted (#1286) 2022-12-27 08:52:03 +10:00

Apache OAuth config example

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.

Example of how to run it

OAUTH_HOSTNAME=test-oauth2.example.com \
KANIDM_HOSTNAME=test-kanidm.example.com \
KANIDM_CLIENT_SECRET=1234Hq5d1J5GG9VNae3bRMFGDVFR3bUyyXg3RPRSefJLNhee \
KANIDM_PORT=443 \
make

This'll build and run the docker container.