Skip to content

Commit 598a2db

Browse files
authored
Merge pull request #2541 from cirrax/fix_oidc
add XForwardedHeaders for oidc_settings
2 parents b9ac34c + b4c72fc commit 598a2db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: types/oidcsettings.pp

+1
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,6 @@
108108
Optional['BlackListedClaims'] => String,
109109
Optional['WhiteListedClaims'] => String,
110110
Optional['RefreshAccessTokenBeforeExpiry'] => Pattern[/^[0-9]+(\slogout_on_error)?$/],
111+
Optional['XForwardedHeaders'] => String,
111112
}
112113
]

0 commit comments

Comments
 (0)