Comment the content of the saml server launching script

This commit is contained in:
Mohamed ABDELLANI
2021-01-26 09:30:44 +01:00
parent bd37f01860
commit c87aa95a90

View File

@@ -1,3 +1,12 @@
# This script will run the saml server with the following configurations
# domain: 'tests.hackerbay.io'
# samlSsoUrl: 'http://localhost:9876/simplesaml/saml2/idp/SSOService.php'
# remoteLogoutUrl: 'http://localhost:9876/logout'
# The saml database will have the following records (from users.php)
# email | id | password
# user1@tests.hackerbay.io | user1 | user1pass
# user2@tests.hackerbay.io | user2 | user2pass
docker run \
--name=samlIdp \
-p 9876:8080 \