Web Messaging Configuration Guide Document Version: 1.3 May 2018

Size: px
Start display at page:

Download "Web Messaging Configuration Guide Document Version: 1.3 May 2018"

Transcription

1 Web Messaging Configuration Guide Document Version: 1.3 May 2018

2 Contents Introduction... 4 Web Messaging Benefits... 4 Deployment Steps Tag your brand site Request feature enablement Define token idle time for unauthenticated messaging Develop Brand-Hosted Authentication Flow Configure Authentication Flow Configure the CustomerID Engagement Attribute Determine the best type of engagement format to deploy Create a campaign with a messaging engagement Test the Web messaging implementation Train the agents and Managers Add the agents to the new skills Go Live!... 9 Engagement window behavior Size Actions Desktop Mobile / tablet Placement Counter badge and sound Surveys History Considerations and Tips Separate browser window flow Authentication in an Embedded Window vs. Separate Browser Window Embedded Window Separate Browser Window Configuring Authentication in a Separate Browser Window How does separate browser window login work? Additional information Error Response QueryParams Error Definitions

3 Web Design Definitions Single Page Application (SPA) Viewport Mobile Site Responsive web design (RWD)

4 Introduction Web Messaging opens up a new level of connection between a brand and its website s visitors. Web visitors can now experience continuous, ongoing conversations with a brand, and when logged in, the conversation can continue across devices, as well as synced authenticated interactions conducted on the website and interactions conducted in the brand s app. Web messaging offers the following features: Messaging window Message delivery status - sent, pending, read Accessible conversation history for both agents and visitors Option to allow consumers to mark conversations as urgent Time to Respond notifications and other automatic messages Line split between conversations For Agents New tabs in the Agent Workspace for messaging (App Connections) CSAT (Customer Satisfaction) scores based on post conversation surveys Ability to mark conversation as resolved Adjust SLA per message Resume conversation after it has been resolved For Admins Engagements for messaging Engagement Window is newly configured to accommodate messaging KPI bar & dashboard When consumers are authenticated, their information and conversations are available across channels: all messages are updated both on the website and in the app as they happen, so consumers can pick them up anytime, from anywhere, at their own convenience. When consumers are not authenticated, their conversation can continue on the same device. Web Messaging Benefits Web messaging offers the following benefits: Web messaging provides an additional channel for consumers to connect with brands in an ongoing, continuous conversation. Consumers can reach out to brands at any time, even during off hours, and receive responses when agents are available again. 4

5 No app download is necessary, as messaging is already integrated - visitors can start messaging immediately. Messaging conversations continue seamlessly - regardless of where consumers left off, and whether they are authenticated, they continue across devices too. Web messaging is an incentive to draw more consumers to the brand s app - it takes the urgency out of chat with the efficiency of push and availability notifications to let visitors know when the agent has responded to their query. Conversation history is always available to both the agent and the visitor, should they want to refer to past interactions for any reason. Deployment Steps In order to start using Web Messaging in LiveEngage, follow the configuration steps below: 1. Tag your brand site 2. Request feature enablement 3. Define token idle time for unauthenticated messaging 4. Develop brand-hosted authentication flow 5. Configure Authentication Flow 6. Configure the CustomerID Engagement Attribute 7. Determine the best type of engagement format to deploy 8. Create a campaign with a messaging engagement 9. Test the web messaging implementation 10. Train the agents and managers 11. Add the agents to the new skills 12. Go Live! 1. Tag your brand site Ensure that all pages of the web experience are tagged with the LiveEngage Tag. For further information, refer to the LiveEngage Tag documentation. Important: Ensure that the appropriate viewport meta tag is included. Our recommended viewport meta tag is as follows: <meta name="viewport" content="width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/> For the window to be embedded on mobile web, this is the minimal content required: <meta name="viewport" content="width=device-width> If you are using SPA (single page application), you must call the newpage function on the page when you would like to simulate a new page. 5

6 2. Request feature enablement Contact your LivePerson account team to enable the feature. 3. Define token idle time for unauthenticated messaging When a consumer starts an unauthenticated web messaging conversation, a random token is generated, representing the identity of the consumer. As long as this token is valid, the thread of conversations can continue. While the engagement window is open, the token is automatically refreshed. Once the engagement window is closed, either by ending the conversation or by closing the tab of the website (or the entire browser), the conversation becomes idle. You can configure the maximum time a conversation can stay idle, during which period of time the consumer can return to the thread and see the previous conversations. Once the defined idle time has passed, and the token expires, when the same consumer starts a conversation, a new token will be generated and a new conversation thread will start. The previous thread cannot be accessed from the consumer side. The default idle time is 30 days. To configure the idle time, please contact your LivePerson account team. *Note: Steps 4 to 6 are required ONLY for authenticated web messaging. 4. Develop Brand-Hosted Authentication Flow The authentication flow is the process by which the user is authenticated against your backend in order to start a continuous conversation. Authentication allows LiveEngage to retrieve additional background visitor information such as active conversations, history with your brand, unread messages, etc. Authentication integration has several flows: Issuing visitor token - For this process, your website needs to connect to the Authentication backend and request a valid token. Token validation - The validation of the token against your authentication service. Token expiration and renewal. Additional documentation about authenticated interactions with OAuth 2.0 is available here. 6

7 5. Configure Authentication Flow The following parameters are defined in your LiveEngage account: Implicit or Code Flow (additional information can be found in the How It Works section in the Authenticated Interactions document) OAuth 2.0 Authentication Endpoint (when a separate browser window is used) OAuth 2.0 Token Endpoint (when Code Flow is used) OAuth 2.0 JWT Public Key OAuth 2.0 Client ID OAuth 2.0 Client Secret (when Code Flow is used) JS method name and context (when LiveEngage embedded window is used in Web) In order to define the OAuth 2.0 authentication on your account, complete the following steps: 1. In LiveEngage, select Campaigns. 2. In the footnote, select Data sources. 3. In the Connectors area, next to the authentication server, click Configure. The Authentication Server page is displayed. 4. From the dropdown menu, select your preferred authentication method, and complete the required fields. 7

8 Additional information regarding authentication configuration on LiveEngage is available here. 6. Configure the CustomerID Engagement Attribute In order to enable targeting for messaging engagements, configure the CustomerId Engagement Attribute. This is in order to identify the visitor utilizing LivePerson s backend authentication services. The CustomerId variable is part of CustomerInfo Engagement Attribute set. It is not used for visitor authentication, but as a trigger to LivePerson monitoring services to start targeting and sending relevant engagements and/or notifications to the visitor. By attributing the conversation to the CustomerID, new incoming messages will be delivered and displayed as a window in a minimized state, with new message notifications. On receiving a notification on an ongoing conversation, or once the visitor has clicked a messaging engagement, the authentication process will start according to the authentication flow defined during configuration. Engagement Attributes can be defined in two ways: From your LiveEngage account Through JavaScript code, directly on your brand website Code example: lptag.sdes.push({"type":"ctmrinfo","info":{customerid:<value>}}); For more information regarding Engagement Attributes, refer to the Engagement Attributes documentation on the Developer Community. 8

9 7. Determine the best type of engagement format to deploy LiveEngage offers a large variety of engagement types and formats. To determine which type of web engagement is appropriate, please refer to the How to choose the right type of engagement article in the Connection Area. 8. Create a campaign with a messaging engagement Best practices: We recommend that brands build separate messaging specific campaigns to make reporting and data analysis of visitor traffic and outcomes easier. We recommend that brands use separate skills for async messaging vs chats. This will allow operational and survey reporting specifically for web messaging engagements (separate from chat engagements). For detailed guidance on setting up web messaging campaigns and creating engagements, please refer to the Web Messaging Engagement Guide. 9. Test the Web messaging implementation Perform tests to ensure the implementation is working as expected. 10. Train the agents and Managers Managing messaging conversations takes a different mindset than chat or voice conversations. Training to prepare the agents for messaging is a critical aspect of the project. Focus should include a demo, how to manage a messaging conversation and internal brand policies and procedures. Agents mishandling of messaging conversations results in a poor consumer experience. 11. Add the agents to the new skills User setup for messaging is just as easy as for chat. Differences include: Account wide default max number of messaging conversations per agent Agent level Max no. messaging conversations Incorrect creation of the account users can result in inefficiencies and/or overworked agents. Default account messaging setting should be zero, if the account includes both chat and messaging programs. 12. Go Live! 9

10 Engagement window behavior Size Can be 280x426 pixels (External window) or 280x400 pixels (Embedded window). Actions Actions can be chosen from the Engagement Window Studio and differ from desktop to mobile / tablet. Desktop End conversation Print transcript Mute / unmute sound Mark as urgent - requests urgent TTR from the agent Clear history - [only for unauthenticated], to remove the history from the device, and end the thread. The next conversation will be considered as a new visitor Mobile / tablet End conversation Mark as urgent Clear history - [only for unauthenticated], to remove the history from the device, and end the thread. The next conversation will be considered as a new visitor Placement The default state of the desktop engagement window is minimized in the bottom right corner. Consumers can move the window by dragging the top-bar right or left. Counter badge and sound Upon receiving a new message, if the engagement window is in the minimized state, a counter badge will be shown with the number of new messages. In addition, for every new message a short sound is played (as on chat). When maximizing the chat, the unread messages counter badge disappears and the window is scrolled to the bottom to show the new messages. Surveys Currently web messaging surveys includes a single CSAT question (if chosen in the engagement window studio). For full information on surveys best practices, see the What are LiveEngage Surveys? article in the Connection Area. History By nature, messaging conversations last longer than chats. To create a seamless experience we show the entire conversation stream on a single thread. To read past conversations, the 10

11 consumer can scroll up and the engagement window will reveal new conversations one by one. In addition, this feature improves the window performance and will load quicker. For unauthenticated web messaging, the brand can configure whether the consumer can view past conversations. Not showing past conversations will give the user a chat-like experience, where each conversation stands on its own. Setting the history behavior is carried out via the Campaigns footnote: Considerations and Tips Separate browser window flow Web messaging behaves similarly to mobile app messaging, except for the fact that it runs on a browser. Web messaging can be displayed in an embedded window or opened in a separate browser window to interact with the visitor. When the LiveEngage embedded window is set to separate browser mode, the authentication must take place using a page redirect flow. Authentication in an Embedded Window vs. Separate Browser Window Embedded Window When in embedded mode, the window is hosted on the brand's website. JavaScript API code is used to get the authorization code that identifies the visitor and continues its messaging engagement without any interruption or required action from the visitor's side. Separate Browser Window Separate browser window mode is configured in LiveEngage Engagement studio. When the engagement appears in a separate browser window, authentication cannot be performed "behind the scenes". Action is required from the visitor for the following two reasons: As the engagement window opens immediately after it is clicked, there is not enough time to access an asynchronous JavaScript API simultaneously. The separate browser window is hosted by LivePerson (not the brand s website), therefore it does not have access to JavaScript code. Configuring Authentication in a Separate Browser Window To configure authentication in a separate browser window, proceed as follows: 1. Upon clicking on an engagement that is configured to open in a separate browser window, the window will remain open as it redirects the visitor to the brand s configured login page (Authentication Endpoint). 11

