Skip to content

Commit

Permalink
remove authScopes
Browse files Browse the repository at this point in the history
Signed-off-by: andreyprezotto <andreypp@gmail.com>
  • Loading branch information
andreyprezotto committed Jan 21, 2021
1 parent e63ec2b commit f2cdd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/extensions/filters/http/oauth2/filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class FilterConfig {
const Matchers::PathMatcher signout_path_;
std::shared_ptr<SecretReader> secret_reader_;
FilterStats stats_;
const std::vector<std::string> kk;
const std::string encoded_auth_scopes_;
const bool forward_bearer_token_ : 1;
const std::vector<Http::HeaderUtility::HeaderData> pass_through_header_matchers_;
};
Expand Down

0 comments on commit f2cdd88

Please sign in to comment.