Skip to content

vlsd/idptest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

  • Install Vagrant, Fabric, and fabtools.

  • Change config.ini to have your project name (currently called fab-tools-start-kit). Only use letters, numbers, hyphens

  • From the command line, run vagrant up. This will create and power up a virtual machine

  • If needed, modify the time zone in fabfile\provision.py

  • Run fab dev provision. This will install all the necessary packages on the virtual machine.

  • You can now SSH to the virtual machine with vagrant ssh

  • The simpleSAMLphp server can be accessed at [http://localhost:8000/simplesamlphp/]

TODO

  • Move the time zone choice from provision.py to config.ini

About

A SimpleSAMLphp fake IdP for SAML testing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.3%
  • Python 7.7%