Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

RequestParameterAuthenticationFilter provides security services for Pentaho Spreadsheet Services (PSS). It allows the user requesting access to provide his or her username and password on the query string of the URL. The credentials are unencrypted.

The parameters to pass on the query string are:
*userid=value - the userid to authenticate
*password=value - the user's password (clear-text)

RequestParameterAuthenticationFilter

...