Authentication: Difference between revisions

From Simple Wiki
(Created page with "Database authentication should use Windows authentication whenever available for the best security and seamless user interface. When Windows authentication isn't availabl...")
 
No edit summary
Line 3: Line 3:
When Windows authentication isn't available, the [[database]] login can be stored with the [[data source]] connection string or entered when the job is opened if [[Advanced_Settings#User_Logon_Options|User Logon]] is configured.
When Windows authentication isn't available, the [[database]] login can be stored with the [[data source]] connection string or entered when the job is opened if [[Advanced_Settings#User_Logon_Options|User Logon]] is configured.


It should be noted that when the password is entered as part of the [[data source]] connection, it can be viewed in plain text in the settings.
The [[Advanced_Settings#User_Logon_Options|User Logon]] password can also be used to encrypt or decrypt [[PDF]] files.
 
It should be noted that when the password is entered as part of the [[data source]] connection, it can be viewed in plain text in the settings. This may not be allowed in some security environments.


You can set an [[Global_Settings_Wizard#Admin_Password|Admin Password]] in the [[Global Settings Wizard]] to require a password to edit job settings and prevent users from accessing decrypted passwords in the settings or modifying jobs accidentally.
You can set an [[Global_Settings_Wizard#Admin_Password|Admin Password]] in the [[Global Settings Wizard]] to require a password to edit job settings and prevent users from accessing decrypted passwords in the settings or modifying jobs accidentally.


The logon password can also be used to encrypt or decrypt [[PDF]] files.
Passwords and connection strings are encrypted in the [[Job File]] [[XML]] settings, so there is no way to view passwords in plain text without the [[Global_Settings_Wizard#Admin_Password|Admin Password]] when it is set.

Revision as of 09:42, 17 January 2022

Database authentication should use Windows authentication whenever available for the best security and seamless user interface.

When Windows authentication isn't available, the database login can be stored with the data source connection string or entered when the job is opened if User Logon is configured.

The User Logon password can also be used to encrypt or decrypt PDF files.

It should be noted that when the password is entered as part of the data source connection, it can be viewed in plain text in the settings. This may not be allowed in some security environments.

You can set an Admin Password in the Global Settings Wizard to require a password to edit job settings and prevent users from accessing decrypted passwords in the settings or modifying jobs accidentally.

Passwords and connection strings are encrypted in the Job File XML settings, so there is no way to view passwords in plain text without the Admin Password when it is set.