Testing mod_auth_openidc using dummy OP.
994
This project provides pre-configured mod_auth_openidc environment using dummy OP as Docker container for testing and deubugging.
Run ./build.sh. It builds Docker container.
docker run --rm -it \
-p 80:80 \
-p 8080:8080 \
-e OIDC_SERVER_URL=http://yourhost:8080 \
-e OIDC_REDIRECT_URL=http://yourhost/callback \
wadahiro/mod_auth_openidc-test
docker run --rm -it \
-p 80:80 \
-p 8080:8080 \
-e HTTPD_DEBUG=1 \
-e HTTPD_SINGLE_PROCESS=1 \
-e OIDC_SERVER_URL=http://yourhost:8080 \
-e OIDC_REDIRECT_URL=http://yourhost/callback \
wadahiro/mod_auth_openidc-test
Content type
Image
Digest
Size
633.2 MB
Last updated
almost 9 years ago
docker pull wadahiro/mod_auth_openidc-test