Note: this project is only a demonstration on how to implement the IdP part of SAML using LightSAML. Also note, that this project is still WIP ;-)
- Copy
app/config.yml
toapp/config.dev.yml
and edit the config to fit your needs - Create the database specified in your
config.dev.yml
and runphp bin/console orm:schema-tool:create
- Create a self-signed certificate and put it into
apps/certs
(remember to editconfig.dev.yml
if you use another filename) - Create an admin user:
php bin/console app:create-admin
- Configure your Webserver to serve the
web/
directory - Goto
<YOUR_HOST>/dev.php/dashboard
(the default URL/dev.php/
is not working currently...) - Add users and service providers