Skip to content

This package serves as an installer for simplesamlphp/simplesamlphp package.

Notifications You must be signed in to change notification settings

harrywebdev/simplesamlphp-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple SAML Installer

This package serves as an installer for simplesamlphp/simplesamlphp package. What it does:

  • copy of config templates
  • copy of metadata templates
  • config setup
  • copy/generation of certificates
  • enabling of some modules
  • adding some custom uon:authorize module

Requirements

  1. .env file with APP_KEY to determine environment if not production. See .env.example

  2. config/metadata files etc in following structure

    /docs /docs/install /docs/install/ /docs/install//config /docs/install//metadata /docs/install//cert /docs/install//modules

If you do not know what files to put in these folders, it's basically copy+modify as following:

  • config comes from simplesamlphp/config
  • metadata comes from simplesamlphp/metadata
  • cert has to include *.pem and *.crt files
  • modules any modules you want to put in (like uon:authorize)
  1. run with composer install (and/or with update) - in your composer.json

    "scripts": { "post-install-cmd": [ "UoN\SimpleSamlInstaller\SimpleSamlInstaller::run" ] }

About

This package serves as an installer for simplesamlphp/simplesamlphp package.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages