Authentication: Difference between revisions

From Simple Wiki
No edit summary
No edit summary
Line 1: Line 1:
SimpleIndex has no internal user authentication. However, when connected to a [[database]] you can can control access to records using any available [[database]] authentication methods.
== Database Authentication ==
[[Database]] authentication should use Windows authentication whenever available for the best security and seamless user interface.
[[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 [[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.
== PDF Encryption and Decryption ==


The [[Advanced_Settings#User_Logon_Options|User Logon]] password can also be used to encrypt or decrypt [[PDF]] files.
The [[Advanced_Settings#User_Logon_Options|User Logon]] password can also be used to encrypt or decrypt [[PDF]] files.
== Securing Connection Strings ==


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.
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.

Revision as of 09:50, 17 January 2022

SimpleIndex has no internal user authentication. However, when connected to a database you can can control access to records using any available database authentication methods.

Database Authentication[edit | edit source]

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.

PDF Encryption and Decryption[edit | edit source]

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

Securing Connection Strings[edit | edit source]

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.