keycloak-scim/testsuite/integration-arquillian/tests/other/mod_auth_mellon
2018-06-14 14:22:28 +02:00
..
docker Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00
docker2 Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00
src KEYCLOAK-6047 Added ide time window to mellon test 2017-12-15 14:57:26 +01:00
pom.xml Update to 4.1.0.Final-SNAPSHOT 2018-06-14 14:22:28 +02:00
README.md Add tests for mod_auth_mellon 2016-02-19 11:53:19 +01:00

Mod_auth_mellon test

Docker images

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

Build docker images

docker build -t apache-mellon docker/ docker build -t apache-mellon2 docker2/

Run docker image

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

Run tests

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