Skip to content

A docker image for easy deployment of SimpleSAMLphp as either an Identity Provider or as a Service Provider.

License

Notifications You must be signed in to change notification settings

jpsainea/docker-simplesamlphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simplesamlphp test environment

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

  • idp.tutorial.stack-dev.cirrusidentity.com
  • proxy.tutorial.stack-dev.cirrusidentity.com
  • sp1.tutorial.stack-dev.cirrusidentity.com
  • sp2.tutorial.stack-dev.cirrusidentity.com

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.

About

A docker image for easy deployment of SimpleSAMLphp as either an Identity Provider or as a Service Provider.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 99.4%
  • Other 0.6%