-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmetadata-ttl.patch
23 lines (22 loc) · 1014 Bytes
/
metadata-ttl.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- a/usr/share/perl5/Lemonldap/NG/Manager/Build/Attributes.pm
+++ b/usr/share/perl5/Lemonldap/NG/Manager/Build/Attributes.pm
@@ -4942,6 +4942,10 @@ m{^(?:ldapi://[^/]*/?|\w[\w\-\.]*(?::\d{1,5})?|ldap(?:s|\+tls)?://\w[\w\-\.]*(?:
type => 'bool',
documentation => 'Drop CORS headers from OIDC issuer responses',
},
+ oidcServiceMetadataTtl => {
+ type => 'int',
+ documentation => 'OIDC Metadata TTL',
+ },
# OpenID Connect metadata nodes
oidcOPMetaDataNodes => {
--- a/usr/share/perl5/Lemonldap/NG/Manager/Build/Tree.pm
+++ b/usr/share/perl5/Lemonldap/NG/Manager/Build/Tree.pm
@@ -1583,6 +1583,7 @@ sub tree {
'oidcServiceIDTokenExpiration',
'oidcServiceAccessTokenExpiration',
'oidcServiceOfflineSessionExpiration',
+ 'oidcServiceMetadataTtl',
]
},
{