12 2. Once the visitor is logged in and successfully authenticated, they are redirected to the conversation window with the provided authentication code. 3. Once authentication expires, a message that prompts the visitor to log in appears, redirecting the visitor back to the login page. 12

13 How does separate browser window login work? On the brand's website URL, there is a "redirect_uri" parameter which contains the Authentication End Point of the website. If the redirect_uri parameter was provided, execution of the visitor's authentication process starts by redirecting the visitor to login page (in an external window). Once the login page receives authentication, the authentication code is integrated and the page is redirected back to the separate browser window (the URL exists in the URL "redirect_uri" parameter). Code sample: var urlparams = geturlparams(window.location.search); window.location.href = urlparams.redirect_uri + "&" + urlparams.response_type + "=" + authcode; Additional information The login page is configurable with the following URL Parameters: response_type - code/token. (The login page redirects with the response_type parameter) client_id - As defined in LE redirect_uri - The URL for redirect. You will need to register the redirect URL as a valid URL. Example: %3A%2F%2Fliveperson%2Enet&nonce=[visitorId] Once authenticated, the brand uses the application/x-www-form-urlencoded format. Example of code flow response: HTTP/ Found Location: code=qcb0orv1zh30vl1mprsbm-dihimwclyzvn1arpzv-jxf_11jnpex3tgfvk 13

14 Example of implicit flow response: HTTP/ Found Location: id_token=eyjrawqioiixztlnzgs3iiwiywxnijoiulmyntyifq.ewogimlz cyi6icjodhrwoi8vc2vydmvylmv4yw1wbguuy29tiiwkicjzdwiioiaimjq4... 4XB1CKKumZvCedgHHF3IAK4dVEDSUoGlH9z4pP_eWYNXvqQOjGs-rDaQzUHl 6cQQWNiDpWOl_lxXjQEvQ Important: Clients should ignore unrecognized response parameters. Error Response QueryParams Required: Parameter Description Type / Value error Error code Invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope Optional: Parameter Description Type / Value error _description Description of the error text error_uri Error URL with additional info URL Error Definitions Error invalid_request invalid_client Description The request is missing a required parameter, includes an unsupported parameter value (other than grant type), repeats a parameter, includes multiple credentials, utilizes more than one mechanism for authenticating the client, or is otherwise malformed. Client authentication failed (e.g., unknown client, no client authentication included, or unsupported authentication method). The authorization server MAY return an HTTP 401 (Unauthorized) status code to indicate which HTTP authentication schemes are supported. If the client attempted to authenticate via the "Authorization" request header field, the authorization server MUST respond with an HTTP 401 (Unauthorized) status code and include the "WWW- 14

15 invalid_grant unauthorized_client unsupported_grant_type invalid_scope Authenticate" response header field matching the authentication scheme used by the client. The provided authorization grant (e.g., authorization code, resource owner credentials) or refresh token is invalid, expired, revoked, does not match the redirection URI used in the authorization request, or was issued to another client. The authenticated client is not authorized to use this authorization grant type. The authorization grant type is not supported by the authorization server. The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner. Important: Be sure to check out the Product Breakpoints. Web Design Definitions Single Page Application (SPA) A web application or web site that fits on a single web page with the goal of providing a user experience similar to that of a desktop application. In an SPA, either all necessary code HTML, JavaScript, and CSS is retrieved with a single page load, or the appropriate resources are dynamically loaded and added to the page as necessary, usually in response to user actions. The page does not reload at any point in the process, nor does control transfer to another page. The client needs to add additional code on the page and a LE 2 taglet needs to be leveraged to support SPA, allowing LP to know that the consumer changed their view/ page. Viewport The viewport is the user's visible area of a web page. The viewport varies with the device, and will be smaller on a mobile phone than on a computer screen. Before tablets and mobile phones, web pages were designed only for computer screens, and it was common for web pages to have a static design and a fixed size. Then, when we started surfing the internet using tablets and mobile phones, fixed size web pages were too large to fit the viewport. To fix this, browsers on those devices scaled down the entire web page to fit the screen. This did not offer a great experience to end users. HTML5 introduced a method to let web designers take control over the viewport, through the <meta> tag. The viewport also allows brands to block/allow pinch-and-zoom 15

