IIS Encryption Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
If you're using IIS to host your on-premise version you may setup the variable in the IIS configuration editor as shown below or as a more secure alternative you may also use an Azure key vault to store your key.
Open IIS administration interface and go to your site settings page.
From within the configuration editor select the environmentVariables option
From there you can enter the key that will be used for encryption / decryption.
To use an Azure key vault to host and store your ngSurvey settings and keys you may set following environment variables on your server.
KeyVault:Name is the name of your Key vault
AzureAd:ClientId is the client id to access your Key vault
AzureAd:ClientSecret is the client secret to access your key vault