Jump to content

SAML Server: Difference between revisions

m
Line 28:
== Configuring SAML Server ==
 
*Configuring SimpleSAML php:
Modify the below files as per given parameters depending on your environment:
 
*; /var/simplesamlphp/config/config.php
 
'auth.adminpassword' => 'test@123',
Line 41 ⟶ 40:
'session.phpsession.cookiename' => null,
 
*; /var/simplesamlphp/config/authsources.php
 
'my-ldap' => array(
Line 57 ⟶ 56:
'priv.password' => 'Password@123',
 
*; /var/simplesamlphp/metadata/saml20-idp-hosted.php
 
'privatekey' => '/etc/apache2/ssl/wildcard.testlab.com.pem',
Line 76 ⟶ 75:
'saml20.sign.assertion' => FALSE,
 
*; /var/simplesamlphp/metadata/saml20-sp-remote.php
 
Generate the metadata from the SP and paste in the end of this file:
Cookies help us deliver our services. By using our services, you agree to our use of cookies.