diff options
| author | mo <mo.khan@gmail.com> | 2017-10-22 19:41:13 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2017-10-22 19:41:13 -0600 |
| commit | f5317a26228bbfd4945bb0ab517ed67629e28d96 (patch) | |
| tree | 4dcffd986ecd1a76547063946591e60059728938 /config | |
| parent | c9d3b0ef8e996ad62b0896758bf52041dcc15e43 (diff) | |
remove extra Saml prefix in class names.
Diffstat (limited to 'config')
| -rw-r--r-- | config/initializers/filter_parameter_logging.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb index 4a994e1..7dac07f 100644 --- a/config/initializers/filter_parameter_logging.rb +++ b/config/initializers/filter_parameter_logging.rb @@ -1,4 +1,4 @@ # Be sure to restart your server when you modify this file. # Configure sensitive parameters which will be filtered from the log file. -Rails.application.config.filter_parameters += [:password] +Rails.application.config.filter_parameters += [:password, 'SAMLResponse', 'SAMLRequest'] |
