Skip to content

Commit b3a3c0f

Browse files
committed
Update types/oidcsettings UserInfoRefreshInterval to allow Integers again
1 parent c4310ce commit b3a3c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/oidcsettings.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
Optional['Scope'] => Pattern[/^\"?[A-Za-z0-9\-\._\s]+\"?$/],
2121
Optional['AuthRequestParams'] => Pattern[/^[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+(&[A-Za-z0-9\-\._%]+=[A-Za-z0-9\-\._%]+)*$/],
2222
Optional['SSLValidateServer'] => Apache::OnOff ,
23-
Optional['UserInfoRefreshInterval'] => Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/],
23+
Optional['UserInfoRefreshInterval'] => Variant[Integer[-1], Pattern[/^[0-9]+(\s+(logout_on_error|authenticate_on_error|502_on_error))?$/]],
2424
Optional['JWKSRefreshInterval'] => Integer[-1],
2525
Optional['UserInfoTokenMethod'] => Enum['authz_header', 'post_param'],
2626
Optional['ProviderAuthRequestMethod'] => Enum['GET', 'POST', 'PAR'],

0 commit comments

Comments
 (0)