Skip to content
Snippets Groups Projects
Commit 46ecd7dc authored by Olav Morken's avatar Olav Morken
Browse files

config-templates/authsources.php: Add default-sp.

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1763 44740490-163a-0410-bde0-09ae8108e29a
parent dbae8d82
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment