Skip to content

Commit

Permalink
Merge pull request #2541 from cirrax/fix_oidc
Browse files Browse the repository at this point in the history
add XForwardedHeaders for oidc_settings
  • Loading branch information
ekohl authored Apr 5, 2024
2 parents b9ac34c + b4c72fc commit 598a2db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/oidcsettings.pp
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@
Optional['BlackListedClaims'] => String,
Optional['WhiteListedClaims'] => String,
Optional['RefreshAccessTokenBeforeExpiry'] => Pattern[/^[0-9]+(\slogout_on_error)?$/],
Optional['XForwardedHeaders'] => String,
}
]

0 comments on commit 598a2db

Please sign in to comment.