Ultimo Developer
  • Welcome
  • Getting started
    • Introduction
    • Software editions
  • API guide
    • REST
      • Requesting data
      • Inserting data
      • Inserting data in batch
      • File uploads
      • Query options
      • Special characters
      • Testing REST
      • Additional security
      • Limits and Quotas
    • HTTP POST
      • Overview of a POST request
      • Requesting data
      • Inserting data
      • Testing HTTP POST
      • Additional security
    • SOAP
      • Overview of a POST request
      • Requesting data
      • Inserting data
      • Testing SOAP
      • Additional security
    • Third party integration
    • Error handling
  • CONNECTORS
    • BI Platform
      • Create database user
      • Connect to the database
      • Expiring passwords
    • Exchange Online
      • Email import
      • Custom SMTP
    • LDAP
      • LDAP connector
      • Cloud vs On Premises
    • SCIM
    • OCI
    • Universal Print
      • Prerequisites & limitations
      • How to setup
  • API key Templates
    • Introduction
    • Master data
      • Cost centers
      • Departments
      • Employees
      • Service contracts
      • Suppliers
    • Assets
      • Technical Service
      • Medical Assets
      • Fleet objects
      • Infra objects
      • IT Configuration-Items
    • Jobs
      • Technical Service jobs
      • Medical jobs
      • Fleet jobs
      • Infra jobs
      • IT-incidents
      • Attach or change images
    • Article
      • Create articles
      • Create article supplier
    • IoT
      • REST
      • HTTP POST
      • SOAP
    • Reservations
      • Create reservation
      • Update reservation
      • Cancel reservation
      • Get reservations
    • Track & Trace
  • Database
    • BI overview
      • BI functions
      • BI views
  • Azure documentation
    • Terms & Conditions
    • Azure migration
      • Export alternatives
      • Import alternatives
      • LDAP
    • Setup standard Single Sign On with MS Entra ID
    • Azure Authentication
    • Azure IP addresses
    • Azure AD SCIM provisioning
  • Have a question?
    • Ask on our Customer Portal
    • Contact Customer Support
Powered by GitBook
On this page
  • IP filtering
  • Client certificates
  1. API guide
  2. SOAP

Additional security

For cloud customers on Azure, additional security is available for import and export connectors. Without additional security measures, anyone in possession of a valid and authorised username/password combination is able to connect to the API endpoint.

IP filtering

It is possible to add IP range validations per import or export connector. Use '-' to allow everything in between and ';' to use multiple ranges. Keep in mind: this is a whitelist. All IP addresses not on the whitelist will not be able to connect.

Support for both IPv4 and IPv6 address range validation is available. When only one of them is filled, the other is completely blocked. Example: when IPv4 is filled, no one can connect with a IPv6 address.

Note: IP filtering on import or export connectors have no relation with IP filtering options for logging on to the Ultimo application.

Client certificates

It is possible to specify a certificate thumbprint per connector. The client connecting to the connector endpoint should always send the certificate that meets the certificate thumbprint on the connector when sending a request.

When a certificate thumbprint is used on a connector, the URL of the connector endpoint is different than without a client certificate. Instead of using the standard URL:

https://customer.ultimo.net/webservices/soapconnector.svc

Use the following URL:

https://api-customer.ultimo.net/webservices/soapconnector.svc

A cUrl command example of sending a request with a client certificate:

curl --cert C:\temp\ssl\client.crt --key c:\temp\ssl\client.key "https://api-customer.ultimo.net/webservices/soapconnector.svc?username=[username]&password=[password]&action=export&exportname=[exportconnectorname]"

Note: client certificates are only used when clients connect to the Ultimo connector. If the Ultimo connector calls a third-party webservice, client certificates are not applicable.

PreviousTesting SOAPNextThird party integration

Last updated 2 years ago