keycloak-scim/testsuite/integration-arquillian/tests/other/mod_auth_mellon
Stian Thorgersen c7a8742a36 KEYCLOAK-1524
Source code headers
2016-02-03 11:20:22 +01:00
..
docker KEYCLOAK-1524 2016-02-03 11:20:22 +01:00
src Tests for mod_auth_mellon 2016-01-28 09:54:28 +01:00
pom.xml KEYCLOAK-1524 2016-02-03 11:20:22 +01:00
README.md Docker image apache + mod_auth_mellon 2016-01-28 09:54:39 +01:00

Mod_auth_mellon test

Docker image

Docker image contains apache + mod_auth_mellon and two html files unprotected (/) and protected (/auth).

Build docker image

docker build -t apache-mellon docker/

Run docker image

docker run -d -p 8380:80 apache-mellon

Run tests

mvn clean install [-Dapache.mod_auth_mellon.url=http://localhost:8380]