diff --git a/config-templates/authsources.php b/config-templates/authsources.php index eca5eff6d4b8e1c846bec241b096ccca145088fb..e3feade53e6ee96d1eaa88b87902786174c0b64e 100644 --- a/config-templates/authsources.php +++ b/config-templates/authsources.php @@ -25,15 +25,43 @@ $config = array( 'example-userpass' => array( 'exampleauth:UserPass', 'student:studentpass' => array( - 'uid' => 'student', + 'uid' => array('test'), 'eduPersonAffiliation' => array('member', 'student'), ), 'employee:employeepass' => array( - 'uid' => 'employee', + 'uid' => array('employee'), 'eduPersonAffiliation' => array('member', 'employee'), ), ), + + 'yubikey' => array( + 'authYubiKey:YubiKey', + 'id' => '000', +// 'key' => '012345678', + ), + + 'openid' => array( + 'openid:OpenIDConsumer', + ), + 'feide' => array( + 'feide:Feide', + ), + + 'papi' => array( + 'authpapi:PAPI', + ), + + 'saml2' => array( + 'saml2:SP', + ), + + 'facebook' => array( + 'authfacebook:Facebook', + 'api_key' => 'xxxxxxxxxxxxxxxx', + 'secret' => 'xxxxxxxxxxxxxxxx', + ), + ); ?> \ No newline at end of file