Azure key vault storage does not support "." or ":" in the key name section in the <appSettings> element of the web.config. This PR resolves this by replacing "." or ":" in the key name with "-" as a fallback option.
This has been created after a client requested the implementation of Azure key vault falling a pen test review of the site.
This fix is for #125
Azure key vault storage does not support "." or ":" in the key name section in the
<appSettings>
element of theweb.config
. This PR resolves this by replacing "." or ":" in the key name with "-" as a fallback option.This has been created after a client requested the implementation of Azure key vault falling a pen test review of the site.
Looking forward to hearing your feedback