Set formAction CSP from Manager (#1499)

This commit is contained in:
Christophe Maudoux 2018-10-18 22:25:39 +02:00
parent c9d4049218
commit 59e341450c

View File

@ -25,20 +25,16 @@ our $VERSION = '2.0.0';
# * redirectFormMethod
sub tree {
return [
{
title => 'generalParameters',
{ title => 'generalParameters',
nodes => [
{
title => 'portalParams',
{ title => 'portalParams',
help => 'portal.html',
nodes => [
'*portal',
{
title => 'portalMenu',
{ title => 'portalMenu',
help => 'portalmenu.html',
nodes => [
{
title => 'portalModules',
{ title => 'portalModules',
form => 'simpleInputContainer',
nodes => [
'portalDisplayLogout',
@ -51,16 +47,14 @@ sub tree {
'applicationList'
]
},
{
title => 'portalCustomization',
{ title => 'portalCustomization',
help => 'portalcustom.html',
nodes => [
'portalMainLogo',
'portalSkin',
'portalSkinBackground',
'portalSkinRules',
{
title => 'portalButtons',
{ title => 'portalButtons',
help => 'portalcustom.html#buttons',
form => 'simpleInputContainer',
nodes => [
@ -69,9 +63,9 @@ sub tree {
'portalDisplayRegister'
]
},
{
title => 'passwordManagement',
help => 'portalcustom.html#password_management',
{ title => 'passwordManagement',
help =>
'portalcustom.html#password_management',
form => 'simpleInputContainer',
nodes => [
'portalRequireOldPassword',
@ -79,9 +73,9 @@ sub tree {
'mailOnPasswordChange'
]
},
{
title => 'portalOther',
help => 'portalcustom.html#other_parameters',
{ title => 'portalOther',
help =>
'portalcustom.html#other_parameters',
form => 'simpleInputContainer',
nodes => [
'portalUserAttr',
@ -94,8 +88,7 @@ sub tree {
}
]
},
{
title => 'portalCaptcha',
{ title => 'portalCaptcha',
help => 'captcha.html',
form => 'simpleInputContainer',
nodes => [
@ -107,46 +100,39 @@ sub tree {
}
]
},
{
title => 'authParams',
{ title => 'authParams',
help =>
'start.html#authentication_users_and_password_databases',
form => 'authParams',
nodes => [ 'authentication', 'userDB', 'passwordDB' ],
'start.html#authentication_users_and_password_databases',
form => 'authParams',
nodes => [ 'authentication', 'userDB', 'passwordDB' ],
nodes_cond => [
{
title => 'adParams',
{ title => 'adParams',
help => 'authad.html',
nodes => [ 'ADPwdMaxAge', 'ADPwdExpireWarning' ]
},
{
title => 'choiceParams',
{ title => 'choiceParams',
help => 'authchoice.html',
nodes => [ 'authChoiceParam', 'authChoiceModules' ]
nodes =>
[ 'authChoiceParam', 'authChoiceModules' ]
},
{
title => 'apacheParams',
{ title => 'apacheParams',
help => 'authapache.html',
form => 'simpleInputContainer',
nodes => ['apacheAuthnLevel']
},
{
title => 'casParams',
{ title => 'casParams',
help => 'authcas.html',
nodes => ['casAuthnLevel']
},
{
title => 'dbiParams',
{ title => 'dbiParams',
help => 'authdbi.html',
nodes => [
'dbiAuthnLevel',
'dbiExportedVars',
{
title => 'dbiConnection',
{ title => 'dbiConnection',
help => 'authdbi.html#connection',
nodes => [
{
title => 'dbiConnectionAuth',
{ title => 'dbiConnectionAuth',
form => 'simpleInputContainer',
nodes => [
'dbiAuthChain',
@ -154,8 +140,7 @@ sub tree {
'dbiAuthPassword'
]
},
{
title => 'dbiConnectionUser',
{ title => 'dbiConnectionUser',
form => 'simpleInputContainer',
nodes => [
'dbiUserChain',
@ -165,8 +150,7 @@ sub tree {
}
]
},
{
title => 'dbiSchema',
{ title => 'dbiSchema',
help => 'authdbi.html#schema',
form => 'simpleInputContainer',
nodes => [
@ -178,56 +162,51 @@ sub tree {
'userPivot'
]
},
{
title => 'dbiPassword',
{ title => 'dbiPassword',
help => 'authdbi.html#password',
nodes => [
'dbiAuthPasswordHash',
{
title => 'dbiDynamicHash',
{ title => 'dbiDynamicHash',
help => 'authdbi.html#password',
form => 'simpleInputContainer',
nodes => [
'dbiDynamicHashEnabled',
'dbiDynamicHashValidSchemes',
'dbiDynamicHashValidSaltedSchemes',
'dbiDynamicHashNewPasswordScheme'
'dbiDynamicHashValidSaltedSchemes',
'dbiDynamicHashNewPasswordScheme'
]
}
]
}
]
},
{
title => 'demoParams',
{ title => 'demoParams',
help => 'authdemo.html',
nodes => ['demoExportedVars']
},
{
title => 'facebookParams',
{ title => 'facebookParams',
help => 'authfacebook.html',
nodes => [
'facebookAuthnLevel', 'facebookExportedVars',
'facebookAppId', 'facebookAppSecret',
'facebookAuthnLevel',
'facebookExportedVars',
'facebookAppId',
'facebookAppSecret',
'facebookUserField'
]
},
{
title => 'kerberosParams',
{ title => 'kerberosParams',
help => 'authkerberos.html',
nodes => [
'krbKeytab', 'krbByJs',
'krbAuthnLevel', 'krbRemoveDomain'
]
},
{
title => 'ldapParams',
{ title => 'ldapParams',
help => 'authldap.html',
nodes => [
'ldapAuthnLevel',
'ldapExportedVars',
{
title => 'ldapConnection',
{ title => 'ldapConnection',
help => 'authldap.html#connection',
form => 'simpleInputContainer',
nodes => [
@ -237,8 +216,7 @@ sub tree {
'ldapVersion', 'ldapRaw'
]
},
{
title => 'ldapFilters',
{ title => 'ldapFilters',
help => 'authldap.html#filters',
form => 'simpleInputContainer',
nodes => [
@ -246,8 +224,7 @@ sub tree {
'mailLDAPFilter', 'ldapSearchDeref',
]
},
{
title => 'ldapGroups',
{ title => 'ldapGroups',
help => 'authldap.html#groups',
form => 'simpleInputContainer',
nodes => [
@ -260,8 +237,7 @@ sub tree {
'ldapGroupAttributeNameGroup'
]
},
{
title => 'ldapPassword',
{ title => 'ldapPassword',
help => 'authldap.html#password',
form => 'simpleInputContainer',
nodes => [
@ -277,8 +253,7 @@ sub tree {
},
]
},
{
title => 'linkedinParams',
{ title => 'linkedinParams',
help => 'authlinkedin.html',
nodes => [
'linkedInAuthnLevel', 'linkedInClientID',
@ -286,27 +261,23 @@ sub tree {
'linkedInUserField', 'linkedInScope'
]
},
{
title => 'combinationParams',
{ title => 'combinationParams',
help => 'authcombination.html',
nodes => [ 'combination', 'combModules' ]
},
{
title => 'nullParams',
{ title => 'nullParams',
help => 'authnull.html',
form => 'simpleInputContainer',
nodes => ['nullAuthnLevel']
},
{
title => 'openidParams',
{ title => 'openidParams',
help => 'authopenid.html',
nodes => [
'openIdAuthnLevel', 'openIdExportedVars',
'openIdSecret', 'openIdIDPList'
]
},
{
title => 'oidcParams',
{ title => 'oidcParams',
help => 'authopenidconnect.html',
nodes => [
'oidcAuthnLevel',
@ -314,8 +285,7 @@ sub tree {
'oidcRPStateTimeout'
]
},
{
title => 'proxyParams',
{ title => 'proxyParams',
help => 'authproxy.html',
form => 'simpleInputContainer',
nodes => [
@ -324,14 +294,12 @@ sub tree {
'proxyUseSoap'
]
},
{
title => 'pamParams',
{ title => 'pamParams',
help => 'authpam.html',
form => 'simpleInputContainer',
nodes => [ 'pamService', 'pamAuthnLevel', ]
},
{
title => 'radiusParams',
{ title => 'radiusParams',
help => 'authradius.html',
form => 'simpleInputContainer',
nodes => [
@ -339,8 +307,7 @@ sub tree {
'radiusServer'
]
},
{
title => 'restParams',
{ title => 'restParams',
help => 'authrest.html',
form => 'simpleInputContainer',
nodes => [
@ -348,8 +315,7 @@ sub tree {
'restPwdConfirmUrl', 'restPwdModifyUrl'
]
},
{
title => 'remoteParams',
{ title => 'remoteParams',
help => 'authremote.html',
nodes => [
'remotePortal',
@ -358,8 +324,7 @@ sub tree {
'remoteGlobalStorageOptions'
]
},
{
title => 'slaveParams',
{ title => 'slaveParams',
help => 'authslave.html',
nodes => [
'slaveAuthnLevel', 'slaveExportedVars',
@ -367,8 +332,7 @@ sub tree {
'slaveHeaderName', 'slaveHeaderContent'
]
},
{
title => 'sslParams',
{ title => 'sslParams',
help => 'authssl.html',
form => 'simpleInputContainer',
nodes => [
@ -377,8 +341,7 @@ sub tree {
'sslHost',
]
},
{
title => 'twitterParams',
{ title => 'twitterParams',
help => 'authtwitter.html',
form => 'simpleInputContainer',
nodes => [
@ -387,16 +350,14 @@ sub tree {
'twitterUserField'
]
},
{
title => 'webidParams',
{ title => 'webidParams',
help => 'authwebid.html',
nodes => [
'webIDAuthnLevel', 'webIDExportedVars',
'webIDWhitelist'
]
},
{
title => 'customParams',
{ title => 'customParams',
help => 'authcustom.html',
nodes => [
'customAuth', 'customUserDB',
@ -407,21 +368,19 @@ sub tree {
],
'nodes_filter' => 'authParams'
},
{
title => 'issuerParams',
{ title => 'issuerParams',
help => 'start.html#identity_provider',
nodes => [
{
title => 'issuerDBSAML',
{ title => 'issuerDBSAML',
help => 'idpsaml.html',
form => 'simpleInputContainer',
nodes => [
'issuerDBSAMLActivation', 'issuerDBSAMLPath',
'issuerDBSAMLActivation',
'issuerDBSAMLPath',
'issuerDBSAMLRule'
]
},
{
title => 'issuerDBCAS',
{ title => 'issuerDBCAS',
help => 'idpcas.html',
form => 'simpleInputContainer',
nodes => [
@ -429,21 +388,18 @@ sub tree {
'issuerDBCASRule',
]
},
{
title => 'issuerDBOpenID',
{ title => 'issuerDBOpenID',
help => 'idpopenid.html',
nodes => [
'issuerDBOpenIDActivation',
'issuerDBOpenIDPath',
'issuerDBOpenIDRule',
{
title => 'issuerDBOpenIDOptions',
{ title => 'issuerDBOpenIDOptions',
nodes => [
'openIdIssuerSecret',
'openIdAttr',
'openIdSPList',
{
title => 'openIdSreg',
{ title => 'openIdSreg',
form => 'simpleInputContainer',
nodes => [
'openIdSreg_fullname',
@ -461,8 +417,7 @@ sub tree {
}
]
},
{
title => 'issuerDBOpenIDConnect',
{ title => 'issuerDBOpenIDConnect',
help => 'idpopenidconnect.html',
form => 'simpleInputContainer',
nodes => [
@ -471,8 +426,7 @@ sub tree {
'issuerDBOpenIDConnectRule',
]
},
{
title => 'issuerDBGet',
{ title => 'issuerDBGet',
help => 'issuerdbget.html',
nodes => [
'issuerDBGetActivation',
@ -483,15 +437,15 @@ sub tree {
},
]
},
{
title => 'logParams',
{ title => 'logParams',
help => 'logs.html',
form => 'simpleInputContainer',
nodes =>
[ 'trustedProxies', 'whatToTrace', 'hiddenAttributes' ]
nodes => [
'trustedProxies', 'whatToTrace',
'hiddenAttributes'
]
},
{
title => 'cookieParams',
{ title => 'cookieParams',
help => 'ssocookie.html',
form => 'simpleInputContainer',
nodes => [
@ -500,8 +454,7 @@ sub tree {
'httpOnly', 'cookieExpiration'
]
},
{
title => 'sessionParams',
{ title => 'sessionParams',
help => 'sessions.html',
nodes => [
'storePassword',
@ -509,8 +462,7 @@ sub tree {
'timeoutActivity',
'timeoutActivityInterval',
'grantSessionRules',
{
title => 'sessionStorage',
{ title => 'sessionStorage',
help => 'start.html#sessions_database',
nodes => [
'globalStorage',
@ -519,8 +471,7 @@ sub tree {
'localSessionStorageOptions'
]
},
{
title => 'multipleSessions',
{ title => 'multipleSessions',
form => 'simpleInputContainer',
nodes => [
'singleSession', 'singleIP',
@ -528,23 +479,21 @@ sub tree {
'notifyDeleted', 'notifyOther'
]
},
{
title => 'persistentSessions',
{ title => 'persistentSessions',
nodes => [
'persistentStorage', 'persistentStorageOptions'
'persistentStorage',
'persistentStorageOptions'
]
}
]
},
'reloadUrls',
{
title => 'plugins',
{ title => 'plugins',
help => 'start.html#plugins',
nodes => [
'stayConnected',
'portalStatus',
{
title => 'portalServers',
{ title => 'portalServers',
help => 'portalservers.html',
form => 'simpleInputContainer',
nodes => [
@ -553,8 +502,7 @@ sub tree {
'exportedAttr', 'wsdlServer',
]
},
{
title => 'loginHistory',
{ title => 'loginHistory',
help => 'loginhistory.html',
nodes => [
'loginHistoryEnabled',
@ -563,8 +511,7 @@ sub tree {
'sessionDataToRemember'
]
},
{
title => 'notifications',
{ title => 'notifications',
help => 'notifications.html',
nodes => [
'notification',
@ -576,28 +523,24 @@ sub tree {
'notificationXSLTfile'
]
},
{
title => 'passwordManagement',
{ title => 'passwordManagement',
help => 'resetpassword.html',
nodes => [
{
title => 'SMTP',
{ title => 'SMTP',
nodes => [
'SMTPServer', 'SMTPPort',
'SMTPAuthUser', 'SMTPAuthPass',
'SMTPTLS', 'SMTPTLSOpts',
]
},
{
title => 'mailHeaders',
{ title => 'mailHeaders',
form => 'simpleInputContainer',
nodes => [
'mailFrom', 'mailReplyTo',
'mailCharset'
]
},
{
title => 'mailContent',
{ title => 'mailContent',
form => 'simpleInputContainer',
nodes => [
'mailSubject',
@ -606,18 +549,18 @@ sub tree {
'mailConfirmBody'
]
},
{
title => 'mailOther',
{ title => 'mailOther',
form => 'simpleInputContainer',
nodes => [
'mailUrl', 'randomPasswordRegexp',
'mailTimeout', 'mailSessionKey'
'mailUrl',
'randomPasswordRegexp',
'mailTimeout',
'mailSessionKey'
]
}
]
},
{
title => 'register',
{ title => 'register',
help => 'register.html',
form => 'simpleInputContainer',
nodes => [
@ -629,32 +572,27 @@ sub tree {
]
},
'upgradeSession',
{
title => 'autoSignin',
{ title => 'autoSignin',
help => 'autosignin.html',
nodes => ['autoSigninRules'],
},
{
title => 'stateCheck',
{ title => 'stateCheck',
help => 'checkstate.html',
form => 'simpleInputContainer',
nodes => [ 'checkState', 'checkStateSecret', ],
},
]
},
{
title => 'secondFactors',
{ title => 'secondFactors',
help => 'secondfactor.html',
nodes => [
{
title => 'utotp2f',
{ title => 'utotp2f',
help => 'utotp2f.html',
form => 'simpleInputContainer',
nodes =>
[ 'utotp2fActivation', 'utotp2fAuthnLevel' ]
[ 'utotp2fActivation', 'utotp2fAuthnLevel' ]
},
{
title => 'totp',
{ title => 'totp',
help => 'totp2f.html',
form => 'simpleInputContainer',
nodes => [
@ -670,8 +608,7 @@ sub tree {
'totp2fUserCanRemoveKey',
]
},
{
title => 'u2f',
{ title => 'u2f',
help => 'u2f.html',
form => 'simpleInputContainer',
nodes => [
@ -679,8 +616,7 @@ sub tree {
'u2fAuthnLevel', 'u2fUserCanRemoveKey',
]
},
{
title => 'external2f',
{ title => 'external2f',
help => 'external2f.html',
form => 'simpleInputContainer',
nodes => [
@ -689,8 +625,7 @@ sub tree {
'ext2fLogo',
]
},
{
title => 'rest2f',
{ title => 'rest2f',
help => 'rest2f.html',
nodes => [
'rest2fActivation', 'rest2fInitUrl',
@ -699,8 +634,7 @@ sub tree {
'rest2fLogo',
]
},
{
title => 'yubikey2f',
{ title => 'yubikey2f',
help => 'yubikey2f.html',
form => 'simpleInputContainer',
nodes => [
@ -718,14 +652,13 @@ sub tree {
'sfRequired',
]
},
{
title => 'advancedParams',
{ title => 'advancedParams',
help => 'start.html#advanced_features',
nodes => [
'customFunctions',
{
title => 'security',
help => 'security.html#configure_security_settings',
{ title => 'security',
help =>
'security.html#configure_security_settings',
nodes => [
'userControl',
'portalForceAuthn',
@ -737,15 +670,14 @@ sub tree {
'bruteForceProtection',
'lwpOpts',
'lwpSslOpts',
{
title => 'contentSecurityPolicy',
{ title => 'contentSecurityPolicy',
help => 'security.html#portal',
form => 'simpleInputContainer',
nodes => [
'cspDefault', 'cspImg',
'cspScript', 'cspStyle',
'cspConnect', 'cspFont',
'cspFormAction',
'cspFont', 'cspFormAction',
'cspConnect',
]
},
'requireToken',
@ -753,8 +685,7 @@ sub tree {
'tokenUseGlobalStorage',
]
},
{
title => 'redirection',
{ title => 'redirection',
help => 'redirections.html',
form => 'simpleInputContainer',
nodes => [
@ -765,8 +696,7 @@ sub tree {
'maintenance'
]
},
{
title => 'portalRedirection',
{ title => 'portalRedirection',
help => 'redirections.html#portal_redirections',
form => 'simpleInputContainer',
nodes => [
@ -777,8 +707,7 @@ sub tree {
'nginxCustomHandlers',
'logoutServices',
'multiValuesSeparator',
{
title => 'forms',
{ title => 'forms',
form => 'simpleInputContainer',
nodes => [
'infoFormMethod', 'confirmFormMethod',
@ -789,23 +718,19 @@ sub tree {
}
]
},
{
title => 'variables',
{ title => 'variables',
help => 'variables.html',
nodes => [ 'exportedVars', 'macros', 'groups' ]
},
'virtualHosts',
{
title => 'samlServiceMetaData',
{ title => 'samlServiceMetaData',
help => 'samlservice.html',
nodes => [
'samlEntityID',
{
title => 'samlServiceSecurity',
{ title => 'samlServiceSecurity',
help => 'samlservice.html#security_parameters',
nodes => [
{
title => 'samlServiceSecuritySig',
{ title => 'samlServiceSecuritySig',
form => 'RSAKey',
group => [
'samlServicePrivateKeySig',
@ -813,8 +738,7 @@ sub tree {
'samlServicePublicKeySig'
]
},
{
title => 'samlServiceSecurityEnc',
{ title => 'samlServiceSecurityEnc',
form => 'RSAKey',
group => [
'samlServicePrivateKeyEnc',
@ -826,8 +750,7 @@ sub tree {
'samlServiceSignatureMethod'
]
},
{
title => 'samlNameIDFormatMap',
{ title => 'samlNameIDFormatMap',
help => 'samlservice.html#nameid_formats',
form => 'simpleInputContainer',
nodes => [
@ -837,8 +760,7 @@ sub tree {
'samlNameIDFormatMapKerberos'
]
},
{
title => 'samlAuthnContextMap',
{ title => 'samlAuthnContextMap',
help => 'samlservice.html#authentication_contexts',
form => 'simpleInputContainer',
nodes => [
@ -848,91 +770,82 @@ sub tree {
'samlAuthnContextMapKerberos'
]
},
{
title => 'samlOrganization',
{ title => 'samlOrganization',
help => 'samlservice.html#organization',
form => 'simpleInputContainer',
nodes => [
'samlOrganizationDisplayName', 'samlOrganizationName',
'samlOrganizationDisplayName',
'samlOrganizationName',
'samlOrganizationURL'
]
},
{
title => 'samlSPSSODescriptor',
{ title => 'samlSPSSODescriptor',
help => 'samlservice.html#service_provider',
nodes => [
'samlSPSSODescriptorAuthnRequestsSigned',
'samlSPSSODescriptorWantAssertionsSigned',
{
title => 'samlSPSSODescriptorSingleLogoutService',
{ title => 'samlSPSSODescriptorSingleLogoutService',
nodes => [
'samlSPSSODescriptorSingleLogoutServiceHTTPRedirect',
'samlSPSSODescriptorSingleLogoutServiceHTTPPost',
'samlSPSSODescriptorSingleLogoutServiceHTTPRedirect',
'samlSPSSODescriptorSingleLogoutServiceHTTPPost',
'samlSPSSODescriptorSingleLogoutServiceSOAP'
]
},
{
title =>
'samlSPSSODescriptorAssertionConsumerService',
{ title =>
'samlSPSSODescriptorAssertionConsumerService',
nodes => [
'samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact',
'samlSPSSODescriptorAssertionConsumerServiceHTTPPost'
'samlSPSSODescriptorAssertionConsumerServiceHTTPArtifact',
'samlSPSSODescriptorAssertionConsumerServiceHTTPPost'
]
},
{
title =>
'samlSPSSODescriptorArtifactResolutionService',
{ title =>
'samlSPSSODescriptorArtifactResolutionService',
nodes => [
'samlSPSSODescriptorArtifactResolutionServiceArtifact'
'samlSPSSODescriptorArtifactResolutionServiceArtifact'
]
}
]
},
{
title => 'samlIDPSSODescriptor',
{ title => 'samlIDPSSODescriptor',
help => 'samlservice.html#identity_provider',
nodes => [
'samlIDPSSODescriptorWantAuthnRequestsSigned',
{
title => 'samlIDPSSODescriptorSingleSignOnService',
{ title =>
'samlIDPSSODescriptorSingleSignOnService',
nodes => [
'samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect',
'samlIDPSSODescriptorSingleSignOnServiceHTTPPost',
'samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact',
'samlIDPSSODescriptorSingleSignOnServiceHTTPRedirect',
'samlIDPSSODescriptorSingleSignOnServiceHTTPPost',
'samlIDPSSODescriptorSingleSignOnServiceHTTPArtifact',
]
},
{
title => 'samlIDPSSODescriptorSingleLogoutService',
{ title =>
'samlIDPSSODescriptorSingleLogoutService',
nodes => [
'samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect',
'samlIDPSSODescriptorSingleLogoutServiceHTTPPost',
'samlIDPSSODescriptorSingleLogoutServiceHTTPRedirect',
'samlIDPSSODescriptorSingleLogoutServiceHTTPPost',
'samlIDPSSODescriptorSingleLogoutServiceSOAP'
]
},
{
title =>
'samlIDPSSODescriptorArtifactResolutionService',
{ title =>
'samlIDPSSODescriptorArtifactResolutionService',
nodes => [
'samlIDPSSODescriptorArtifactResolutionServiceArtifact'
'samlIDPSSODescriptorArtifactResolutionServiceArtifact'
]
}
]
},
{
title => 'samlAttributeAuthorityDescriptor',
{ title => 'samlAttributeAuthorityDescriptor',
help => 'samlservice.html#attribute_authority',
nodes => [
{
title =>
'samlAttributeAuthorityDescriptorAttributeService',
{ title =>
'samlAttributeAuthorityDescriptorAttributeService',
nodes => [
'samlAttributeAuthorityDescriptorAttributeServiceSOAP'
'samlAttributeAuthorityDescriptorAttributeServiceSOAP'
]
}
]
},
{
title => 'samlAdvanced',
{ title => 'samlAdvanced',
help => 'samlservice.html#advanced',
nodes => [
'samlIdPResolveCookie',
@ -941,8 +854,7 @@ sub tree {
'samlStorageOptions',
'samlRelayStateTimeout',
'samlUseQueryStringSpecific',
{
title => 'samlCommonDomainCookie',
{ title => 'samlCommonDomainCookie',
form => 'simpleInputContainer',
nodes => [
'samlCommonDomainCookieActivation',
@ -951,8 +863,7 @@ sub tree {
'samlCommonDomainCookieWriter'
]
},
{
title => 'samlDiscoveryProtocol',
{ title => 'samlDiscoveryProtocol',
form => 'simpleInputContainer',
nodes => [
'samlDiscoveryProtocolActivation',
@ -967,13 +878,11 @@ sub tree {
},
'samlIDPMetaDataNodes',
'samlSPMetaDataNodes',
{
title => 'oidcServiceMetaData',
{ title => 'oidcServiceMetaData',
help => 'openidconnectservice.html#service_configuration',
nodes => [
'oidcServiceMetaDataIssuer',
{
title => 'oidcServiceMetaDataEndPoints',
{ title => 'oidcServiceMetaDataEndPoints',
form => 'simpleInputContainer',
nodes => [
'oidcServiceMetaDataAuthorizeURI',
@ -988,11 +897,9 @@ sub tree {
]
},
'oidcServiceMetaDataAuthnContext',
{
title => 'oidcServiceMetaDataSecurity',
{ title => 'oidcServiceMetaDataSecurity',
nodes => [
{
title => 'oidcServiceMetaDataKeys',
{ title => 'oidcServiceMetaDataKeys',
form => 'RSAKeyNoPassword',
group => [
'oidcServicePrivateKeySig',
@ -1006,16 +913,14 @@ sub tree {
'oidcServiceAllowHybridFlow',
],
},
{
title => "oidcServiceMetaDataSessions",
{ title => "oidcServiceMetaDataSessions",
nodes => [ 'oidcStorage', 'oidcStorageOptions', ],
},
]
},
'oidcOPMetaDataNodes',
'oidcRPMetaDataNodes',
{
title => 'casServiceMetadata',
{ title => 'casServiceMetadata',
nodes => [
'casAttr',
'casAttributes',