You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
Studio and Encore
User Management
When running the installer to install Blueriq Studio (Studio server + Encore client), 2 users are created in Keycloak:
- admin
- runtime
Please make sure to change the default
password of the runtime user during installation.
To install or change Blueriq Studio security and user management, please read these articles
Encrypting a project export
In Studio, it is possible to export a project (.zip file) which can be deployed to the Blueriq Runtime (Export a project. It's advisable to check the "Encrypt" box before exporting so the .zip file does not contain the application model in plain text. Instead of exporting project manually, Blueriq also provides an application called Blueriq Publisher which automates the distribution of applications over environments.
Studio over HTTPS
IIS can be configured to acces Studio and the Studio Management Service over HTTPS.
- Open Internet Information Services (IIS) Manager on the site where Blueriq is installed.
- Select the Blueriq site and from the context menu, open the Bindings... dialog:
- Add a new binding of type 'HTTPS' and select the certificate you want to use. In this example, we use a self signed certificate, which is not recommended on a production environment.
- Click on 'View' to check the 'Issued to' property of the certificate. In a real situation, the 'Issued to' field should be the host of your Blueriq deployment instead of localhost:
- Now select OK in both the 'Certificate' and 'Add Site Binding' dialog.
- It is recommended but not required to remove any site binding of type 'HTTP' from the list of site bindings.
- To use HTTPS, go to the 'Issued to' host from step 4, using the https scheme. In this example, that is https://localhost/.