D&B Direct+ API Documentation for IP Address Detail Lookup. Version 1, REST Interface. Intended for Early Adopter Program Participants

Size: px
Start display at page:

Download "D&B Direct+ API Documentation for IP Address Detail Lookup. Version 1, REST Interface. Intended for Early Adopter Program Participants"

Transcription

1 DUN & BRADSTREET D&B Direct+ API Documentation for IP Address Detail Lookup Version 1, REST Interface Intended for Early Adopter Program Participants PREPARED ON THURSDAY, JUNE 11, 2015

2 Copyright 2015 by Dun & Bradstreet, Inc. All rights reserved. For purposes of this Dun & Bradstreet Documentation, "D&B" means The Dun & Bradstreet Corporation, its subsidiaries, affiliates, divisions, contractors and all of its and their data sources and suppliers. This Documentation is a work of authorship that belongs to Dun & Bradstreet, Inc. and is protected by United States and foreign copyright laws and international copyright treaties. D&B, Dun & Bradstreet, D-U-N-S Number, DUNSRight, WorldBase, and the D&B logo are registered marks in the U.S., and in other countries, of Dun & Bradstreet, International, Ltd. or its affiliates. Java is a trademark of Oracle Corporation. Other trademarks used herein are the trademarks, or registered trademarks, of their respective owners. Use of the D&B Direct+ software and this Documentation is governed by the D&B Business Information Solutions, Ltd. software license agreement. D&B Direct+ software is copyright D&B Business Information Solutions, Ltd., All rights reserved. For the most recent copy of these materials, please visit ABOUT DUN & BRADSTREET Dun & Bradstreet (NYSE: DNB) grows the most valuable relationships in business. By uncovering truth and meaning from data, we connect customers with the prospects, suppliers, clients and partners that matter most, and have since Nearly ninety percent of the Fortune 500, and companies of every size around the world, rely on our data, insights and analytics. For more about Dun & Bradstreet, visit DNB.com.

3 IP Address Detail Lookup Service D&B Direct+ Version 1.0 View(s) Options(s) Interface Method Format(s) basic, standard IPv4 REST GET JSON Released on March 31, 2015 This API provides one option for obtaining details about an IP (Internet Protocol) v4 address. Currently a REST interface is supported for all D&B Direct+ calls. IP v6 addresses are currently not supported by this function. NOTE: This release provides responses to API calls for both 'biz' and 'isp' domain type (ipdomaintype) values by default. All successful API calls to this operation will count against the number of calls for which Early Adopters are entitled per month. An optional parameter enables the selection of the ipdomaintype ('biz' [default], 'isp', or 'any'). Update History No modifications have been made to this data layer since the initial release. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-1

4 Product Request Authenticating D&B Direct+ API calls utilize access tokens - generated from a key/secret combination - for authentication based on the Client Credentials Grant flow of the OAuth 2 specification. These access tokens expire after twenty-four hours. The error code indicates the current access token being used has expired. Contact your D&B representative to obtain your D&B Direct+ key/secret combination. These values, along with any access tokens generated, should be considered as sensitive as a password, and must be used only by authorized parties as stated in the D&B Direct+ API agreement. Refer to "Understanding the D&B Direct+ API Authentication Flow" for more details on the steps involved in authenticating. Specification The IP Address Lookup function can be invoked in the following manner. While the view parameter will default to standard, it is a good practice to always specify the level of service expected. All D&B Direct+ function calls require the use of a secured connection (i.e. https). Place the {IP} address into the following endpoint: isp any and then append one of the two view options. Sample BASIC Request GET Authorization: Bearer <yourtoken> (from Authentication call) Origin: Sample STANDARD Request GET Authorization: Bearer <yourtoken> (from Authentication call) Origin: Quick Start using Postman (Optional) Postman is a Google Chrome plug-in that allows you to make API calls and inspect responses from within a browser environment. A Postman collection is available for making calls to the IP Address Lookup function. Refer to "Interacting with the D&B Direct+ API Using Postman" for more details on how to quickly and easily make API calls. The consumer key/secret credentials will be required. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-2

5 Quick Start using Java TM (Optional) If you are an experienced Java developer, sample code is available to authenticate and invoke the IP Address Lookup function. The Java JDK version 1.7 or higher is required. A pom.xml file is included for users of Maven. Refer to "Getting Started with D&B Direct+ using Java" for more details. The consumer key/secret credentials will be required. Product Response Specification The following is a list of the data fields returned by this operation in the JSON response. [Y=always returned, O=optional, I=value from input] Basic Standard JSON Attribute name JSON Data Type Description Y Y transactiondetail object Records information used to process this request. Y Y transactionid string A number assigned by the D&B application to uniquely identify this request. Y Y transactiontimestamp string The date and time in ISO 8601 UTC Z standards when this response was created by the D&B application. Y Y inlanguage string A IETF BCP 47 code value that defines the language in which this product was rendered. Y Y productid string A key assigned by D&B which uniquely identifies the product ordered. For the list of products please refer to Y Y productversion string A number assigned by D&B which either uniquely identifies or helps to identify the state of this software deliverable. These numbers are generally assigned in increasing order and correspond to new releases in the software. O O additionaldetail array Records any further details used to process this request as key value pairs which cannot be recorded in other discrete elements. For the list of currently available key values please refer to O Y Key1 string A unique identifier assigned by D&B application to denote a specific information used to process this request. O Y Value1 string The value associated with the key. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-3

6 Basic Standard JSON Attribute name JSON Data Type Description Y Y result object Records the outcome of this transaction. This section is created only when the customer request was not fulfilled due to system failures, incorrect or incomplete request parameters etc. Y Y errorcode string A number assigned by D&B which uniquely identifies the reason for failure of this request. Y Y errormessage string An explanatory text providing more details about the reason for failure of this request. Y Y errorinformationurl 1 string The D&B website URL which provides the complete list of possible errors with their error codes and any other related information. Y Y inquirydetail object Records data that allows the customer to specify identifying information about the subject being inquired upon, e.g., IP Address, address, Domain name. I I ipaddress string The IP Address which is a 32-bit number based on Internet Protocol Version 4 (IPv4) specified by the customer to find a matching company. I I ipdomaintype string Th IP Domain Type specified by the customer to find a matching Company. The permissible values are 'isp' internet service or access provider; 'biz' commercial business as well as other domains like.edu,.gov,.org,.mil, etc.; 'any' includes all types of IP domains available. Note: The values are not case-sensitive. Y Y inquirymatch object Records the data returned by the D&B data partner based on the inquiry details from the customer. Y Y duns string The D-U-N-S Number is D&B's identification number, which provides unique identification of the inquired entity, in accordance with the Data Universal Numbering System (D-U-N-S). Y Y countryisoalpha2code string The two-letter country code, defined by the International Organization for Standardization (ISO) ISO scheme identifying the country of the inquired entity's headquarters as published on their website. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-4

7 Basic Standard JSON Attribute name JSON Data Type Description Y Y region string A textual value, representing the region of the inquired entity's domain name as per the Regional Internet Registry that manages the allocation and registration of Internet number resources within a particular region of the world. Possible values include: North America, South America, Asia, Europe, Oceania, Africa. Y Y ipaddress string A unique Internet Protocol (IP) address which identifies the website of the inquired entity. The IP address is defined as a 32-bit number based on Internet Protocol Version 4 (IPv4). The humanreadable notation is displayed as four numbers separated by periods. Each of the 4 numbers within the IP address can range from zero to 255. Y Y ipdomaintype string A classifier of the domain value returned for the IP address. There are 2 possible values: isp - internet service or access provider; biz - commercial businesses as well all other domains like.edu,.gov,.org.,.mil, etc. Y Y ipdomainname string A unique name used to identify the website of the inquired entity which serves as an address to access that website. Y Y url string The Primary Uniform Resource Locator (URL) for the homepage of the inquired entity's website. Y Y organization object Records data about an organization, a legal or commercial entity established to provide products and/or services in the marketplace or to the community. Y Y organization. duns string The D-U-N-S Number is D&B's identification number, which provides unique identification of this organization, in accordance with the Data Universal Numbering System (D-U-N-S). Y Y organization. name string The single name by which the organization is primarily known / identified. N Y organization. primaryaddress object Records the single primary or physical address at which the organization is located. N Y organization. primaryaddress. addresscountry N Y organization. primaryaddress. addresscountry. name object string Records the details of the country in which the business is located. Text recording the name of the country in which the business is located. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-5

8 Basic Standard JSON Attribute name JSON Data Type Description Y Y organization. primaryaddress. addresscountry. isoalpha2code N Y organization. primaryaddress. addresslocality N Y organization. primaryaddress. addressregion N Y organization. primaryaddress. postalcode N Y organization. primaryaddress. streetaddress N Y organization. primaryaddress. streetaddress. line1 N Y organization. primaryaddress. streetaddress. line2 string string string string object string string The two-letter country code, defined by the International Organization for Standardization (ISO) ISO scheme identifying the country of the business entity. Text recording the name of a city, town, township, village, borough, etc. where the business is located. Text recording the name of the locally governed area which forms part of a centrally governed nation to identify where the business is located. An identifier used by the local country Postal Authority to identify where the business is located. Records the details such as address number, or post office box number and street name where the business is located. Text recording the address number, or post office box number and street name where the business is located. Text recording the address parts of the business entity that cannot be recorded in 1st address line. number The angular distance of the organization's primary N Y organization. primaryaddress. latitude 4 physical address north or south from the Earth's equator expressed in decimal numbers. Positive numbers indicate degrees north. Negative numbers indicate degrees south. number The angular distance of the organization's primary N Y organization. primaryaddress. longitude 4 physical address east or west from an imaginary line (called the prime meridian) that goes from the North Pole to the South Pole expressed in decimal numbers. Positive numbers indicate degrees east. Negative numbers indicate degrees west. N Y organization. isfortune1000listed boolean When set to "true" it indicates that the business entity has ever been listed as one of the 1000 largest American companies, ranked on revenues alone by the American business magazine Fortune. The value will be NULL when D&B is not aware of this fact. N Y organization. isforbeslargestprivatecompanieslisted boolean When set to "true" it indicates that the business entity has ever been listed as one of the annual list of largest private companies in the United States, compiled and published by Forbes magazine The value will be NULL when D&B is not aware of this fact. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-6

9 Basic Standard JSON Attribute name JSON Data Type Description N Y organization. numberofemployees array Records details of the people engaged by an organization to perform its business operations. number The total number of people engaged by an N Y organization. numberofemployees. value 3 organization to perform its business operations.several different Employee Figures for a subject could be recorded, e.g., consolidated, individual entity, headquarters only. N Y organization. yearlyrevenue array Records the details of income received from customers from the sale of the business' goods and/or services. N Y organization. yearlyrevenue. value 3 number The monetary value of income received from customers from the sale of the business' goods and/or services. This means it is the gross sales minus any returns, rebates/discounts, allowances for damages or shortages, shipping expenses passed on to the customer, and amounts due where there is not a reasonable expectation of collection. This figure will be the latest sales revenue amount available for the business entity and will always be in US Dollars and Single units N Y organization. telephone object Records details on the telephone number of the business entity. N Y organization. telephone. number string The telephone number of the business entity. This sequence of digits includes the area code or city code. Note: This number does not include the International Dialing Code and Domestic Dialing Code. N Y organization. telephone. isdcode string The country calling code assigned by the International Telecommunication Union (ITU) required to connect to this Telecommunication Number of the subject country when dialing from outside the subject country; e.g., "1" for the US, "44" for the UK, "91" for India. N Y organization. tickersymbol 2 string Text that identifies the subject for share trading purposes at the Stock Exchange where the business entity does most of the trading. For example "NYSE: DNB" which is the ticker symbol for D&B in New York Stock Exchange. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-7

10 Basic Standard JSON Attribute name JSON Data Type Description N Y organization. primaryindustrycode object Records the primary business activity in which an organization is actively engaged using standardized coding schemes such as European NACE and U.S. Standard Industry Classifications (SIC). N Y organization. primaryindustrycode. ussicv4 string The 1987 version of a 4 digit numeric coding system developed by the US Government for the classification of industrial activities to denote the industry in which the business entity does most of it's business. 1 Known issue: Not available in the current implementation. 2 Known issue: The current implementation is not returning the trading exchange part of this element. 3 Known issue: When values are unavailable for employee quantity and sales revenue amount, the field value is returned as 0 in JSON instead of null. 4 Primary address latitude/longitude values are available for US, Germany, Canada, Australia, UK, Mexico, Belgium, Netherlands, South Korea, and Vietnam. Response Codes Successful requests will return an HTTP 200 response. Otherwise, one of the D&B Direct+ standard response codes will be returned. Early Adopter Support For any Early Adopter Program support requests, please reach out to D&B Direct Early Adopter Support by sending an to DirectEASupport@dnb.com or contact your assigned Support Specialist directly. D&B DIRECT BY DUN & BRADSTREET, INC. IP ADDRESS DETAIL LOOKUP 1-8

11 Interacting with the D&B Direct+ API Using Postman Postman is a Google Chrome plug-in that allows you to make API calls and inspect responses from within a browser environment. A Postman collection is available for making calls to the IP Address Lookup function. Prerequisites 1. Install Postman Plug-in Before proceeding any further in this document please open the Google Chrome browser and install the latest version of Postman For more detailed introductions and documentation for Postman see mentions and the project s web site at 2. Obtain Credentials & Authenticate D&B Direct+ API calls utilize access tokens - generated from a key/secret combination - for authentication. These access tokens expire after twenty-four hours. The error code indicates the current access token being used has expired. Refer to "Understanding the D&B Direct+ API Authentication Flow" for more details on the steps involved in authenticating. 3. Download the Sample Postman Collection Click on the link Plus.dnb.com.json.postman_collection to download a Postman collection that can be imported into Postman. The collection contains the necessary URLs and requests for accessing and testing the D&B Direct+ API. D&B DIRECT BY DUN & BRADSTREET, INC. INTERACTING WITH THE D&B DIRECT+ API USING POSTMAN 1-9

12 Generating an Access Token In order to call any of the D&B Direct+ APIs you are going to first need to make a call to the Authorization Server to generate an access token. Once you have downloaded and imported the Postman Collection locate the "Generate Access Token" request in the left navigation list. Click on the Basic Auth tab if it's not already open and then replace the username value with your own Consumer Key and the password with your Consumer Secret Click on the refresh headers button. Click Save. Click the send button. You will receive a response like: {"access_ token":"z5opwikcew0ujxoek1dmjsgjxvxg","expiresin":604800} Copy the token from the response (eg. Z5ZzzIKcew0ujxOEk1dmjsgjXvxg) and save it somewhere as you will need it for the actual API requests in the following sections. D&B DIRECT BY DUN & BRADSTREET, INC. INTERACTING WITH THE D&B DIRECT+ API USING POSTMAN 1-10

13 Determine IP Address Type Open Postman and find the "Determine IP Resource Type" request. Click on the Normal tab. Replace the value of the Authorization header with Bearer {Access Token} For example if we were to use the token we obtained in the "Generate an Access Token" step above then it would look like: Bearer Z5OpwIKcew0ujxOEk1dmjsgjXvxg Change the ipresource to whatever you want to test (or skip this step to use the one already in the query " " ). The part to change is highlighted in green below: NOTE: This release provides responses to API calls for both 'biz' and 'isp' domain type (ipdomaintype) values by default. All successful API calls to this operation will count against the number of calls for which Early Adopters are entitled per month. An optional parameter to enables the selection of the ipdomaintype ('biz' [default], 'isp', or 'any'). NOTE: Request parameters are case-sensitive. Click Save. Click the send button. D&B DIRECT BY DUN & BRADSTREET, INC. INTERACTING WITH THE D&B DIRECT+ API USING POSTMAN 1-11

14 Getting Started with D&B Direct+ using Java If you are an experienced Java developer, sample code is available to authenticate and invoke the Website Visitor Identification function. The Java JDK version 1.7 or higher is required. A pom.xml file is included for users of Maven. Prerequisites 1. Software Requirements Java JDK (1.7 or higher) The sample code has dependencies on the following third party software, and has been tested with the indicated versions: o Apache HTTP Components Client o Apache HTTP Components Core 4.3 o Apache Commons Codec 1.9 o Jettison Obtain Credentials & Authenticate D&B Direct+ API calls utilize access tokens - generated from a key/secret combination - for authentication. These access tokens expire after twenty-four hours. The error code indicates the current access token being used has expired. Refer to "Understanding the D&B Direct+ API Authentication Flow" for more details on the steps involved in authenticating. 3. Download the Java Client Sample Code Click on the link, DnB-Direct-Plus-WebVI-API-sample-Java.zip, to download a Java sample that can be used to call the D&B Direct+ API. 4. Additional Notes D&B DIRECT BY DUN & BRADSTREET, INC. GETTING STARTED WITH D&B DIRECT+ USING JAVA 1-12

15 If you choose to use Maven, a pom.xml file is included with the sample code for your convenience. If you choose to use Gradle, these are the corresponding dependencies: dependencies { compile(group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.3.2') compile(group: 'org.apache.httpcomponents', name: 'httpcore', version: '4.3') compile(group: 'commons-codec', name: 'commons-codec', version: '1.9') compile(group: 'org.codehaus.jettison', name: ' jettison', version: '1.3.6') } Sample Code The sample Java code provided with this document provides an example to demonstrate authorization and service invocation. It includes the following classes: Class Name Purpose Class Name Purpose WebVIClientExample Provides sample methods for authorization and invocation of the Direct+ services. This code is purely for demonstration purposes and does not handle any of the exception conditions that can be normally expected WebVIClientRunner ProxyConfig To run the sample code: Runnable Java class that invokes the methods exposed by WebVIClientExample Simple holder of proxy server information that may be required to access the D&B Direct+ service from within a corporate network First, please refer to the Software Requirements section above to ensure that you obtain all required software dependencies Modify WebVIClientRunner to provide values for the following variables: o consumerkey o consumersecret If you do not possess these values then please contact the D&B Direct+ Customer Support Team to obtain them Proxy Configuration: If you need to use a proxy server to connect to the internet, then uncomment the proxy configuration line and provide the necessary host, port, username and password to the ProxyConfig constructor call Compile the code and then run WebVIClientRunner. If it runs correctly, then you will see the JSON output of the calls to each of the Get DUNS for Domain, Get DUNS for Address, Get DUNS for IP Address and Get DUNS for IP Resource services made by WebVIClientRunner. If the output is not as expected, then using a Java IDE with debugging features is recommended. D&B DIRECT BY DUN & BRADSTREET, INC. GETTING STARTED WITH D&B DIRECT+ USING JAVA 1-13

16 Understanding the D&B Direct+ API Authentication Flow Before you can start using thed&b Direct+ API, you will need to understand the authorization flow of the API. D&B Direct+ API calls utilize access tokens - generated from a key/secret combination - for authentication based on the Client Credentials Grant flow of the OAuth 2 specification. These access tokens expire after twenty-four hours. The error code indicates the current access token being used has expired. NOTE: Contact your D&B representative to obtain your D&B Direct+ key/secret combination. These values, along with any access tokens generated, should be considered as sensitive as a password, and must used only by authorized parties as stated in the D&B Direct+ API agreement. Here is a sample of a Consumer Key and Consumer Secret. Note: these are not valid credentials. Consumer Key: r1bkfi9irgl0fp8vxmxxm6yhy2msm3dw Consumer Secret: VH4HIUipabqqAcO7 The application-only auth flow follows these steps: 1. An application developer base 64 encodes the combination of Consumer Key plus ":" plus Consumer Secret into a credential value that can be submitted for a token. For example, the sample values would yield the following encoded credential value: UXQ2WUdZcFh2R2Z4V0FsUkhoNVdNNDZNc2I3NldLTnc6Y25oOFRDOVNlemxkM 2M4NA== 2. An application makes a request to the POST endpoint to exchange these credentials for a bearer token. Token Request D&B DIRECT BY DUN & BRADSTREET, INC. UNDERSTANDING THE D&B DIRECT+ API AUTHENTICATION FLOW A-1

17 POST Content-Type: application/json Authorization: Basic <base 64 encoded(yourkey:yoursecret)> Origin: { "grant_type" : "client_credentials" } Token Response { } "access_token": "<yourtoken>", "expiresin": When accessing the D&B Direct+ API, the application uses the bearer token to authenticate the API requests. Without the bearer token these calls will fail. Sample Request (by IP) GET Authorization: Bearer <yourtoken> Origin: Process The following diagram shows a standard Auth flow, where Authorization Server is ( and Resource Server is the D&B Direct+ API. D&B DIRECT BY DUN & BRADSTREET, INC. UNDERSTANDING THE D&B DIRECT+ API AUTHENTICATION FLOW A-2

18 D&B DIRECT BY DUN & BRADSTREET, INC. UNDERSTANDING THE D&B DIRECT+ API AUTHENTICATION FLOW A-3

19 Error Codes The following error codes may be returned by D&B Direct+ API functions: HTTP Status Code errormessage Values errorcode Values 200 Success! n/a 503 Request timeout One or more parameters are invalid or missing This request was issued outside the contract start/end date User credentials are not allowed on this request User credentials are required in payload Malformed payload Bad Request Origin header is required Contract data not found Unauthorized Internal Server Error Internal Server Error Not Found Not Found Unauthorized Unauthorized Unauthorized D&B DIRECT BY DUN & BRADSTREET, INC. ERROR CODES B-1

20 HTTP Status Code errormessage Values errorcode Values 429 Too Many Requests Too Many Requests Supplied IP address not found Supplied not found Supplied domain not found Resource type not found for supplied IP address External resource offline/not contactable External resource timeout External resource service error External resource authorization error DUNS not found DUNS resource service error DUNS resource authorization error DUNS resource has changed Unexpected data type in datastore Runtime error Request timeout Your request must contain one query parameter, please fix your request and try again The request URI was not valid as it was missing a valid query parameter, please fix your request and try again D&B DIRECT BY DUN & BRADSTREET, INC. ERROR CODES B-2

21 Dun & Bradstreet 103 JFK Parkway Short Hills, N. J Dun & Bradstreet, Inc All rights reserved.

EHR OAuth 2.0 Security

EHR OAuth 2.0 Security Hospital Health Information System EU HIS Contract No. IPA/2012/283-805 EHR OAuth 2.0 Security Final version July 2015 Visibility: Restricted Target Audience: EHR System Architects EHR Developers EPR Systems

More information

Fairsail REST API: Guide for Developers

Fairsail REST API: Guide for Developers Fairsail REST API: Guide for Developers Version 1.02 FS-API-REST-PG-201509--R001.02 Fairsail 2015. All rights reserved. This document contains information proprietary to Fairsail and may not be reproduced,

More information

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7

Title page. Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 Title page Alcatel-Lucent 5620 SERVICE AWARE MANAGER 13.0 R7 APPLICATION API DEVELOPER GUIDE 3HE-10590-AAAA-TQZZA Issue 1 December 2015 Legal notice Legal notice Alcatel, Lucent, Alcatel-Lucent and the

More information

OAuth 2.0 Developers Guide. Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900

OAuth 2.0 Developers Guide. Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900 OAuth 2.0 Developers Guide Ping Identity, Inc. 1001 17th Street, Suite 100, Denver, CO 80202 303.468.2900 Table of Contents Contents TABLE OF CONTENTS... 2 ABOUT THIS DOCUMENT... 3 GETTING STARTED... 4

More information

Login with Amazon. Developer Guide for Websites

Login with Amazon. Developer Guide for Websites Login with Amazon Developer Guide for Websites Copyright 2014 Amazon Services, LLC or its affiliates. All rights reserved. Amazon and the Amazon logo are trademarks of Amazon.com, Inc. or its affiliates.

More information

How To Use Kiteworks On A Microsoft Webmail Account On A Pc Or Macbook Or Ipad (For A Webmail Password) On A Webcomposer (For An Ipad) On An Ipa Or Ipa (For

How To Use Kiteworks On A Microsoft Webmail Account On A Pc Or Macbook Or Ipad (For A Webmail Password) On A Webcomposer (For An Ipad) On An Ipa Or Ipa (For GETTING STARTED WITH KITEWORKS DEVELOPER GUIDE Version 1.0 Version 1.0 Copyright 2014 Accellion, Inc. All rights reserved. These products, documents, and materials are protected by copyright law and distributed

More information

Contents. 2 Alfresco API Version 1.0

Contents. 2 Alfresco API Version 1.0 The Alfresco API Contents The Alfresco API... 3 How does an application do work on behalf of a user?... 4 Registering your application... 4 Authorization... 4 Refreshing an access token...7 Alfresco CMIS

More information

Axway API Gateway. Version 7.4.1

Axway API Gateway. Version 7.4.1 O A U T H U S E R G U I D E Axway API Gateway Version 7.4.1 3 February 2016 Copyright 2016 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.4.1

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Oracle Fusion Middleware Oracle API Gateway OAuth User Guide 11g Release 2 (11.1.2.4.0)

Oracle Fusion Middleware Oracle API Gateway OAuth User Guide 11g Release 2 (11.1.2.4.0) Oracle Fusion Middleware Oracle API Gateway OAuth User Guide 11g Release 2 (11.1.2.4.0) July 2015 Oracle API Gateway OAuth User Guide, 11g Release 2 (11.1.2.4.0) Copyright 1999, 2015, Oracle and/or its

More information

AIRTEL INDIA OPEN API. Application Developer Guide for OAuth2 Authentication and Authorization. Document Version 1.1

AIRTEL INDIA OPEN API. Application Developer Guide for OAuth2 Authentication and Authorization. Document Version 1.1 AIRTEL INDIA OPEN API Application Developer Guide for OAuth2 Authentication and Authorization Document Version 1.1 This Application Developer Guide has been prepared for Airtel India. Copyright Intel Corporation

More information

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support...

New Features... 1 Installation... 3 Upgrade Changes... 3 Fixed Limitations... 4 Known Limitations... 5 Informatica Global Customer Support... Informatica Corporation B2B Data Exchange Version 9.5.0 Release Notes June 2012 Copyright (c) 2006-2012 Informatica Corporation. All rights reserved. Contents New Features... 1 Installation... 3 Upgrade

More information

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition

An Oracle White Paper June 2014. RESTful Web Services for the Oracle Database Cloud - Multitenant Edition An Oracle White Paper June 2014 RESTful Web Services for the Oracle Database Cloud - Multitenant Edition 1 Table of Contents Introduction to RESTful Web Services... 3 Architecture of Oracle Database Cloud

More information

NAT TCP SIP ALG Support

NAT TCP SIP ALG Support The feature allows embedded messages of the Session Initiation Protocol (SIP) passing through a device that is configured with Network Address Translation (NAT) to be translated and encoded back to the

More information

Traitware Authentication Service Integration Document

Traitware Authentication Service Integration Document Traitware Authentication Service Integration Document February 2015 V1.1 Secure and simplify your digital life. Integrating Traitware Authentication This document covers the steps to integrate Traitware

More information

OpenLDAP Oracle Enterprise Gateway Integration Guide

OpenLDAP Oracle Enterprise Gateway Integration Guide An Oracle White Paper June 2011 OpenLDAP Oracle Enterprise Gateway Integration Guide 1 / 29 Disclaimer The following is intended to outline our general product direction. It is intended for information

More information

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT

Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT Phone Manager Application Support JANUARY 2015 DOCUMENT RELEASE 4.2 APPLICATION SUPPORT ZohoCRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted

More information

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0

PingFederate. Windows Live Cloud Identity Connector. User Guide. Version 1.0 Windows Live Cloud Identity Connector Version 1.0 User Guide 2011 Ping Identity Corporation. All rights reserved. Windows Live Cloud Identity Connector User Guide Version 1.0 April, 2011 Ping Identity

More information

vcloud Air Platform Programmer's Guide

vcloud Air Platform Programmer's Guide vcloud Air Platform Programmer's Guide vcloud Air OnDemand 5.7 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

Passcreator API Documentation

Passcreator API Documentation Passcreator API Documentation Version 1.0 - December 2014 USt-IdNr.: DE290188967 Seite 1 von 9 About this Document 3 Obtaining an API key 3 Authentication 3 Testing 3 Get list of pass-templates 4 Get information

More information

OAuth2lib. http://tools.ietf.org/html/ietf-oauth-v2-10 implementation

OAuth2lib. http://tools.ietf.org/html/ietf-oauth-v2-10 implementation OAuth2lib http://tools.ietf.org/html/ietf-oauth-v2-10 implementation 15 Julio 2010 OAuth2 - Assertion Profile Library! 3 Documentation! 4 OAuth2 Assertion Flow! 4 OAuth Client! 6 OAuth Client's Architecture:

More information

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA

Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Cloud Elements ecommerce Hub Provisioning Guide API Version 2.0 BETA Page 1 Introduction The ecommerce Hub provides a uniform API to allow applications to use various endpoints such as Shopify. The following

More information

Portal Administration. Administrator Guide

Portal Administration. Administrator Guide Portal Administration Administrator Guide Portal Administration Guide Documentation version: 1.0 Legal Notice Legal Notice Copyright 2013 Symantec Corporation. All rights reserved. Symantec, the Symantec

More information

Configuring Single Sign-on for WebVPN

Configuring Single Sign-on for WebVPN CHAPTER 8 This chapter presents example procedures for configuring SSO for WebVPN users. It includes the following sections: Using Single Sign-on with WebVPN, page 8-1 Configuring SSO Authentication Using

More information

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide

Microsoft Active Directory Oracle Enterprise Gateway Integration Guide An Oracle White Paper May 2011 Microsoft Active Directory Oracle Enterprise Gateway Integration Guide 1/33 Disclaimer The following is intended to outline our general product direction. It is intended

More information

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com

Copyright 2013 Consona Corporation. All rights reserved www.compiere.com COMPIERE 3.8.1 SOAP FRAMEWORK Copyright 2013 Consona Corporation. All rights reserved www.compiere.com Table of Contents Compiere SOAP API... 3 Accessing Compiere SOAP... 3 Generate Java Compiere SOAP

More information

Login with Amazon. Getting Started Guide for Websites. Version 1.0

Login with Amazon. Getting Started Guide for Websites. Version 1.0 Login with Amazon Getting Started Guide for Websites Version 1.0 Login with Amazon: Getting Started Guide for Websites Copyright 2016 Amazon Services, LLC or its affiliates. All rights reserved. Amazon

More information

Copyright Pivotal Software Inc, 2013-2015 1 of 10

Copyright Pivotal Software Inc, 2013-2015 1 of 10 Table of Contents Table of Contents Getting Started with Pivotal Single Sign-On Adding Users to a Single Sign-On Service Plan Administering Pivotal Single Sign-On Choosing an Application Type 1 2 5 7 10

More information

Configuration Guide - OneDesk to SalesForce Connector

Configuration Guide - OneDesk to SalesForce Connector Configuration Guide - OneDesk to SalesForce Connector Introduction The OneDesk to SalesForce Connector allows users to capture customer feedback and issues in OneDesk without leaving their familiar SalesForce

More information

Cloud Elements! Marketing Hub Provisioning and Usage Guide!

Cloud Elements! Marketing Hub Provisioning and Usage Guide! Cloud Elements Marketing Hub Provisioning and Usage Guide API Version 2.0 Page 1 Introduction The Cloud Elements Marketing Hub is the first API that unifies marketing automation across the industry s leading

More information

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract

Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite. Abstract Configuring Single Sign-On for Documentum Applications with RSA Access Manager Product Suite Abstract This white paper outlines the deployment and configuration of a Single Sign-On solution for EMC Documentum

More information

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved

Manual. Netumo NETUMO HELP MANUAL WWW.NETUMO.COM. Copyright Netumo 2014 All Rights Reserved Manual Netumo NETUMO HELP MANUAL WWW.NETUMO.COM Copyright Netumo 2014 All Rights Reserved Table of Contents 1 Introduction... 0 2 Creating an Account... 0 2.1 Additional services Login... 1 3 Adding a

More information

2X Cloud Portal v10.5

2X Cloud Portal v10.5 2X Cloud Portal v10.5 URL: www.2x.com E-mail: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious unless otherwise

More information

Force.com REST API Developer's Guide

Force.com REST API Developer's Guide Force.com REST API Developer's Guide Version 35.0, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information

Using the Cisco OnPlus Scanner to Discover Your Network

Using the Cisco OnPlus Scanner to Discover Your Network Using the Cisco OnPlus Scanner to Discover Your Network Last Revised: October 22, 2012 This Application Note explains how to use the Cisco OnPlus Scanner with the Cisco OnPlus Portal to discover and manage

More information

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014

Adeptia Suite 6.2. Application Services Guide. Release Date October 16, 2014 Adeptia Suite 6.2 Application Services Guide Release Date October 16, 2014 343 West Erie, Suite 440 Chicago, IL 60654, USA Phone: (312) 229-1727 x111 Fax: (312) 229-1736 Document Information DOCUMENT INFORMATION

More information

http://docs.trendmicro.com/en-us/enterprise/trend-micro-endpoint-applicationcontrol.aspx

http://docs.trendmicro.com/en-us/enterprise/trend-micro-endpoint-applicationcontrol.aspx Trend Micro Incorporated reserves the right to make changes to this document and to the product described herein without notice. Before installing and using the product, review the readme files, release

More information

Defender 5.7 - Token Deployment System Quick Start Guide

Defender 5.7 - Token Deployment System Quick Start Guide Defender 5.7 - Token Deployment System Quick Start Guide This guide describes how to install, configure and use the Defender Token Deployment System, based on default settings and how to self register

More information

Apache Server Implementation Guide

Apache Server Implementation Guide Apache Server Implementation Guide 340 March Road Suite 600 Kanata, Ontario, Canada K2K 2E4 Tel: +1-613-599-2441 Fax: +1-613-599-2442 International Voice: +1-613-599-2441 North America Toll Free: 1-800-307-7042

More information

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS

TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS White Paper TROUBLESHOOTING RSA ACCESS MANAGER SINGLE SIGN-ON FOR WEB-BASED APPLICATIONS Abstract This white paper explains how to diagnose and troubleshoot issues in the RSA Access Manager single sign-on

More information

Qlik REST Connector Installation and User Guide

Qlik REST Connector Installation and User Guide Qlik REST Connector Installation and User Guide Qlik REST Connector Version 1.0 Newton, Massachusetts, November 2015 Authored by QlikTech International AB Copyright QlikTech International AB 2015, All

More information

OAuth Guide Release 6.0

OAuth Guide Release 6.0 [1]Oracle Communications Services Gatekeeper OAuth Guide Release 6.0 E50767-02 November 2015 Oracle Communications Services Gatekeeper OAuth Guide, Release 6.0 E50767-02 Copyright 2012, 2015, Oracle and/or

More information

A How To guide for integrating your application to the CRM Hub

A How To guide for integrating your application to the CRM Hub A How To guide for integrating your application to the CRM Hub Last Update: 28 January 2014 2 Table of Contents TABLE OF CONTENTS INTRODUCTION DEFINITIONS SIGN UP FOR AN CLOUD ELEMENTS ACCOUNT PROVISIONING

More information

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros

How To Login To The Mft Internet Server (Mft) On A Pc Or Macbook Or Macintosh (Macintosh) With A Password Protected (Macbook) Or Ipad (Macro) (For Macintosh) (Macros TIBCO MFT Internet Server User Guide Software Release 7.2.4 October 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

Nuance Mobile Developer Program. HTTP Services for Nuance Mobile Developer Program Clients

Nuance Mobile Developer Program. HTTP Services for Nuance Mobile Developer Program Clients Nuance Mobile Developer Program HTTP Services for Nuance Mobile Developer Program Clients Notice Nuance Mobile Developer Program HTTP Services for Nuance Mobile Developer Program Clients Copyright 2011

More information

User Identification and Authentication

User Identification and Authentication User Identification and Authentication Vital Security 9.2 Copyright Copyright 1996-2008. Finjan Software Inc.and its affiliates and subsidiaries ( Finjan ). All rights reserved. All text and figures included

More information

ACR Connect Authentication Service Developers Guide

ACR Connect Authentication Service Developers Guide ACR Connect Authentication Service Developers Guide Revision History Date Revised by Version Description 29/01/2015 Sergei Rusinov 1.0 Authentication using NRDR account Background The document describes

More information

Astaro Security Gateway V8. Remote Access via L2TP over IPSec Configuring ASG and Client

Astaro Security Gateway V8. Remote Access via L2TP over IPSec Configuring ASG and Client Astaro Security Gateway V8 Remote Access via L2TP over IPSec Configuring ASG and Client 1. Introduction This guide contains complementary information on the Administration Guide and the Online Help. If

More information

Bitcoin Payment Gateway API

Bitcoin Payment Gateway API Bitcoin Payment Gateway API v0.3 BitPay, Inc. https://bitpay.com 2011-2012 BITPAY, Inc. All Rights Reserved. 1 Table of Contents Introduction Activating API Access Invoice States Creating an Invoice Required

More information

TIBCO Slingshot User Guide

TIBCO Slingshot User Guide TIBCO Slingshot User Guide v1.8.1 Copyright 2008-2010 TIBCO Software Inc. ALL RIGHTS RESERVED. Page 1 September 2, 2011 Documentation Information Slingshot Outlook Plug-in Important Information SOME TIBCO

More information

Salesforce Files Connect Implementation Guide

Salesforce Files Connect Implementation Guide Salesforce Files Connect Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

A Standards-based Mobile Application IdM Architecture

A Standards-based Mobile Application IdM Architecture A Standards-based Mobile Application IdM Architecture Abstract Mobile clients are an increasingly important channel for consumers accessing Web 2.0 and enterprise employees accessing on-premise and cloud-hosted

More information

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide

IBM SPSS Collaboration and Deployment Services Version 6 Release 0. Single Sign-On Services Developer's Guide IBM SPSS Collaboration and Deployment Services Version 6 Release 0 Single Sign-On Services Developer's Guide Note Before using this information and the product it supports, read the information in Notices

More information

Identity and Access Management (IdAM) Security Access Framework (SAF) for CDSS

Identity and Access Management (IdAM) Security Access Framework (SAF) for CDSS Identity and Access Management (IdAM) Security Access Framework (SAF) for CDSS Admin & Developer Documentation Version 3.0.3 October 30, 2015 Table of Contents Revision Index... 4 Introduction... 6 Intended

More information

How To Use Libap With A Libap Server With A Mft Command Center And Internet Server

How To Use Libap With A Libap Server With A Mft Command Center And Internet Server MFT Command Center/Internet Server LDAP Integration Guide Ver sio n 7.1.1 September 7, 2011 Documentation Information MFT LDAP Integration Guide Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES

More information

Startup guide for Zimonitor

Startup guide for Zimonitor Page 1 of 5 Startup guide for Zimonitor This is a short introduction to get you started using Zimonitor. Start by logging in to your version of Zimonitor using the URL and username + password sent to you.

More information

Riverbed Cascade Shark Common REST API v1.0

Riverbed Cascade Shark Common REST API v1.0 Riverbed Cascade Shark Common REST API v1.0 Copyright Riverbed Technology Inc. 2015 Created Feb 1, 2015 at 04:02 PM Contents Contents Overview Data Encoding Resources information: ping information: list

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

More information

itds OAuth Integration Paterva itds OAuth Integration Building and re-using OAuth providers within Maltego 2014/09/22

itds OAuth Integration Paterva itds OAuth Integration Building and re-using OAuth providers within Maltego 2014/09/22 Paterva itds OAuth Integration itds OAuth Integration Building and re-using OAuth providers within Maltego AM 2014/09/22 Contents Maltego OAuth Integration... 3 Introduction... 3 OAuth within the Maltego

More information

Deploying F5 to Replace Microsoft TMG or ISA Server

Deploying F5 to Replace Microsoft TMG or ISA Server Deploying F5 to Replace Microsoft TMG or ISA Server Welcome to the F5 deployment guide for configuring the BIG-IP system as a forward and reverse proxy, enabling you to remove or relocate gateway security

More information

UBS KeyLink Quick reference WEB Installation Guide

UBS KeyLink Quick reference WEB Installation Guide ab UBS KeyLink Quick reference WEB Installation Guide Table of contents 1. Introduction 3 1.1. Why is an Installation needed? 3 1.2. Is UBS KeyLink secure? 3 1.3. Information about Secure Sockets Layer

More information

SETTING UP YOUR JAVA DEVELOPER ENVIRONMENT

SETTING UP YOUR JAVA DEVELOPER ENVIRONMENT SETTING UP YOUR JAVA DEVELOPER ENVIRONMENT Summary This tipsheet describes how to set up your local developer environment for integrating with Salesforce. This tipsheet describes how to set up your local

More information

ISA Server Plugins Setup Guide

ISA Server Plugins Setup Guide ISA Server Plugins Setup Guide Secure Web (Webwasher) Version 1.3 Copyright 2008 Secure Computing Corporation. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

Astaro Security Gateway V8. Remote Access via SSL Configuring ASG and Client

Astaro Security Gateway V8. Remote Access via SSL Configuring ASG and Client Astaro Security Gateway V8 Remote Access via SSL Configuring ASG and Client 1. Introduction This guide contains complementary information on the Administration Guide and the Online Help. If you are not

More information

Cisco ASA Authentication QUICKStart Guide

Cisco ASA Authentication QUICKStart Guide Cisco ASA Authentication QUICKStart Guide Powerful Authentication Management for Service Providers and Enterprises Authentication Service Delivery Made EASY Copyright 2012 SafeNet, Inc. All rights reserved.

More information

Using IBM dashdb With IBM Embeddable Reporting Service

Using IBM dashdb With IBM Embeddable Reporting Service What this tutorial is about In today's mobile age, companies have access to a wealth of data, stored in JSON format. Leading edge companies are making key decision based on that data but the challenge

More information

Sage 200 CRM 2015 Implementation Guide

Sage 200 CRM 2015 Implementation Guide Sage 200 CRM 2015 Implementation Guide Copyright statement Sage (UK) Limited and Sage Hibernia Limited, 2015. All rights reserved. If this documentation includes advice or information relating to any matter

More information

If you have questions or find errors in the guide, please, contact us under the following e-mail address:

If you have questions or find errors in the guide, please, contact us under the following e-mail address: 1. Introduction... 2 2. Remote Access via PPTP... 2 2.1. Configuration of the Astaro Security Gateway... 3 2.2. Configuration of the Remote Client...10 2.2.1. Astaro User Portal: Getting Configuration

More information

D&B360. Installation and Administration Guide. for Microsoft Dynamics CRM. Version 3.0

D&B360. Installation and Administration Guide. for Microsoft Dynamics CRM. Version 3.0 D&B360 Installation and Administration Guide for Microsoft Dynamics CRM Version 3.0 D&B360 is a trademark or registered trademark of Dun and Bradstreet, Incorporated. Other trademarks used herein are the

More information

Oracle Service Bus Examples and Tutorials

Oracle Service Bus Examples and Tutorials March 2011 Contents 1 Oracle Service Bus Examples... 2 2 Introduction to the Oracle Service Bus Tutorials... 5 3 Getting Started with the Oracle Service Bus Tutorials... 12 4 Tutorial 1. Routing a Loan

More information

IP Phone Service Administration and Subscription

IP Phone Service Administration and Subscription CHAPTER 6 IP Phone Service Administration and Subscription Cisco CallManager administrators maintain the list of services to which users can subscribe. These sections provide details about administering

More information

Configuration Guide. BES12 Cloud

Configuration Guide. BES12 Cloud Configuration Guide BES12 Cloud Published: 2016-04-08 SWD-20160408113328879 Contents About this guide... 6 Getting started... 7 Configuring BES12 for the first time...7 Administrator permissions you need

More information

2X SecureRemoteDesktop. Version 1.1

2X SecureRemoteDesktop. Version 1.1 2X SecureRemoteDesktop Version 1.1 Website: www.2x.com Email: info@2x.com Information in this document is subject to change without notice. Companies, names, and data used in examples herein are fictitious

More information

Technical Publications

Technical Publications January 09 babytel ITSP Setup Author: Zultys Technical Support This document covers how to set up a babytel account. For ITSP Accounts ALG is required. For further information on ALG please refer to the

More information

Onset Computer Corporation

Onset Computer Corporation Onset, HOBO, and HOBOlink are trademarks or registered trademarks of Onset Computer Corporation for its data logger products and configuration/interface software. All other trademarks are the property

More information

TIBCO Spotfire Metrics Modeler User s Guide. Software Release 6.0 November 2013

TIBCO Spotfire Metrics Modeler User s Guide. Software Release 6.0 November 2013 TIBCO Spotfire Metrics Modeler User s Guide Software Release 6.0 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO SOFTWARE

More information

VNC User Guide. Version 5.0. June 2012

VNC User Guide. Version 5.0. June 2012 VNC User Guide Version 5.0 June 2012 Trademarks VNC is a registered trademark of RealVNC Ltd. in the U.S. and in other countries. Other trademarks are the property of their respective owners. Protected

More information

PingFederate. IWA Integration Kit. User Guide. Version 2.6

PingFederate. IWA Integration Kit. User Guide. Version 2.6 PingFederate IWA Integration Kit Version 2.6 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 2.6 March, 2012 Ping Identity Corporation

More information

Sophos UTM. Remote Access via PPTP. Configuring UTM and Client

Sophos UTM. Remote Access via PPTP. Configuring UTM and Client Sophos UTM Remote Access via PPTP Configuring UTM and Client Product version: 9.000 Document date: Friday, January 11, 2013 The specifications and information in this document are subject to change without

More information

Integrating Application Express with PayPal Payments Pro. An Oracle White Paper September 2007

Integrating Application Express with PayPal Payments Pro. An Oracle White Paper September 2007 Integrating Application Express with PayPal Payments Pro An Oracle White Paper September 2007 Integrating Application Express with PayPal Payments Pro Introduction... 3 How Application Express Can Integrate

More information

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication

Integration Guide. SafeNet Authentication Service. Oracle Secure Desktop Using SAS RADIUS OTP Authentication SafeNet Authentication Service Integration Guide Oracle Secure Desktop Using SAS RADIUS OTP Authentication Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013

More information

An Oracle White Paper Dec 2013. Oracle Access Management OAuth Service

An Oracle White Paper Dec 2013. Oracle Access Management OAuth Service An Oracle White Paper Dec 2013 Oracle Access Management OAuth Service Disclaimer The following is intended to outline our general product direction. It is intended for information purposes only, and may

More information

(n)code Solutions CA A DIVISION OF GUJARAT NARMADA VALLEY FERTILIZERS COMPANY LIMITED P ROCEDURE F OR D OWNLOADING

(n)code Solutions CA A DIVISION OF GUJARAT NARMADA VALLEY FERTILIZERS COMPANY LIMITED P ROCEDURE F OR D OWNLOADING (n)code Solutions CA A DIVISION OF GUJARAT NARMADA VALLEY FERTILIZERS COMPANY LIMITED P ROCEDURE F OR D OWNLOADING a Class IIIc SSL Certificate using BEA Weblogic V ERSION 1.0 Page 1 of 8 Procedure for

More information

Prospect Portfolio User Guide

Prospect Portfolio User Guide Prospect Portfolio User Guide Table of Contents LexisNexis Prospect Portfolio Overview... 3 Accessing Prospect Portfolio... 3 Prospect Portfolio as a stand-alone application... 3 Integrate Prospect Portfolio

More information

Spectrum Technology Platform

Spectrum Technology Platform Spectrum Technology Platform Version 8.0.0 SP2 RIA Getting Started Guide Information in this document is subject to change without notice and does not represent a commitment on the part of the vendor or

More information

Radius Integration Guide Version 9

Radius Integration Guide Version 9 Radius Integration Guide Version 9 Document version 9402-1.0-18/10/2006 2 IMPORTANT NOTICE Elitecore has supplied this Information believing it to be accurate and reliable at the time of printing, but

More information

Design Notes for an Efficient Password-Authenticated Key Exchange Implementation Using Human-Memorable Passwords

Design Notes for an Efficient Password-Authenticated Key Exchange Implementation Using Human-Memorable Passwords Design Notes for an Efficient Password-Authenticated Key Exchange Implementation Using Human-Memorable Passwords Author: Paul Seymer CMSC498a Contents 1 Background... 2 1.1 HTTP 1.0/1.1... 2 1.2 Password

More information

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016. Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3 April 8, 2016 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps

Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps Dell One Identity Cloud Access Manager 8.0.1 - How to Develop OpenID Connect Apps May 2015 This guide includes: What is OAuth v2.0? What is OpenID Connect? Example: Providing OpenID Connect SSO to a Salesforce.com

More information

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM

Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Phone Manager Application Support OCTOBER 2014 DOCUMENT RELEASE 4.1 SAGE CRM Sage CRM NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by

More information

About Mergent Online. Basic Search

About Mergent Online. Basic Search INFORMATION LITERACY @ THE PATRICK POWER LIBRARY GUIDE TO MERGENT ONLINE Mergent Online is a registered trademark of Mergent Inc., images used with permission. About Mergent Online Mergent Online is a

More information

Table of Contents. Chapter 1: Installing Endpoint Application Control. Chapter 2: Getting Support. Index

Table of Contents. Chapter 1: Installing Endpoint Application Control. Chapter 2: Getting Support. Index Table of Contents Chapter 1: Installing Endpoint Application Control System Requirements... 1-2 Installation Flow... 1-2 Required Components... 1-3 Welcome... 1-4 License Agreement... 1-5 Proxy Server...

More information

TIBCO ActiveMatrix BPM - Integration with Content Management Systems

TIBCO ActiveMatrix BPM - Integration with Content Management Systems TIBCO ActiveMatrix BPM - Integration with Content Management Systems Software Release 3.0 May 2014 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE.

More information

Bentley CONNECT Dynamic Rights Management Service

Bentley CONNECT Dynamic Rights Management Service v1.0 Implementation Guide Last Updated: March 20, 2013 Table of Contents Notices...5 Chapter 1: Introduction to Management Service...7 Chapter 2: Configuring Bentley Dynamic Rights...9 Adding Role Services

More information

IBM Cloud Manager with OpenStack. REST API Reference, version 4.1

IBM Cloud Manager with OpenStack. REST API Reference, version 4.1 IBM Cloud Manager with OpenStack REST API Reference, version 4.1 IBM Cloud Manager with OpenStack REST API Reference, version 4.1 Note Before using this information and the product it supports, read the

More information

The English translation Of MBA Standard 0301

The English translation Of MBA Standard 0301 MBA 文 書 0603 号 MBA Document 0603 The English translation Of MBA Standard 0301 MISAUTH Protocol Specification The authoritive specification is Japansese one, MBA Standard 0203 (June 2004). The Protocol

More information

Hosted Email Security 2.0 Quick Start Guide

Hosted Email Security 2.0 Quick Start Guide Hosted Email Security 2.0 Quick Start Guide 1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your system. CAUTION: A CAUTION indicates potential

More information

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc.

Installation Guide ARGUS Symphony 1.6 and Business App Toolkit. 6/13/2014 2014 ARGUS Software, Inc. ARGUS Symphony 1.6 and Business App Toolkit 6/13/2014 2014 ARGUS Software, Inc. Installation Guide for ARGUS Symphony 1.600.0 6/13/2014 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite

More information