16 Mobile Site Mobile Site (also known as m. Site, m-dot site or m(dot) site) This is a separate entity from the brand's full site ( desktop site and main site ). It is ripped-down version of the full site, with simpler navigation, less content per page, and/or fewer pages. As it is a separate site, the LE Tag also needs to be implemented on all m. pages. Here is a comparison of the different approaches. Responsive web design (RWD) Responsive web design (RWD) is an approach to web design aimed at allowing desktop webpages to be viewed in response to the size of the device one is viewing with. In simple terms, RWD is an approach to web design in which web developers create one code set that is fluid/flexible and changes depending whether the visitor is on a desktop, tablet or phone. Because RWD leverages the same code set there is a good chance that when the LE Tag is added to the desktop view it is also added to the tablet or mobile view. This document, materials or presentation, whether offered online or presented in hard copy ("LivePerson Informational Tools") is for informational purposes only. LIVEPERSON, INC. PROVIDES THESE LIVEPERSON INFORMATIONAL TOOLS "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. The LivePerson Informational Tools contain LivePerson proprietary and confidential materials. No part of the LivePerson Informational Tools may be modified, altered, reproduced, stored in or introduced into a retrieval system, or transmitted in any form or by any means (electronic, mechanical, photocopying, recording, or otherwise), without the prior written permission of LivePerson, Inc., except as otherwise permitted by law. Prior to publication, reasonable effort was made to validate this information. The LivePerson Information Tools may include technical inaccuracies or typographical errors. Actual savings or results achieved may be different from those outlined in the LivePerson Informational Tools. The recipient shall not alter or remove any part of this statement. Trademarks or service marks of LivePerson may not be used in any manner without LivePerson's express written consent. All other company and product names mentioned are used only for identification purposes and may be trademarks or registered trademarks of their respective companies. LivePerson shall not be liable for any direct, indirect, incidental, special, consequential or exemplary damages, including but not limited to, damages for loss of profits, goodwill, use, data or other intangible losses resulting from the use or the inability to use the LivePerson Information Tools, including any information contained herein LivePerson, Inc. All rights reserved. 16

Profiles (permissions) Document Version: V1.6 March 2018

Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Document Version: V1.6 March 2018 Profiles (permissions) Create profiles with different permission sets for greater role flexibility At LiveEngage we recognize that every brand is

More information

LiveEngage Messaging Platform: Security Overview Document Version: 2.0 July 2017

LiveEngage Messaging Platform: Security Overview Document Version: 2.0 July 2017 LiveEngage Messaging Platform: Security Overview Document Version: 2.0 July 2017 Contents Introduction... 3 Supported Platforms... 3 Protecting Data in Transit... 3 Protecting Data at Rest... 3 Encryption...

More information

LiveEngage Secure Form. Document Version: 1.2 June 2018

LiveEngage Secure Form. Document Version: 1.2 June 2018 Document Version: 1.2 June 2018 Contents Introduction... 3 Secure Form Benefits... 3 European Security Standards... 3 When to Use the LiveEngage Secure Form...4 PCI-DSS Compliance... 4 How it Works...

More information

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.0 February Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.0 February 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.0 Introduction The LiveEngage platform aims to provide

More information

Enhancing the LiveEngage SMS Experience with Twilio Functions Document Version: 3.0 October 2017

Enhancing the LiveEngage SMS Experience with Twilio Functions Document Version: 3.0 October 2017 Enhancing the LiveEngage SMS Experience with Twilio Functions Document Version: 3.0 October 2017 Contents Introduction... 3 Gateway level enhancements... 3 Off-hours messages... 3 TCPA or SLA message on

More information

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2.

LiveEngage System Requirements and Language Support Document Version: 5.6 May Relevant for LiveEngage Enterprise In-App Messenger SDK v2. LiveEngage System Requirements and Language Support Document Version: 5.6 May 2017 Relevant for LiveEngage Enterprise In-App Messenger SDK v2.3 Introduction The LiveEngage platform aims to provide the

More information

Using OAuth 2.0 to Access ionbiz APIs

Using OAuth 2.0 to Access ionbiz APIs Using OAuth 2.0 to Access ionbiz APIs ionbiz APIs use the OAuth 2.0 protocol for authentication and authorization. ionbiz supports common OAuth 2.0 scenarios such as those for web server, installed, and

More information

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018

LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 LiveEngage System Requirements and Language Support Document Version: 6.4 March 2018 Introduction The LiveEngage platform aims to provide the best engagement experiences for consumers and brands. To do

More information

Inland Revenue. Build Pack. Identity and Access Services. Date: 04/09/2017 Version: 1.5 IN CONFIDENCE

Inland Revenue. Build Pack. Identity and Access Services. Date: 04/09/2017 Version: 1.5 IN CONFIDENCE Inland Revenue Build Pack Identity and Access Services Date: 04/09/2017 Version: 1.5 IN CONFIDENCE About this Document This document is intended to provide Service Providers with the technical detail required

More information

E POSTBUSINESS API Login-API Reference. Version 1.1

E POSTBUSINESS API Login-API Reference. Version 1.1 E POSTBUSINESS API Login-API Reference Imprint Software and documentation are protected by copyright and may not be copied, reproduced, stored, translated, or otherwise reproduced without the written approval

More information

ovirt SSO Specification

ovirt SSO Specification ovirt SSO Specification Behavior Changes End user visible changes The password delegation checkbox at user portal login is now a profile setting. Sysadmin visible changes Apache negotiation URL change

More information

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide

BlackBerry AtHoc Networked Crisis Communication. BlackBerry AtHoc API Quick Start Guide BlackBerry AtHoc Networked Crisis Communication BlackBerry AtHoc API Quick Start Guide Release 7.6, September 2018 Copyright 2018 BlackBerry Limited. All Rights Reserved. This document may not be copied,

More information

Business Chat Onboarding Your Business Chat Accounts. September

Business Chat Onboarding Your Business Chat Accounts. September Onboarding Your Accounts September 2018.1 Contents Overview 3 Create a Brand Profile... 4 Configure the Messages Header... 4 Create a Account... 4 Connecting to Your Customer Service Platform... 5 Connect

