SAML Server: Difference between revisions

m (rem)
 
(4 intermediate revisions by the same user not shown)
Line 1:
[[Category:Lab]]
= CreatingInstalling SAML Server =
 
Source: [https://www.helloitsliam.com/2014/12/23/install-configure-and-test-simplesamlphp-for-authentication-testing/ helloitsliam.com],[https://support.citrix.com/article/CTX200271 support.citrix.com], [https://simplesamlphp.org/docs/stable/simplesamlphp-idp simplesamlphp.org], [https://www.citrix.com/blogs/2012/08/24/174193098/ citrix.com]
Line 19:
*Installing SimpleSAMLphp binaries:
cd /var
 
sudo wget https://github.com/simplesamlphp/simplesamlphp/releases/download/v1.14.12/simplesamlphp-1.14.12.tar.gz
 
sudo tar zxf simplesamlphp-1.14.12.tar.gz
OR
cd simplesamlphp-1.14.12/
sudo mvwget https://simplesamlphp-1.14.12 simplesamlphporg/download?latest
sudo rmmv -fdownload\?latest simplesamlphp-1.14.12.tar.gz
 
sudo tar zxf simplesamlphp-1.14.12*.tar.gz
sudo mv simplesamlphp-* simplesamlphp
cdsudo rm -f simplesamlphp-1*.14tar.12/gz
cd simplesamlphp/