We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4310ce commit b3a3c0fCopy full SHA for b3a3c0f
types/oidcsettings.pp
@@ -20,7 +20,7 @@
20
Optional['Scope'] => Pattern[/^\"?[A-Za-z0-9\-\._\s]+\"?$/],
21
Optional['AuthRequestParams'] => Pattern[/^[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+(&[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+)*$/],
22
Optional['SSLValidateServer'] => Apache::OnOff ,
23
- Optional['UserInfoRefreshInterval'] => Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/],
+ Optional['UserInfoRefreshInterval'] => Variant[Integer[-1], Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/]],
24
Optional['JWKSRefreshInterval'] => Integer[-1],
25
Optional['UserInfoTokenMethod'] => Enum['authz_header', 'post_param'],
26
Optional['ProviderAuthRequestMethod'] => Enum['GET', 'POST', 'PAR'],
0 commit comments