Write-back fails on on-premises installations with HTTP 403 error

Write-back fails on on-premises installations with HTTP 403 error

Microsoft has recently changed login.microsoft.com's TLS negotiations mechanism(only TLS 1.2 and above accepted) and that can cause connection issues to Microsoft Windows Server editions up to Server 2022.
With the attached registry changes, you can enable TLS 1.2 if it is not already enabled and set it as the default protocol in these .Net versions:

- v2.0.50727
- v4.0.30319

As an additional security strengthening, you may use IISCrypto from Nartac Software: Nartac Software - IIS Crypto
It will do further security improvements on your server if you use the Best Practices settings.

A restart on the server will be needed after the registry modifications.