More information

The OAuth 2.0 Authorization Protocol

The OAuth 2.0 Authorization Protocol The OAuth 2.0 Authorization Protocol Abstract The OAuth 2.0 authorization protocol enables a third-party application to obtain limited access to an HTTP service, either on behalf of a resource owner by

More information

One Identity Starling Two-Factor Authentication. Administration Guide

One Identity Starling Two-Factor Authentication. Administration Guide One Identity Starling Two-Factor Authentication Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

LPAC Agent CONSOLE Agent Guide. Version 2.0

LPAC Agent CONSOLE Agent Guide. Version 2.0 LPAC Agent CONSOLE Agent Guide Version 2.0 Table of Contents Contents LOGGING IN... 3 SETTINGS... 4 General tab... 4 Chat tab... 5 Sounds tab... 6 Language tab... 7 AGENT CONSOLE OVERVIEW... 8 Visitor

More information

Tutorial: Building the Services Ecosystem

Tutorial: Building the Services Ecosystem Tutorial: Building the Services Ecosystem GlobusWorld 2018 Steve Tuecke tuecke@globus.org What is a services ecosystem? Anybody can build services with secure REST APIs App Globus Transfer Your Service

More information

Updated: July LiveEngage secure form for messaging. Contents. Introduction. Secure form benefits. European Security Standards

Updated: July LiveEngage secure form for messaging. Contents. Introduction. Secure form benefits. European Security Standards LiveEngage secure form for messaging Contents Introduction Secure form benefits European Security Standards When to use the LiveEngage secure form PCI-DSS compliance How it works Fully accessible visitor

More information

Oracle Utilities Opower Embeddable Widgets

Oracle Utilities Opower Embeddable Widgets Oracle Utilities Opower Embeddable Widgets Client Integration Guide E84761-01 Last Updated: August 23, 2018 Oracle Utilities Opower Embeddable Widgets Client Integration Guide E84761-01 Copyright 2017,

More information

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud

Cloud Access Manager How to Deploy Cloud Access Manager in a Virtual Private Cloud Cloud Access Manager 8.1.3 How to Deploy Cloud Access Manager in Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

Box Connector. Version 2.0. User Guide

Box Connector. Version 2.0. User Guide Box Connector Version 2.0 User Guide 2016 Ping Identity Corporation. All rights reserved. PingFederate Box Connector User Guide Version 2.0 March, 2016 Ping Identity Corporation 1001 17th Street, Suite

More information

USER GUIDE Summer 2015

USER GUIDE Summer 2015 USER GUIDE Summer 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

The LiveEngage Tag Document Version: 2.2 January 2016

The LiveEngage Tag Document Version: 2.2 January 2016 The LiveEngage Tag Document Version: 2.2 January 2016 Introduction The LiveEngage Tag consists of a small, lightweight piece of code that enables you to embed innovative LivePerson products and applications.

More information

5 OAuth Essentials for API Access Control

5 OAuth Essentials for API Access Control 5 OAuth Essentials for API Access Control Introduction: How a Web Standard Enters the Enterprise OAuth s Roots in the Social Web OAuth puts the user in control of delegating access to an API. This allows

More information

AEM Mobile: Setting up Google as an Identity Provider

AEM Mobile: Setting up Google as an Identity Provider AEM Mobile: Setting up Google as an Identity Provider Requirement: Prerequisite knowledge Understanding of AEM Mobile Required Products AEM Mobile Google Account Generating the client ID and secret To

More information

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide

One Identity Starling Two-Factor Desktop Login 1.0. Administration Guide One Identity Starling Two-Factor Desktop Login 1.0 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility

PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility PowerExchange for Facebook: How to Configure Open Authentication using the OAuth Utility 2013 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means

More information

BLOOMBERG VAULT FOR FILES. Administrator s Guide

BLOOMBERG VAULT FOR FILES. Administrator s Guide BLOOMBERG VAULT FOR FILES Administrator s Guide INTRODUCTION 01 Introduction 02 Package Installation 02 Pre-Installation Requirement 02 Installation Steps 06 Initial (One-Time) Configuration 06 Bloomberg

More information

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook

BLACKBERRY SPARK COMMUNICATIONS PLATFORM. Getting Started Workbook 1 BLACKBERRY SPARK COMMUNICATIONS PLATFORM Getting Started Workbook 2 2018 BlackBerry. All rights reserved. BlackBerry and related trademarks, names and logos are the property of BlackBerry

More information

Partner Center: Secure application model

Partner Center: Secure application model Partner Center: Secure application model The information provided in this document is provided "as is" without warranty of any kind. Microsoft disclaims all warranties, either express or implied, including

More information

The OAuth 2.0 Authorization Framework draft-ietf-oauth-v2-30

The OAuth 2.0 Authorization Framework draft-ietf-oauth-v2-30 OAuth Working Group D. Hardt, Ed. Internet-Draft Microsoft Obsoletes: 5849 (if approved) D. Recordon Intended status: Standards Track Facebook Expires: January 16, 2013 July 15, 2012 The OAuth 2.0 Authorization

More information

One Identity Password Manager User Guide

One Identity Password Manager User Guide One Identity Password Manager 5.8.2 User Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

One Identity Starling Two-Factor Authentication. Administrator Guide

One Identity Starling Two-Factor Authentication. Administrator Guide One Identity Authentication Administrator Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this

More information

Scribe Monitor App. Version 1.0

