Further information about using ZXID for TAS3 is available in README.zxid-tas3, zxid-tas3.pd, and zxid-java.pd
The official TAS3 API is provided by tas3.h which maps the TAS3 API definitions to the underlying zxid ones.

Fig-9: ZXID specific API and modules for SSO and web service call.
The Java realization of SSO is provided by zxidsrvlet class and servlet. This is packaged as TAS3 binary module T3-SSO-ZXID-JAVA.
The web server realization of SSO is provided by mod\_auth\_saml Apache module (modauthsaml.so). It is packaged as TAS3 binary module T3-SSO-ZXID-MODAUTHSAML.
API realization of SSO is provided by zxid_simple() in libzxid.a. This
is packaged as TAS3 binary module T3-SSO-ZXID-PHP.
Other language binding specific modules are
expected in the future.