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.ymltoapp/config.dev.ymland edit the config to fit your needs - Create the database specified in your
config.dev.ymland runphp bin/console orm:schema-tool:create - Create a self-signed certificate and put it into
apps/certs(remember to editconfig.dev.ymlif 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