Scribe Monitor App. Version 1.0 Scribe Monitor App Version 1.0 Important Notice No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, photocopying, recording, or otherwise,

More information

KACE GO Mobile App 5.0. Getting Started Guide

KACE GO Mobile App 5.0. Getting Started Guide KACE GO Mobile App 5.0 Getting Started Guide Table of Contents Using the KACE GO Mobile App...3 Getting Started...3 What features are included in this version of the KACE GO Mobile App?...3 How do I access

More information

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3

BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 BlackBerry Demonstration Portlets for IBM WebSphere Everyplace Access 4.3 Research In Motion 2003 Research In Motion Limited. All Rights Reserved. Contents Overview... 3 Installing the demo... 3 Configure

More information

Login with Amazon. SDK for JavaScript v1.0 Reference

Login with Amazon. SDK for JavaScript v1.0 Reference Login with Amazon SDK for JavaScript v1.0 Reference Login with Amazon: SDK for JavaScript Reference Copyright 2016 Amazon Services, LLC or its affiliates. All rights reserved. Amazon and the Amazon logo

More information

If you re a Facebook marketer, you re likely always looking for ways to

If you re a Facebook marketer, you re likely always looking for ways to Chapter 1: Custom Apps for Fan Page Timelines In This Chapter Using apps for Facebook marketing Extending the Facebook experience Discovering iframes, Application Pages, and Canvas Pages Finding out what

More information

INSTALLATION GUIDE Spring 2017

INSTALLATION GUIDE Spring 2017 INSTALLATION GUIDE Spring 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

Interactive Notifications

Interactive Notifications Interactive Notifications Getting Started Release 2013.4 Using Care360 Interactive Notifications In This Document: About Care360 Interactive Notifications......................................................................

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Enabling Email Integration 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Cloud Access Manager SonicWALL Integration Overview

Cloud Access Manager SonicWALL Integration Overview Cloud Access Manager 8.1.3 SonicWALL Integration Overview Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described

More information

FieldView. Management Suite

FieldView. Management Suite FieldView The FieldView Management Suite (FMS) system allows administrators to view the status of remote FieldView System endpoints, create and apply system configurations, and manage and apply remote

More information

October J. Polycom Cloud Services Portal

October J. Polycom Cloud Services Portal October 2018 3725-42461-001J Polycom Cloud Services Portal Copyright 2018, Polycom, Inc. All rights reserved. No part of this document may be reproduced, translated into another language or format, or

More information

USER GUIDE Spring 2016

USER GUIDE Spring 2016 USER GUIDE Spring 2016 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may be used

More information

API Common Exceptions and Tips for Handling

API Common Exceptions and Tips for Handling API Common Exceptions and Tips for Handling FOR ADP AUTHORIZED USERS ONLY All Rights Reserved. These materials may not be reproduced in any format without the express written permission of ADP, LLC. ADP

More information

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4

USER MANUAL TABLE OF CONTENTS. Easy Site Maintenance. Version: 1.0.4 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Easy Site Maintenance... 1 Installation... 2 Installation Steps... 2 Installation (Custom Theme)... 3 Configuration... 4 Contact Us... 8 Easy

More information

INTEGRATION GUIDE. A Guide to Talkdesk for Zendesk. Configuration, automations, benefits and more!

INTEGRATION GUIDE. A Guide to Talkdesk for Zendesk. Configuration, automations, benefits and more! INTEGRATION GUIDE A Guide to Talkdesk Configuration, automations, benefits and more! Index 1. Introduction p02 2. Activating Talkdesk for Zendesk Step 1: Get your Zendesk Credentials p04 Step 2: Activate

More information

VERINT EFM 8.0 Release Overview

VERINT EFM 8.0 Release Overview VERINT EFM 8.0 Release Overview In January of 2015 Verint will release version 8.0 of the Enterprise Feedback Management (EFM) solution. Verint hosted SaaS customers will receive this update as part of

More information

API Gateway. Version 7.5.1

API Gateway. Version 7.5.1 O A U T H U S E R G U I D E API Gateway Version 7.5.1 15 September 2017 Copyright 2017 Axway All rights reserved. This documentation describes the following Axway software: Axway API Gateway 7.5.1 No part

More information

HP Project and Portfolio Management Center

HP Project and Portfolio Management Center HP Project and Portfolio Management Center Software Version: 9.30 HP Demand Management User s Guide Document Release Date: September 2014 Software Release Date: September 2014 Legal Notices Warranty The

More information

SafeNet MobilePASS+ for Android. User Guide

SafeNet MobilePASS+ for Android. User Guide SafeNet MobilePASS+ for Android User Guide All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or its subsidiaries who shall have and keep the

More information

Admin Center. Getting Started Guide

Admin Center. Getting Started Guide Admin Center Getting Started Guide Useful Links Create an Account Help Center Admin Center Agent Workspace Supervisor Dashboard Reporting Customer Support Chat with us Tweet us: @Bold360 Submit a ticket

More information

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0

USER MANUAL. SalesPort Salesforce Customer Portal for WordPress (Lightning Mode) TABLE OF CONTENTS. Version: 3.1.0 USER MANUAL TABLE OF CONTENTS Introduction...1 Benefits of Customer Portal...1 Prerequisites...1 Installation...2 Salesforce App Installation... 2 Salesforce Lightning... 2 WordPress Manual Plug-in installation...

More information

Engagement Attributes Overview Document Version: 1.6 July 2017

