Hi all,
Anyone who knows how i can disable the X.509 Certificate Authentication in UAG 3.0.
If i click on the "settings" icon and then choose to disable the feature and then click on Save, UAG just tells me "Please enable the authentication method"
And if i click "Cancel" the X.509 Certificate Status still shows "Enabled".
Thanks in advance
/Björn
It's a little bit of a pain, but I was able to do it by downloading the json file. Look for the following:
"com.vmware.horizon.adapters.certificateAdapter.CertificateAuthAdapter", "enabled": "true", "enableCertCRL": "false",
Change enabled to false, save to a different name and upload the file. Worked for me.
Download the json file here:
Look for the following in the downloaded file:
"com.vmware.horizon.adapters.certificateAdapter.CertificateAuthAdapter", "enabled": "true", "enableCertCRL": "false",
Change enabled to false, save to a different name and upload the file here.
Hello
you can change Horizon settings -> Edit -> More -> Auth Methods => change to Paththrough (or another).
