| | Name | Description |
|---|
  | AuthenticatedLoggedUserCount |
Number of authenticated logged users
|
 | ChangePasswordScript |
If the Change Password feature is enabled and the script is not empty, the script is executed when a user changes his password (otherwise the default implementation is used).
|
 | CurrentParameters |
Parameter values used in the script
|
 | EnableChangePassword |
If true, the Change Password feature is enabled for users having a login defined in the security file.
|
 | EnableResetPassword |
If true, the Reset Password feature is enabled: a link to reset the password is displayed in the login page. The reset link is sent by email, so a notification email device must be configured.
|
 | EnableTwoFA |
If true, the Two-Factor Authentication is enabled: after the login, a security code is sent to the user (by default by email using the notification email device) and checked in the login page.
|
 | Error |
Last error message
|
 | Groups |
The groups defines how are published folders and reports in the Web Report Server. At least one group must exist.
|
 | HelperSimulateLogin |
Editor Helper: Test a login using the test user name and password or the current windows user
|
 | Logins |
The groups defines how are published folders and reports in the Web Report Server. At least one group must exist.
|
 | Parameters |
List of SecurityParameter used by the provider
|
 | Provider |
Current SecurityProvider
|
 | ProviderName |
The security provider used for the authentication
|
 | Providers |
List of SecurityProviders available in the repository
|
 | ProviderScript |
The script executed to login and find the security group used to published reports
|
 | ResetPasswordActive |
True if the Reset Password feature is enabled
|
 | ResetPasswordScript |
If the Reset Password feature is enabled and the script is not empty, the script is executed when a user requests a password reset (otherwise the default implementation is used: a reset link is sent by email using the notification email device).
|
 | ResetPasswordScript2 |
If the Reset Password feature is enabled and the script is not empty, the script is executed to perform the password reset (otherwise the default implementation is used).
|
 | ResetPasswordScript2Effective |
Script executed to perform the password reset: the custom script if defined, otherwise the default implementation
|
 | ResetPasswordScriptEffective |
Script executed when a user requests a password reset: the custom script if defined, otherwise the default implementation
|
 | Script |
The script executed to login and find the security group used to published reports. If the script is empty, the publication is done using the first security group defined.
|
 | TestCurrentWindowsUser |
Editor Helper: If true, the current user will be use as IPrincipal to test the Integrated Windows authentication
|
 | TestPassword |
Editor Helper: Password to test a login
|
 | TestUserName |
Editor Helper: User name to test a login
|
 | TwoFAActive |
True if the Two-Factor Authentication is enabled
|
 | TwoFACheckScript |
If the Two-Factor Authentication is enabled and the script is not empty, the script is executed to check the security code and validate the Two-Factor Authentication (otherwise the default implementation is used).
|
 | TwoFACheckScriptEffective |
Script executed to check the security code: the custom script if defined, otherwise the default implementation
|
 | TwoFAGenerationScript |
If the Two-Factor Authentication is enabled and the script is not empty, the script is executed to generate and send the security code (otherwise the default implementation is used: the code is sent by email using the notification email device).
|
 | TwoFAGenerationScriptEffective |
Script executed to generate and send the security code: the custom script if defined, otherwise the default implementation
|
 | UseCustomScript |
If true, a custom script can be used for the authentication process
|