SupplierSelect has been designed to support common integration requirements:
Authentication via Single Sign On providers (CAS) and oAuth
Directory services (e.g. LDAP) for using external user/organisation databases
Data Import. Questionnaires and scores can be imported from XML or Excel format.
Data Export - to Excel, CSV or XML formats
Look and feel. SupplierSelect uses templates and Themes to facilitate re-branding or other changes to the look and feel.
Web Services. A growing number of JSON/Rest interfaces are exposed in response to customer requirements.
Code Level Integration
SupplierSelect uses the Spring Framework to manage it's runtime configuration, and adopts the Spring approach of interface based programming. The benefit of this approach is that when integration requires custom coding, it is only necessary to produce a new implementation of an existing interface and change the Spring configuration files. All other existing code can remain unchanged.