Skip to content
This repository has been archived by the owner on Nov 11, 2019. It is now read-only.

ibuildingsnl/Stepup-gssp-example

 
 

Repository files navigation

Stepup-gssp-example

build:

Example Generic SAML Stepup Provider.

Development environment

To get started, first setup the development environment. The dev. env. is a virtual machine. Every task described is run from that machine.

Requirements

  • ansible 2.x
  • vagrant 1.9.x
  • vagrant-hostsupdater
  • Virtualbox
  • ansible-galaxy

Install

ansible-galaxy install -r ansible/requirements.yml -p ansible/roles/

vagrant up

Go to the directory inside the VM:

vagrant ssh

cd /vagrant

Install composer dependencies:

composer install

If everything goes as planned you can directly go to:

https://gssp.stepup.example.com

Debugging

Xdebug is configured when provisioning your development Vagrant box. It's configured with auto connect IDE_KEY=phpstorm.

Tests and metrics

To run all required test you can run the following command from the dev env:

composer test

Every part can be run separately. Check "scripts" section of the composer.json file for the different options.

Other resources

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 92.1%
  • HTML 6.6%
  • Gherkin 1.3%