Created
August 1, 2017 21:30
-
-
Save felipelavinz/b5d9e64207be1f522ede0c40c20a5b13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$config = array( | |
/* This is the name of this authentication source, and will be used to access it later. */ | |
'udd-sp' => array( | |
'saml:SP', | |
'privatekey' => 'saml.pem', | |
'certificate' => 'saml.crt', | |
'idp' => 'http://auth.udd.cl/www/saml2/idp/metadata.php', | |
'entityID' => 'icono.sitios.udd.cl', | |
), | |
); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment