Layer7 API Management

 View Only

GW scim service-now policy.

  • 1.  GW scim service-now policy.

    Posted Aug 09, 2019 08:23 PM
    Hi CA team,
    We wanted to integrated with a native application which exposed a web service with a SCIM connector of CA IDM provisioning.
    CAIDM-->scimConnector-->CA API GW-->Back-end(Webservice)
    My only question was that can I use this schema data which contain in service-now policy as is with out any changes for the native web service integration for provisioning? Essentially, what is this data referring to,is it related to the CA IDM or end point account attributes? Pls advice.

    C:\Program Files (x86)\CA\Identity Manager\Connector Server\jcs\resources\scim\servicenow_policy.xml

    The below is the sample data extracted from the above policy.xml for your reference.
    "totalResults":7,
    "itemsPerPage":7,
    "startIndex":1,
    "schemas":[
    "urn:scim:schemas:core:1.0",
    "urn:scim:schemas:servicenow:1.0"
    ],
    "Resources":[
    {
    "name":"User",
    "description":"SCIM core resource for representing users",
    "schema":"urn:scim:schemas:core:1.0",
    "endpoint":"Users",
    "attributes":[
    {
    "name":"id",
    "type":"string",
    "multiValued":false,
    "description":"Unique identifier for the SCIM Resource as defined by the Service Provider",
    "schema":"urn:scim:schemas:core:1.0",
    "readOnly":true,
    "required":true,
    "caseExact":false
    },
    {
    "name":"meta",
    "type":"complex",
    "multiValued":false,
    "description":"A complex type containing metadata about the resource",
    "schema":"urn:scim:schemas:core:1.0",
    "readOnly":false,
    "required":false,
    "caseExact":false,
    "subAttributes":[
    {
    "name":"created",
    "type":"datetime",
    "multiValued":false,
    "description":"The DateTime the Resource was added to the Service Provider",
    "readOnly":false,
    "required":false,
    "caseExact":false
    },
    {
    "name":"lastModified",
    "type":"datetime",
    "multiValued":false,
    "description":"The most recent DateTime the details of this Resource were updated at the Service Provider",
    "readOnly":false,
    "required":false,
    "caseExact":false
    },
    {