simplesamlphp / docker-simplesamlphp

A docker image for easy deployment of SimpleSAMLphp as either an Identity Provider or as a Service Provider.
GNU General Public License v2.0
22 stars 10 forks source link

simplesamlphp test environment

This repo sets up a test environment to test simplesamlphp. It creates four services:

all available in your browser. proxy and sp1 is setup to use idp as idp, while sp2 uses proxy as idp.

To get started put the version of simplesamlphp you want to test in a folder named simplesamlphp. Then run docker-compose up -d. The ca folder should now contain a ca.pem file you can import in your browser to https access. Then point your browser at https://sp1.tutorial.stack-dev.cirrusidentity.com or https://sp2.tutorial.stack-dev.cirrusidentity.com to start testing.