Connecting Ignition OPC-UA using a OPC-UA client software

Hi, I have an application running and I want to use an external OPC client to connect to the OPC server and read the tags, how I can do that?

Enable "Expose Tag Providers" in the OPC UA server settings (make sure to restart afterwards): Ignition's OPC UA Server | Ignition User Manual

After this, connect a 3rd party client like UaExpert as a sanity check.

I end up creating a new OPC UA user and send the credentials to the client

Thanks