VMware Horizon Community
bjorn_lundquist
Contributor
Contributor

How to disable X.509 Authentication in UAG 3.0

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".

pastedImage_0.png

Thanks in advance

/Björn

Labels (1)
Tags (2)
Reply
0 Kudos
3 Replies
tonyw06
Contributor
Contributor

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.

tonyw06
Contributor
Contributor

Download the json file here:

pastedImage_0.png

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. 

pastedImage_1.png

Reply
0 Kudos
yaroslavbasiy
Enthusiast
Enthusiast

 

Hello

you can change Horizon settings -> Edit -> More -> Auth Methods => change to Paththrough (or another).

yaroslavbasiy_0-1688043206855.png

 

Reply
0 Kudos