Engagement Attributes Overview Document Version: 1.6 July 2017 Engagement Attributes Overview Document Version: 1.6 July 2017 Contents Introduction... 3 Important notes... 3 Uses of Engagement Attributes in LiveEngage... 3 Types of Engagement Attributes... 4 ecommerce

More information

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol

[MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol [MS-ADFSOAL]: Active Directory Federation Services OAuth Authorization Code Lookup Protocol Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft

More information

Android Rep Console

Android Rep Console Android Rep Console 2.2.10 2003-2018 BeyondTrust, Inc. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust, Inc. Other trademarks are the property of their respective owners.

More information

ReadyTalk for HubSpot User Guide

ReadyTalk for HubSpot User Guide ReadyTalk for HubSpot User Guide Revised March 2016 2 Contents Overview... 3 Configuring ReadyTalk & HubSpot... 4 Configure Sync for Additional Webinar Data... 6 How to Setup the Sync for Additional Webinar

More information

Coveo Platform 7.0. Yammer Connector Guide

Coveo Platform 7.0. Yammer Connector Guide Coveo Platform 7.0 Yammer Connector Guide Notice The content in this document represents the current view of Coveo as of the date of publication. Because Coveo continually responds to changing market conditions,

More information

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide

One Identity Starling Two-Factor AD FS Adapter 6.0. Administrator Guide One Identity Adapter 6.0 Administrator Guide Copyright 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide

One Identity Starling Two-Factor HTTP Module 2.1. Administration Guide One Identity Starling Two-Factor HTTP Module 2.1 Administration Guide Copyright 2018 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software

More information

The production version of your service API must be served over HTTPS.

The production version of your service API must be served over HTTPS. This document specifies how to implement an API for your service according to the IFTTT Service Protocol. It is recommended that you treat this document as a reference and follow the workflow outlined

More information

Quick Start Guide. For more information, please visit us at

Quick Start Guide. For more information, please visit us at TM Quick Start Guide For more information, please visit us at www.websitealive.com Quick Start Guide With this Quick Start Guide, you ll be up and running in no time! If you need further assistance, help

More information

CHIME 2.6 QUICK GUIDE TO SETUP A HELPDESK QUEUE

CHIME 2.6 QUICK GUIDE TO SETUP A HELPDESK QUEUE CHIME 2.6 QUICK GUIDE TO SETUP A HELPDESK QUEUE May 2017 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software

More information

Privileged Access Management Android Access Console 2.2.2

Privileged Access Management Android Access Console 2.2.2 Privileged Access Management Android Access Console 2.2.2 2015 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown

More information

SafeNet Authentication Service

SafeNet Authentication Service SafeNet Authentication Service Integration Guide Using SafeNet Authentication Service as an Identity Provider for SonicWALL Secure Remote Access All information herein is either public information or is

More information

Metalogix Essentials for Office Creating a Backup

Metalogix Essentials for Office Creating a Backup Metalogix Essentials for Office 365 2.1 2018 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

Snap-Ins Chat. Salesforce, Summer

Snap-Ins Chat. Salesforce, Summer Snap-Ins Chat Salesforce, Summer 17 @salesforcedocs Last updated: August 17, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc.,

More information

Snap-Ins Chat. Salesforce, Winter

Snap-Ins Chat. Salesforce, Winter Salesforce, Winter 18 @salesforcedocs Last updated: December 1, 2017 Copyright 2000 2017 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark of salesforce.com, inc., as are other

More information

Mozy. Administrator Guide

Mozy. Administrator Guide Mozy Administrator Guide Preface 2017 Mozy, Inc. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished under a license

More information

CA Cloud Service Delivery Platform

CA Cloud Service Delivery Platform CA Cloud Service Delivery Platform Demand Manager Release 1.1 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Infoblox Authenticated DHCP

Infoblox Authenticated DHCP Infoblox Authenticated DHCP Unified Visitor Management amigopod Technical Note Revision 1.1 5 July 2010 United States of America +1 (888) 590-0882 Europe, Middle East & Asia +34 91 766 57 22 Australia

More information

Aruba Central Application Programming Interface

Aruba Central Application Programming Interface Aruba Central Application Programming Interface User Guide Copyright Information Copyright 2016 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the

More information

Learning Secomea Remote Access (Using SiteManager Embedded for Windows)

Learning Secomea Remote Access (Using SiteManager Embedded for Windows) Secomea GateManager BASIC Guide Learning Secomea Remote Access (Using SiteManager Embedded for Windows) This guide is intended for first time users of the Secomea remote access solution, who need a practical

More information

2017 WorkPlace Mobile Application

2017 WorkPlace Mobile Application 2017 WorkPlace Mobile Application User Guide Paramount WorkPlace 2017 and Greater Table of Contents OVERVIEW... 3 GETTING STARTED... 3 Communication Architecture... 3 Mobile Device Requirements... 4 Establish

More information

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document

TECHNICAL PAPER. HomeMeeting Messenger User Guide. January, A HomeMeeting Inc. Official Document TECHNICAL PAPER HomeMeeting Messenger User Guide January, 2006 A HomeMeeting Inc. Official Document Disclaimer; No Warranty THIS INFORMATION AND ALL OTHER DOCUMENTATION (IN PRINTED OR ELECTRONIC FORM)

More information

DreamFactory Security Guide

DreamFactory Security Guide DreamFactory Security Guide This white paper is designed to provide security information about DreamFactory. The sections below discuss the inherently secure characteristics of the platform and the explicit

More information

Integrating with ClearPass HTTP APIs

Integrating with ClearPass HTTP APIs Integrating with ClearPass HTTP APIs HTTP based APIs The world of APIs is full concepts that are not immediately obvious to those of us without software development backgrounds and terms like REST, RPC,

More information

Single Sign-On for PCF. User's Guide

Single Sign-On for PCF. User's Guide Single Sign-On for PCF Version 1.2 User's Guide 2018 Pivotal Software, Inc. Table of Contents Table of Contents Single Sign-On Overview Installation Getting Started with Single Sign-On Manage Service Plans

More information

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide

The Privileged Appliance and Modules (TPAM) 1.0. Diagnostics and Troubleshooting Guide The Privileged Appliance and Modules (TPAM) 1.0 Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Usage of "OAuth2" policy action in CentraSite and Mediator

Usage of OAuth2 policy action in CentraSite and Mediator Usage of "OAuth2" policy action in CentraSite and Mediator Introduction Prerequisite Configurations Mediator Configurations watt.server.auth.skipformediator The pg.oauth2 Parameters Asset Creation and

More information

Rapid Recovery License Portal Version User Guide

Rapid Recovery License Portal Version User Guide Rapid Recovery License Portal Version 6.1.0 User Guide 2017 Quest Software Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide

More information

Dropbox Connector. Version 2.0. User Guide

Dropbox Connector. Version 2.0. User Guide Dropbox Connector Version 2.0 User Guide 2016 Ping Identity Corporation. All rights reserved. PingFederate Dropbox Connector User Guide Version 2.0 February, 2016 Ping Identity Corporation 1001 17th Street,

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Mobile Android Guide for Users

Mobile Android Guide for Users Mobile Android Guide for Users Version 19.01 SP-WX-MBLAND-UG-201706--R019.01 Sage 2017. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Sony Xperia Configurator Cloud User Instructions

Sony Xperia Configurator Cloud User Instructions Sony Xperia Configurator Cloud User Instructions This document is published by: Sony Mobile Communications Inc., 1-8-15 Konan, Minato-ku, Tokyo 108-0075, Japan www.sonymobile.com Sony Mobile Communications

More information

Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide

Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide Secomea LinkManager Mobile and Pro-face Remote HMI Setup Guide This guide explains the configuration of the environment for securely connecting the Pro-face Remote HMI to a Pro-face panel across the Internet

More information

One Identity Active Roles 7.2. Web Interface User Guide

One Identity Active Roles 7.2. Web Interface User Guide One Identity Active Roles 7.2 Web Interface User Guide Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in

More information

Marketo Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA

Marketo Integration User Guide. Cvent, Inc 1765 Greensboro Station Place McLean, VA Marketo Integration User Guide 2017 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents Marketo Integration User Guide... 3 Enabling Marketo Integration for Your Account...

More information

Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management

Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management Verint Knowledge Management Solution Brief Overview of the Unique Capabilities and Benefits of Verint Knowledge Management November 2015 Table of Contents Introduction... 1 Verint Knowledge Management

More information

Beginner s Guide to Cordova and Mobile Application Development

Beginner s Guide to Cordova and Mobile Application Development November 13, 2018 Beginner s Guide to Cordova and Mobile Application Development George Campbell Lead Software Engineer Doug Davies Lead Software Engineer George Campbell Lead Software Engineer Doug Davies

More information

SonicWall Directory Connector with SSO 4.1.6

SonicWall Directory Connector with SSO 4.1.6 SonicWall Directory Connector with SSO 4.1.6 November 2017 These release notes provide information about the SonicWall Directory Connector with SSO 4.1.6 release. Topics: About Directory Connector 4.1.6

More information

ClickToCall SkypeTest Documentation

ClickToCall SkypeTest Documentation ClickToCall SkypeTest Documentation Release 0.0.1 Andrea Mucci August 04, 2015 Contents 1 Requirements 3 2 Installation 5 3 Database Installation 7 4 Usage 9 5 Contents 11 5.1 REST API................................................

More information

CA Output Management Web Viewer

CA Output Management Web Viewer CA Output Management Web Viewer User Guide Release 12.1.00 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Advanced API Security

Advanced API Security Advanced API Security ITANA Group Nuwan Dias Architect 22/06/2017 Agenda 2 HTTP Basic Authentication Authorization: Basic QWxhZGRpbjpPcGVuU2VzYW1l 3 API Security is about controlling Access Delegation

More information

Oracle Policy Automation The modern enterprise advice platform

Oracle Policy Automation The modern enterprise advice platform Oracle Policy Automation The modern enterprise advice platform Release features and benefits (November 2017) v1.01 Program agenda 1 2 3 Overview of Oracle Policy Automation New features in release For

More information

One Identity Defender 5.9. Product Overview

One Identity Defender 5.9. Product Overview One Identity 5.9 Product Overview Copyright 2017 One Identity LLC. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished

More information

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes

VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes VMware AirWatch Integration with Apple School Manager Integrate with Apple's School Manager to automatically enroll devices and manage classes Workspace ONE UEM v9.6 Have documentation feedback? Submit

More information

SonicWall Secure Mobile Access

SonicWall Secure Mobile Access SonicWall Secure Mobile Access 8.5.0.10 November 2017 These release notes provide information about the SonicWall Secure Mobile Access (SMA) 8.5.0.10 release. Topics: About Secure Mobile Access 8.5.0.10

More information