diff --git a/config-templates/authsources.php b/config-templates/authsources.php index bbc720ea28e1216f7df2835a0b5e439040f4f551..480e2446a8a8ceebda474929e59b55c5de050c35 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -13,6 +13,21 @@ $config = array( 'core:AdminPassword', ), + + /* + * This is the default SAML SP, used in examples. + */ + 'default-sp' => array( + 'saml:SP', + + /* + * The entity ID of the IdP this should SP should contact. + * Can be NULL/unset, in which case the user will be shown a list of available IdPs. + */ + 'idp' => NULL, + ), + + 'example-sql' => array( 'sqlauth:SQL', 'dsn' => 'pgsql:host=sql.example.org;port=5432;dbname=simplesaml',