keycloak-scim/testsuite/integration-arquillian/tests/other/mod_auth_mellon
2020-04-29 12:57:55 +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-8607] mod_auth_mellon integration tests not compiling 2018-10-22 20:15:32 +02:00
pom.xml Set version to 11.0.0-SNAPSHOT 2020-04-29 12:57:55 +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]