This little web project provides service providers to test OIDC and SAML authentication.
I wrote it to test ADFS Claim transformation rules but it can be used for other scenarios too.
docker build -t pheelee/cat
docker run -e COOKIE_SECRET=yourVerySecureString123 -p 8090:8090 pheelee/cat-CookieSecret specify a random string used to secure the cookies
./Cat --CookieSecret yourVerySecureString123
-StaticDir specify the path to the static assets (mainly used for development)
./Cat --StaticDir /app/assets
Live Demo is hosted at https://cat.irbe.ch

