Test X509 authentication using RESTClient

To test X509 authentication using REST client:

  1. Open the RESTClient.
  2. Enter these details:
    URL https://innovapptive.smp.server:8092/odata/applications/latest/com.x509.test/Connections
    X-SMP-APPCID
    Content-Type application/xml
    Payload

    <?xml version="1.0" encoding="utf-8"?>

    <entry xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices">

    <content type="application/xml">

    <m:properties>

    <d:DeviceType>iPhone</d:DeviceType>

    </m:properties>

    </content>

    </entry>

  3. Click Send.
    Figure 1. X509 test using RESTClient
    X509 test using RESTClient
  4. Click OK.
    The user gets registered successfully with Alias Name on SMP Server with the following message as shown in the below screenshot.
    Figure 2. X509 RESTClient Response
    X509 RESTClient Response
  5. Copy the X-SMP-APPCID and paste the value in box to perform the Get operations as shown below.
    Figure 3. x509 X-SMP-APPCID Get Operation
    x509 X-SMP-APPCID Get Operation
    User registration is shown in SMP.
    Figure 4. x509 User Registration in SMP
    x509 User Registration in SMP