Skip to content

Instantly share code, notes, and snippets.

@felipelavinz
Created August 1, 2017 21:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felipelavinz/b5d9e64207be1f522ede0c40c20a5b13 to your computer and use it in GitHub Desktop.
Save felipelavinz/b5d9e64207be1f522ede0c40c20a5b13 to your computer and use it in GitHub Desktop.
<?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