The connection string format shown below is to be used with Loome Identity. You will need to replace a few pieces of information within the connection string;
Ensure you remove the <> values from the string, these are just to highlight tokenized parts of the connection string.
Server=<Server FQDN>;Initial Catalog=<Database Name>;Integrated Security=true;TrustServerCertificate=True;Pooling=False;MultipleActiveResultSets=False;Encrypt=True;Connection Timeout=30;
These keys are required for Loome Identity to function correctly. They must be entered during the application installation as per the below descriptions.
Base Url
This should be the full URL of your website, including the port number :443, followed by a trailing forward slash.
(Ex. https://identity.my.domain:443/)
Database Connection String
This is a SQL connection string for your web application. Please refer to SQL Connection String Format when entering this value.
To manage the Loome Identity client list, you must be a member of the local administrators group on the server hosting the website.