This commit is contained in:
Xavier Guimard 2016-03-28 12:31:46 +00:00
parent 2244a8c208
commit 174b79be72
4 changed files with 4 additions and 4 deletions

View File

@ -351,7 +351,7 @@ sub tree {
]
},
{
title => 'webiDParams',
title => 'webidParams',
help => 'authwebid.html',
nodes => [
'webIDAuthnLevel', 'webIDExportedVars',

View File

@ -50,7 +50,7 @@ our $authParameters = {
slaveParams => [qw(slaveAuthnLevel slaveExportedVars slaveUserHeader slaveMasterIP slaveHeaderName slaveHeaderContent)],
sslParams => [qw(SSLAuthnLevel SSLVar)],
twitterParams => [qw(twitterAuthnLevel twitterKey twitterSecret twitterAppName)],
webiDParams => [qw(webIDAuthnLevel webIDExportedVars webIDWhitelist)],
webidParams => [qw(webIDAuthnLevel webIDExportedVars webIDWhitelist)],
yubikeyParams => [qw(yubikeyAuthnLevel yubikeyClientID yubikeySecretKey yubikeyPublicIDSize)],
};
our $issuerParameters = {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long