SAML Server: Difference between revisions

(→‎Configuring SAML Server: added config.php)
Line 29:
 
*Configuring SimpleSAML php:
Modify the below files as per given parameters depending on your environment:
Below 4 files need to be edited with proper values:
 
sudo nano; /var/simplesamlphp/config/config.php
 
'auth.adminpassword' => 'test@123',
'secretsalt' => 'ewt9ty348ty34ty3goy3gy3g',
'technicalcontact_email' => 'test@testlab.com',
'timezone' => 'Asia/Kolkata',
'enable.saml20-idp' => true,
'enable.shib13-idp' => true,
'session.phpsession.cookiename' => null,
 
sudo nano; /var/simplesamlphp/metadataconfig/saml20-sp-remoteauthsources.php
{{UC}}
sudo nano; /var/simplesamlphp/configmetadata/authsourcessaml20-idp-hosted.php
{{UC}}
sudo nano; /var/simplesamlphp/metadata/saml20-idpsp-hostedremote.php
{{UC}}
sudo nano /var/simplesamlphp/metadata/saml20-sp-remote.php
{{UC}}