Supported 3rd Party Authentication Providers for Odyssys

Size: px
Start display at page:

Download "Supported 3rd Party Authentication Providers for Odyssys"

Transcription

1 Supported 3rd Party Authentication Providers for Odyssys

2 1. Introduction Authentication Provider Menu Gateway Configuration Google+/Google Apps Prerequisites Set up a Google Developers project Enable Google+ API Create a new Client ID Create the App Consent Screen Linking Google Developer project to Odyssys Manager Triggering Google + / Google Apps Sign-in from HTML Source Facebook Prerequisites Creating a Facebook App Basic App Setup Setting the App live Linking Facebook App to Odyssys Manager Triggering Facebook Sign-in from HTML Source Twitter Prerequisites Creating a Twitter App Linking Twitter App to Odyssys Manager Triggering Twitter Sign(in from HTML Source LinkedIn Prerequisites Creating a LinkedIn App Linking LinkedIn App to Odyssys Manager Triggering LinkedIn Sign-in from HTML Source PayPal Express Checkout Prerequisites Setting up PayPal Express Checkout Linking PayPal Account to Odyssys Manager Facebook Wi-Fi Prerequisites Setting up Facebook Wi-Fi in Odyssys Registering your Captive Portal with Facebook Pairing your Captive Portal with Facebook Un-pairing your Captive Portal Global Reach Technology

3 1. Introduction 1.1 Authentication Provider Menu Authentication providers are enabled from the Auth Providers menu. Click Captive Portals, select the portal you're interested in, and then select the Auth Providers tab. Click 'Add Provider' 3 Global Reach Technology

4 Provide a Group Name to distinguish users that sign up for this method will be assigned. The other settings are optional. Click 'Add Provider' and fill out the necessary information. More details are available in the relevant section below. 1.2 Gateway Configuration Before you can start using a supported 3rd party authentication provider, you must first configure your gateway to allow access to the domains specified under Captive Portals > Your Captive Portal > General Info > Show Walled Garden IPs. The list shows only the IPs/domain names required for enabled authentication providers. Details of how to whitelist IPs/domain names can be found in the configuration guide provided for your chosen gateway type. 2. Google+/Google Apps 2.1 Prerequisites A Google Account that allows you to access the Google Developers Console. Discuss your needs with your Google Administrator if you do not have the required permissions. 2.2 Set up a Google Developers project Go to and click 'Create Project' 4 Global Reach Technology

5 Enter a descriptive name for your project; change the Project ID if necessary and tick the second checkbox to confirm you agree with Google's Terms of Service. After a short while, the project should be created. 2.3 Enable Google+ API In the Google Developers Console, click the project name, click the menu APIS & AUTH on the left-hand side and then APIs. 5 Global Reach Technology

6 In the list on the right-hand side, scroll down to the entry Google+ API and click the corresponding OFF button to turn it to ON. In the resulting pop-up, tick the checkbox to confirm you agree to the required Terms of Service. The Google+ API then moves towards the top of the list. 2.4 Create a new Client ID In the left-hand menu, under APIS & AUTH, select 'Credentials'. On the resulting page, select 'Create Client ID'. 6 Global Reach Technology

7 In the Create Client ID pop-up: 1. Select 'Web Application' for Application Type 2. Enter ' -without quotes) 3. In the box labeled Authorized Javascript Origins, add the following two URLs: In the box labeled Authorized Redirect URI, add the following line: Create the App Consent Screen Click 'Create Client ID' to generate the required information. Before your App can be used, you must add some information that the end user will see when they decide whether to grant the App the permissions it requires. On the left-hand menu, under APIs & auth, click Consent screen. Required settings are ' Address' and 'Product Name'; fill these out as necessary. 2.6 Linking Google Developer project to Odyssys Manager Copy Client ID and Client Secret to App ID and App Secret, respectively, under Captive Portals > Auth Providers > Google > Edit Provider > Advanced Settings. 7 Global Reach Technology

8 On the 'General Settings' tab, you also need to add into the box entitled 'Domain', the primary Google Apps domain on your accounts; for example 'globalreach.eu.com'. You can find this under Admin > Domains for your Google Account, or consult your Google Administrator if you do not have access to this. If Google+ / Google Apps doesn't currently exist in the list of Authentication Providers, you can add it by clicking Add Provider and selecting it in the Authentication Provider Type drop-down. Once created, follow the instructions above. 2.7 Triggering Google + / Google Apps Sign-in from HTML Source If you are opting to customise fully the HTML source for your captive portal, you need to bind the googleloginselected() JavaScript function to an onclick event on an element in the page (usually a button, but it could be a link, etc). For example: <input id="google_login_btn" type="button" class="xbtn" value="google" onclick="googleloginselected();" /> This function is part of the portalscripts.js import that should already be in the <HEAD> section of the page source. 8 Global Reach Technology

9 3. Facebook 3.1 Prerequisites A Facebook account, upgraded to developer status. More information at: Creating a Facebook App Go to Click Apps > Create a New App Click Apps > Create a New App. Fill in details as appropriate; Display Name and Category are mandatory. 3.3 Basic App Setup Go into Settings > Basic. Click 'Add Platform'. 9 Global Reach Technology

10 Click 'Website' Copy the URL of your portal splash page, including portal ID (e.g. into the Site URL and Mobile Site URL fields. 10 Global Reach Technology

11 Now enter 'manager.odyssys.net' into the App Domains field. Also enter a relevant support address into the Contact field. This is needed before the app can be switched to Public, and will be used in case users need support regarding the app. Click 'Save Changes'. 3.4 Setting the App live Go to 'Status & Review' and change the setting Do you want to make this app and all its live features available to the general public? to Yes, then confirm in the pop-up. This prevents you having to add all testers to the Roles tab. 3.5 Linking Facebook App to Odyssys Manager Copy Application ID and App Secret from App homepage (Dashboard page) to the relevant section under Captive Portals > Auth Providers > Facebook > Edit Provider > Advanced Settings. If Facebook doesn't currently exist in the list of Authentication Providers, you can add it by clicking Add Provider and selecting Facebook in the Authentication Provider Type drop-down. Once created, follow the instructions above. 3.6 Triggering Facebook Sign-in from HTML Source If you are opting to customise fully the HTML source for your captive portal, you need to bind the facebookloginselected()javascript function to an onclick event on an element in the page (usually a button, but it could be a link, etc). For example: 11 Global Reach Technology

12 <input id="facebook_login_btn" type="button" class="xbtn" value="facebook" onclick="facebookloginselected();" /> This function is part of the portalscripts.js import that should already be in the <HEAD> section of the page source. 4. Twitter 4.1 Prerequisites A Twitter account. You can set this up at Creating a Twitter App Go to the Twitter Apps page at and log in with your Twitter account if necessary. Click the 'Create New App' button to the top-right. 12 Global Reach Technology

13 Fill out the details as necessary. Website should be the full URL of your portal splash page, and Callback URL should be the full URL of your portal success page; both are available from the General Information tab in the Captive Portal section of the Manager. Accept the Terms & Conditions and click Create your Twitter Application. Once the Application has been created, click into the new App, select the Settings tab and scroll down under the 'Callback URL box. Here, you should find the checkbox Allow this application to be used to Sign in with Twitter. Check this and then click Update settings at the bottom of the page. 13 Global Reach Technology

14 4.3 Linking Twitter App to Odyssys Manager Copy Application ID and App Secret from App homepage (Dashboard page) to the relevant section under Captive Portals > Auth Providers > Twitter > Edit Provider > Advanced Settings. 4.4 Triggering Twitter Sign(in from HTML Source If you are opting to customise fully the HTML source for your captive portal, you need to bind the twitterloginselected()javascript function to an onclick event on an element in the page (usually a button, but it could be a link, etc); for example: <input class="xbtn" id="twitter_login_btn" onclick="twitterloginselected();" type="button" value="twitter" /> This function is part of the portalscripts.js import that should already be in the <HEAD> section of the page source. 5. LinkedIn 5.1 Prerequisites A LinkedIn account. 5.2 Creating a LinkedIn App Go to in your browser, and sign in with your LinkedIn account if necessary. 14 Global Reach Technology

15 Click Add New Application. Fill out all mandatory fields with the relevant information. Website URL Your portal splash page can be used here OAuth User Agreement ensure that at least r_basicprofile and r_ address are selected. Upon submission, you should receive the following page: 15 Global Reach Technology

16 Take a note of the API Key and Secret key, as these are needed for the Odyssys Manager integration. 5.3 Linking LinkedIn App to Odyssys Manager If you do not have a note of your API key and Secret Key from the setup of your application, you can find it by clicking the name of your application and then scrolling down to the OAuth Keys section of the resulting page. 16 Global Reach Technology

17 These should be added under Captive Portals > Auth Providers > LinkedIn > Edit Provider > Advanced Settings. 5.4 Triggering LinkedIn Sign-in from HTML Source If you are opting to customise fully the HTML source for your captive portal, you need to bind the linkedinloginselected()javascript function to an onclick event on an element in the page (usually a button, but it could be a link, etc) For example: <input class="xbtn" id="linkedin_login_btn" onclick="linkedinloginselected();" type="button" value="linkedin" /> This function is part of the portalscripts.js import that should already be in the <HEAD> section of the page source. 6. PayPal Express Checkout 6.1 Prerequisites A PayPal business account. 6.2 Setting up PayPal Express Checkout Add PayPal Express Checkout as per adding any other Auth Provider; however before you are able to save the Provider, you must add at least one Billing Plan; ensure the Currency drop-down matches your desired currency (usually the local currency of your Portal location). 17 Global Reach Technology

18 6.3 Linking PayPal Account to Odyssys Manager Log into your account at and click My Account > Profile > My Selling Preferences. You should now be able to see a section entitled Selling Online On the line entitled API access, click Update. If you are opting to customise fully the HTML source for your captive portal, you need to define specific named nested elements on the splash page, i.e.: <div id="expresscheckout"> 18 Global Reach Technology

19 <table id="paypal_express_checkout"> <tbody> </tbody> </table> <input id="express_checkout_btn" type="submit" value="submit" onclick="paypalpaidaccessselected();" /> </div> This basic structure allows the system to insert billing plans automatically as you create them. If you are editing the HTML source after defining billing plans, try adding and then deleting an additional 'dummy' plan into the Auth Provider to trigger a rebuild. 7. Facebook Wi-Fi 7.1 Prerequisites To use the Facebook Wi-Fi authentication provider, you must have administrative access to a Facebook page categorized under "Companies & Organizations" or "Local Businesses". It must also have a valid location/address. The full requirements can be found under In addition, as some gateways do not allow clients to choose the page they are redirected to after successfully authenticating, you must set your gateway's success page to the URL listed under General Info > Success Page URL if it provides the option to do so. You should also ensure that the "Enable Success Page" option is ticked under Pages > Success Page. Upon requesting the provided Odyssys success page URL, clients will be redirected to your Facebook page. 7.2 Setting up Facebook Wi-Fi in Odyssys To enable Facebook Wi-Fi as an authentication provider for your captive portal, select "Captive Portals" from the left-hand navigation menu and then choose it from the list. Next, go to Auth Providers > Add Provider and select "Facebook Wi-Fi" from the "Authentication Provider Type" drop-down list. 19 Global Reach Technology

20 You will then be prompted to enter a name for the user group (e.g. "My Facebook Wi-Fi users"), which your Facebook Wi-Fi users will be added to. Click "Add Provider " to confirm your changes. 7.3 Registering your Captive Portal with Facebook To register your captive portal with Facebook, select Auth Providers > Facebook Wi-Fi. Then click "Edit Provider" and select the "Advanced Settings" tab. Click "Register Gateway". The following dialog should appear. 20 Global Reach Technology

21 The "Name" that you provide will appear under the Facebook Wi-Fi settings of your Facebook page. You should give each Facebook Wi-Fi-enabled portal a unique name so that it can be easily identified later. It defaults to the name of the captive portal, however this may be changed if necessary. To proceed, click "Submit", and the following dialog should appear. Before users can log in to your captive portal using their Facebook accounts, the captive portal must first be paired with your Facebook page. This is done via an external Facebook Wi-Fi configuration page, which is accessible via the link provided in the dialog. This step is deferred, however, to the next section. To proceed, click "Done" and then "Save". 7.4 Pairing your Captive Portal with Facebook Once you have registered your captive portal and received your Gateway ID/Gateway Secret from Facebook, you will then need to choose which Facebook page your users will be redirected to after logging in. You do this by pairing your captive portal with a Facebook page. To pair your Facebook page with your captive portal, click "Edit Provider" under Auth Providers > Facebook Wi-Fi. Then, under the "Advanced Settings" tab, click the "Pair with Facebook" link. This should open up the Facebook Wi-Fi configuration page as shown below. If you have not logged in to Facebook, you will now be prompted to do so. Your Facebook account should have administrative privileges for the page you wish to pair with your captive portal. 21 Global Reach Technology

22 To pair your captive portal with a Facebook page, select it from the drop-down list. The "Bypass Mode", "Session Length" and "Terms of Service" options may be set as desired. Once you are satisfied with your changes, click "Save Settings" and return to the Odyssys window/tab. Click the open dialog's "Save" button to confirm. Your captive portal is now paired with your Facebook page and users can log in using their Facebook accounts. To see which Facebook page a given captive portal has been paired with, or to revisit the Facebook Wi-Fi configuration page, select the "Advanced Settings" tab under Auth Providers > Facebook Wi-Fi. The provided link will be set to the name of your Facebook page. 7.5 Un-pairing your Captive Portal. To see which captive portals have been paired with your Facebook page or to remove any existing associations, log in to the relevant page as an administrator and choose Settings > Facebook Wi-Fi. You should see a list of captive portals, each identified by the name you assigned in 7.3. If you decide to un-pair a captive portal, users will no longer be able to sign in to that portal using the Facebook Wi-Fi service. If you later wish to re-pair it, you can do so by following the steps in Global Reach Technology

23 23 Global Reach Technology

24 Global Reach Technology Ltd Craven House, 121 Kingsway London WC2B 6PA T +44 (0) info@globalreachtech.com Copyright Global Reach Technology Limited All rights reserved. Global Reach and the Global Reach logo are registered trademarks.

Authentication Provider - Facebook. Setup Guide

Authentication Provider - Facebook. Setup Guide Authentication Provider - Facebook Setup Guide Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY. GLOBAL REACH AND ITS LICENSORS

More information

Aruba Mobility. Setup Guide

Aruba Mobility. Setup Guide Aruba Mobility Setup Guide Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY. GLOBAL REACH AND ITS LICENSORS MAKE NO WARRANTY

More information

Cisco Meraki. Setup Guide. Published April Version 1.0

Cisco Meraki. Setup Guide. Published April Version 1.0 Cisco Meraki Setup Guide Published April 2015 - Version 1.0 Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY. GLOBAL REACH

More information

Ruckus SmartZone 100 and Virtual SmartZone (Essentials)

Ruckus SmartZone 100 and Virtual SmartZone (Essentials) Ruckus SmartZone 100 and Virtual SmartZone (Essentials) For firmware versions 3.0-3.4 Setup Guide Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL

More information

HP MSM Series. Setup Guide

HP MSM Series. Setup Guide HP MSM Series Setup Guide Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY. GLOBAL REACH AND ITS LICENSORS MAKE NO WARRANTY

More information

Cisco WLC. (For Version ) CoA Setup Guide

Cisco WLC. (For Version ) CoA Setup Guide Cisco WLC (For Version 8.0.120.0) CoA Setup Guide Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY. GLOBAL REACH AND ITS

More information

Ruckus SmartCell Gateway. Setup Guide. Published April Version 1.0

Ruckus SmartCell Gateway. Setup Guide. Published April Version 1.0 Ruckus SmartCell Gateway Setup Guide Published April 2015 - Version 1.0 Disclaimer THIS DOCUMENTATION AND ALL INFORMATION CONTAINED HEREIN ( MATERIAL ) IS PROVIDED FOR GENERAL INFORMATION PURPOSES ONLY.

More information

Aruba Central Guest Access Application

Aruba Central Guest Access Application Aruba Central Guest Access Application User Guide Copyright Information Copyright 2017Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

More information

WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation

WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation WP Voting Plugin - Ohiowebtech Video Extension - Youtube Documentation Overview This documentation includes details about the WP Voting Plugin - Video Extension Plugin for Youtube. This extension will

More information

API Signup Instructions

API Signup Instructions API Signup Instructions Pixabay The API Key for Pixabay is already included in the FotoPress plugin, so you don t need to do anything with it. Flickr 1. Flickr is also a part of Yahoo. If you already have

More information

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED.

[SocialLogin] CED COMMERCE. ALL RIGHTS RESERVED. CED COMMERCE. ALL RIGHTS RESERVED. SUPPORT@CEDCOMMERCE.COM [SocialLogin] SocialLogin extension is very useful extension for the magento ecommerce platform. It provides your store the feature to login /

More information

Grandstream Networks, Inc. Captive Portal Authentication via Twitter

Grandstream Networks, Inc. Captive Portal Authentication via Twitter Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support:

FREE AJAX SUITE. User Guide FOR MAGENTO 2. Version: Release Date: Product Page: Ajax Suite. Support: FREE AJAX SUITE FOR MAGENTO 2 User Guide Version: 1.2.0 Release Date: 19.09.2017 Product Page: Ajax Suite Support: info@tigren.com C O P Y R I G H T 2017 TABLE OF CONTENTS Installation. 1 Ajax Suite....2

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 9 Pre-Authentication Rules...

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

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

Chat Connect Pro Setup Guide

Chat Connect Pro Setup Guide Chat Connect Pro Setup Guide Wordpress plugin data manager Live Streaming / Video Production Data Feed Plugin Setup Setup Process: Step 1 Purchase Plugin Step 2 Install plugin by uploading plugin inside

More information

Grandstream Networks, Inc. Captive Portal Authentication via Facebook

Grandstream Networks, Inc. Captive Portal Authentication via Facebook Grandstream Networks, Inc. Table of Content SUPPORTED DEVICES... 4 INTRODUCTION... 5 CAPTIVE PORTAL SETTINGS... 6 Policy Configuration Page... 6 Landing Page Redirection... 8 Pre-Authentication Rules...

More information

CM Social Post Documentation

CM Social Post Documentation CM Social Post Documentation Release 1.0.1 CMExtension March 15, 2016 Contents 1 Overview 3 2 Install & update 5 3 Facebook application 7 4 Facebook personal timeline plugin 13 5 Facebook page timeline

More information

If you are not registered as Developer yet, you need to click blue button Register.

If you are not registered as Developer yet, you need to click blue button Register. Facebook 1. Login to your Facebook account. 2. Go to the Developers page: https://developers.facebook.com/ If you are not registered as Developer yet, you need to click blue button Register. FAQ: Question:

More information

How to Claim Your GIAC Digital Badge

How to Claim Your GIAC Digital Badge How to Claim Your GIAC Digital Badge 2019 2. CONTENTS Page # Information 3-8 9-13 Utilizing Your Email Invitation To Claim Your GIAC Digital Badge Claiming Your Digital Badge From Your SANS Account 14-16

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

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

Configure Guest Access

Configure Guest Access Cisco ISE Guest Services, page 1 Guest and Sponsor Accounts, page 2 Guest Portals, page 18 Sponsor Portals, page 34 Monitor Guest and Sponsor Activity, page 46 Guest Access Web Authentication Options,

More information

Beginners Guide to Lazada Open Platform

Beginners Guide to Lazada Open Platform Beginners Guide to Lazada Open Platform Introduction Become a developer Register an application Retrieve APP key and APP secret Request API permission Start development Seller Authorization Introduction

More information

USER S MANUAL. TryBooking Salesforce Integration Page 2

USER S MANUAL. TryBooking Salesforce Integration Page 2 User s Manual USER S MANUAL 1.0 Overview... 3 2.0 Getting Started... 3 2.1 Installation and Logging In... 3 2.2 Connecting your TryBooking Account... 6 2.2.1 Salesforce Account Settings... 6 2.2.2 Connecting

More information

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide

LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide LinkedIn Sales Navigator for MS Dynamics 2016 and 365 Installation Guide The installation process will take less than 30 minutes The LinkedIn Sales Navigator for Microsoft Dynamics application (widget)

More information

GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA

GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA GOOGLE ANALYTICS CUSTOM DATA SOURCE PROVIDER FOR TX DWA All product names mentioned in this document may be (registered) trademarks of their respective companies. TimeXtender 2016. Version 2016-07-06.

More information

Network Policy Controller UAM/RADIUS Guide

Network Policy Controller UAM/RADIUS Guide Network Policy Controller UAM/RADIUS Guide 1. Introduction... 3 1.1. Terminology... 3 2. Web Authentication... 5 2.1. Redirect URL Parameters... 5 2.2. UAM Login URL... 5 2.3. UAM Logout URL... 6 3. UAM/RADIUS

More information

DaDaDocs for Microsoft Dynamics 365 Administrator Guide

DaDaDocs for Microsoft Dynamics 365 Administrator Guide DaDaDocs for Microsoft Dynamics 365 Administrator Guide Requirements: Microsoft Dynamics 365 organization. PDFfiller user account. Installation and configuration 2 Install DaDaDocs 2 Update to the latest

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

CMX Dashboard Visitor Connect

CMX Dashboard Visitor Connect CHAPTER 11 Cisco CMX Visitor Connect is a guest access solution based on Mobility Services Engine (MSE), Cisco Wireless LAN Controller (WLC) and Lightweight Access points (AP). The CMX Visitor Connect

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

Configuration Guide. For SMS Portal Authentication. EAP Controller REV1.0.0

Configuration Guide. For SMS Portal Authentication. EAP Controller REV1.0.0 Configuration Guide For SMS Portal Authentication EAP Controller 1910012280 REV1.0.0 November 2017 CONTENTS 1 Overview... 1 1.1 SMS Portal Introduction...1 1.2 Network Topology for SMS Portal...2 1.3 SMS

More information

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation

Enhancing cloud applications by using external authentication services. 2015, 2016 IBM Corporation Enhancing cloud applications by using external authentication services After you complete this section, you should understand: Terminology such as authentication, identity, and ID token The benefits of

More information

Neos Google Analytics Integration

Neos Google Analytics Integration Neos Google Analytics Integration Release dev-master The Neos Team Feb 25, 2018 Contents 1 Installation 3 2 Configuration 5 2.1 Statistics display inside Neos.................................... 5 2.2

More information

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.)

Table of Contents. I. How do I register for a new account? II. How do I log in? (I already have a MyJohnDeere.com account.) Quick Start Guide If you are an App Developer, you can get started by adding a new app and configuring it to consume Deere APIs on developer.deere.com. Use this Quick Start Guide to find and try our APIs.

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

This tutorial is intended to make you comfortable in getting started with the Firebase backend platform and its various functions.

This tutorial is intended to make you comfortable in getting started with the Firebase backend platform and its various functions. Firebase About the Tutorial Firebase is a backend platform for building Web, Android and IOS applications. It offers real time database, different APIs, multiple authentication types and hosting platform.

More information

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements:

QuickBooks Payments For WooCommerce : Introduction: Installation: Requirements: QuickBooks Payments For WooCommerce : Introduction: QuickBooks Payments For WooCommerce provides an easier, cost effective and simple alternative for a small business for accepting credit cards. Customers

More information

Quick Start Guide. Visual Planning 6 New Features

Quick Start Guide. Visual Planning 6 New Features Visual Planning 6 New Features Contents Chapter 1. ADMIN CENTER... 3 1.1. Admin Center Dashboard... 3 1.2. Planner Menu... 3 1.3. Document storage and file navigator... 3 1.4. Connection history... 3 1.5.

More information

for Salesforce Question-to-Case Connector

for Salesforce Question-to-Case Connector for Salesforce Question-to-Case Connector Contents 2 Contents Cloud Help for Community Managers... 3 What is the Salesforce Question-to-Case Connector... 4 Setting up the Salesforce Question-to-Case Connector...5

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

CUSTOMER PORTAL. Custom HTML splashpage Guide

CUSTOMER PORTAL. Custom HTML splashpage Guide CUSTOMER PORTAL Custom HTML splashpage Guide 1 CUSTOM HTML Custom HTML splash page templates are intended for users who have a good knowledge of HTML, CSS and JavaScript and want to create a splash page

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

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

Magento 2 Community / Enterprise Plugin

Magento 2 Community / Enterprise Plugin Realex Payments Magento 2 Community / Enterprise Plugin Configuration Guide Version: 1.1 A web version of this guide is available on the Realex Developer Hub 1 Document Information Document Name: Magento

More information

Connecting VirtueMart To PayPal (Live)

Connecting VirtueMart To PayPal (Live) Connecting VirtueMart To PayPal (Live) After testing is complete in the PayPal Sandbox and you are satisfied all is well, then its time to disconnect VirtueMart from the PayPal Sandbox and connect Virtuemart

More information

store.belvg US: UK:

store.belvg US: UK: 1 2 Table of Contents 1. Introduction to Quick Top Links 2. How to Install 3. How to Configure 4. How to Use 1. Introduction to Quick Top Links Magento Quick Top Links extension allows accessing store

More information

OAuth with On-Premise ReportPlus Server Installation Guide

OAuth with On-Premise ReportPlus Server Installation Guide OAuth with On-Premise ReportPlus Server Installation Guide ReportPlus Server OAuth On-Premise ReportPlus Server Installation 1.0 Disclaimer THE INFORMATION CONTAINED IN THIS DOCUMENT IS PROVIDED AS IS

More information

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders.

0. Introduction On-demand. Manual Backups Full Backup Custom Backup Store Your Data Only Exclude Folders. Backup & Restore 0. Introduction..2 1. On-demand. Manual Backups..3 1.1 Full Backup...3 1.2 Custom Backup 5 1.2.1 Store Your Data Only...5 1.2.2 Exclude Folders.6 1.3 Restore Your Backup..7 2. On Schedule.

More information

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE

SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE 1 User Guide Social Login for Magento 2 Extension SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSSCOMMERCE 1 2 User Guide Social Login for Magento 2 Extension Contents 1. Social Login for Magento 2 Extension

More information

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central

eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central eshop Installation and Data Setup Guide for Microsoft Dynamics 365 Business Central Table of Contents Installation Guide... 3 eshop Account Registration in Dynamics 365 Business Central:... 3 eshop Setup

More information

Info Input Express Network Edition

Info Input Express Network Edition Info Input Express Network Edition Administrator s Guide A-61892 Table of Contents Using Info Input Express to Create and Retrieve Documents... 9 Compatibility... 9 Contents of this Guide... 9 Terminology...

More information

Sticky Notes for Cognos Analytics by Tech Data BSP Software

Sticky Notes for Cognos Analytics by Tech Data BSP Software Sticky Notes for Cognos Analytics by Tech Data BSP Software Installation Guide Sticky Notes for Cognos Analytics is an easy to install extension that allows report authors to record notes directly from

More information

Introduction Setup Install package Amazon S3 sign up Add remote site Connect to Amazon S Create S3 bucket...

Introduction Setup Install package Amazon S3 sign up Add remote site Connect to Amazon S Create S3 bucket... Setup Guide Contents Introduction... 1 Setup... 2 Install package... 2 Amazon S3 sign up... 6 Add remote site... 8 Connect to Amazon S3... 9 Create S3 bucket... 11 Default S3 bucket... 12 Parent Record

More information

CA Mobile Device Management Configure Access Control for Using Exchange PowerShell cmdlets

CA Mobile Device Management Configure Access Control for  Using Exchange PowerShell cmdlets CA Mobile Device Management Configure Access Control for Email Using Exchange PowerShell cmdlets This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

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

Alaska Airlines Developer Portal

Alaska Airlines Developer Portal Alaska Airlines Developer Portal Developer s Guide At a glance: Accessing Alaska s Developer Portal Signing-up Registering Apps Reviewing performance of your App Accessing Alaska s Developer Portal Follow

More information

Google Sheets API Connection

Google Sheets API Connection Google Sheets API Connection This document goes over the process required to create an API connection to Google Sheets for use with idashboards. This process will include initializing the API connection,

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.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902

Samsung Knox Mobile Enrollment. VMware Workspace ONE UEM 1902 Samsung Knox Mobile Enrollment VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this

More information

VMware Identity Manager Administration

VMware Identity Manager Administration VMware Identity Manager Administration VMware Identity Manager 2.4 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

SugarCRM for Hootsuite

SugarCRM for Hootsuite SugarCRM for Hootsuite User Guide Document izeno Pte Ltd Version 1.0 Hootsuite for Sugar User Guide P a g e 1 Revision / Modifications SN Version Date Author Comments 1 0.1 Wed 20 December 2017 Kris Haryadi

More information

IMDG Code for Intranet

IMDG Code for Intranet Version 11 Installation Instructions System Requirements These files should be loaded on a server running ASP.NET 2.0, and with at least 26 Mb of free disk space. For clients to access the application

More information

Configuration Guide. For Facebook Portal Authentication. Omada Controller or above REV2.6.0

Configuration Guide. For Facebook Portal Authentication. Omada Controller or above REV2.6.0 Configuration Guide For Facebook Portal Authentication Omada Controller 2.6.0 or above 1910012389 REV2.6.0 March 2018 CONTENTS 1 Overview... 1 1.1 Facebook Portal Introduction...1 1.2 Network Topology

More information

UNIBOX. An Intelligent Network Controller. Knowledge Base: Billing Module

UNIBOX. An Intelligent Network Controller. Knowledge Base: Billing Module UNIBOX An Intelligent Network Controller Knowledge Base: Billing Module Copyright 2013 Wifi-soft Solutions Pvt. Ltd. All rights reserved. The information contained herein is subject to change without notice.

More information

Documentation for the new Self Admin

Documentation for the new Self Admin Documentation for the new Self Admin The following documentation describes the structure of the new Self Admin site along with the purpose of each site section. The improvements that have been made to

More information

Running the ESPM Twitter Integration sample app on SAP Cloud Platform

Running the ESPM Twitter Integration sample app on SAP Cloud Platform Running the ESPM Twitter Integration sample app on SAP Cloud Platform By Daniel Gomes da Silva Learn how to download, build, deploy, configure and run the ESPM Twitter Integration JAVA sample app on SAP

More information

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5

8.0 Help for Community Managers About Jive for Google Docs...4. System Requirements & Best Practices... 5 for Google Docs Contents 2 Contents 8.0 Help for Community Managers... 3 About Jive for Google Docs...4 System Requirements & Best Practices... 5 Administering Jive for Google Docs... 6 Understanding Permissions...6

More information

HP Cloud-Managed Networking Solution Release Notes

HP Cloud-Managed Networking Solution Release Notes HP Cloud-Managed Networking Solution Release Notes Abstract These release notes provide important release-related information about the HP Cloud Network Manager and HP 365, HP 355, and HP 350 Access Points.

More information

F5 Identity and Access Management Solution

F5 Identity and Access Management Solution Agility 2017 Hands-on Lab Guide F5 Identity and Access Management Solution F5 Networks, Inc. 2 Contents: 1 Class 1: SAML Federation with F5 5 1.1 Getting Started............................................

More information

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English

Configuration Guide. Requires Vorex version 3.9 or later and VSA version or later. English Kaseya v2 Integration of VSA with Vorex Configuration Guide Requires Vorex version 3.9 or later and VSA version 9.3.0.11 or later English September 15, 2017 Copyright Agreement The purchase and use of

More information

Administrator's and Developer's Guide

Administrator's and Developer's Guide Administrator's and Developer's Guide Rev: 23 May 2016 Administrator's and Developer's Guide A Quick Start Guide and Configuration Reference for Administrators and Developers Table of Contents Chapter

More information

Studywiz-Gmail Teachers' and Students' Guide

Studywiz-Gmail Teachers' and Students' Guide 00.04, 29 Nov 2010 Log in to Studywiz 1. Open a web browser window, and in the address field enter the URL of the Studywiz deployment. The Studywiz splash page appears. 2. Click the Standard Log In button.

More information

6/29/ :38 AM 1

6/29/ :38 AM 1 6/29/2017 11:38 AM 1 Creating an Event Hub In this lab, you will create an Event Hub. What you need for this lab An Azure Subscription Create an event hub Take the following steps to create an event hub

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments

Connection Broker Advanced Connections Management for Multi-Cloud Environments Connection Broker Advanced Connections Management for Multi-Cloud Environments Using Leostream with the VMware Horizon View Direct- Connection Plug-in Version 8.2 December 2017 Contacting Leostream Leostream

More information

HANDS-ON ACTIVITIES IDENTITY & ACCESS MANAGEMENT FEBRUARY, Hands-on Activities: Identity & Access Management 1

HANDS-ON ACTIVITIES IDENTITY & ACCESS MANAGEMENT FEBRUARY, Hands-on Activities: Identity & Access Management 1 HANDS-ON ACTIVITIES IDENTITY & ACCESS MANAGEMENT FEBRUARY, 2018 Hands-on Activities: Identity & Access Management 1 1. AN INTRODUCTION TO OAUTH FLOWS Incorporate the right SSO components in an overall

More information

NetScaler Radius Authentication. Integration Guide

NetScaler Radius Authentication. Integration Guide NetScaler Radius Authentication Integration Guide Copyright 2018 Crossmatch. All rights reserved. Specifications are subject to change without prior otice. The Crossmatch logo and Crossmatch are trademarks

More information

Forms & Surveys. Blackboard Web Community Manager

Forms & Surveys. Blackboard Web Community Manager Forms & Surveys Blackboard Web Community Manager Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and logos of

More information

Configuring Google Cloud Messaging Service for Android Devices

Configuring Google Cloud Messaging Service for Android Devices www.novell.com/documentation Configuring Google Cloud Messaging Service for Android Devices ZENworks Mobile Management 2.8.x November 2013 Legal Notices Novell, Inc., makes no representations or warranties

More information

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown

NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM Device Application User Guide Installation and Configuration for ios with TouchDown NotifyMDM for ios Devices, Version 3.x NotifyMDM for ios with TouchDown 1 Table of Contents NotifyMDM for ios

More information

Configure App Service Authentication for Your Azure Web App

Configure App Service Authentication for Your Azure Web App Azure Web App Security Labs Page 1 of 12 Configure App Service Authentication for Your Azure Web App Introduction This lab is part of a series. This second lab will show you how to set up Azure App Service

More information

Marketing Automation:

Marketing Automation: Email Marketing Automation: Integration with Google Analytics 1 To integrate FreshMail with Google Analytics, you will need: 1. An active FreshMail account. If you don t have one yet, you can open it here.

More information

VMware AirWatch Google Sync Integration Guide Securing Your Infrastructure

VMware AirWatch Google Sync Integration Guide Securing Your  Infrastructure VMware AirWatch Google Sync Integration Guide Securing Your Email Infrastructure Workspace ONE UEM v9.5 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Google Sync Integration Guide. VMware Workspace ONE UEM 1902

Google Sync Integration Guide. VMware Workspace ONE UEM 1902 Google Sync Integration Guide VMware Workspace ONE UEM 1902 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Mission Guide: Google Apps

Mission Guide: Google Apps Mission Guide: Google Apps Your Mission: Use F-Response to access Google Drive Apps for Business (G Suite) Using F-Response to connect to Google Drive Apps for Business and collect their contents Important

More information

linkzone User ManUal

linkzone User ManUal LINKZONE User Manual Getting to Know Your Mobile Hotspot Power key WPS key LED indicator USB jack LED Description Part Power key WPS key LED indicators Charging / USB Port Reset Reboot Description Hold

More information

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager

Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) Modified 15 SEP 2017 VMware Identity Manager Setting Up Resources in VMware Identity Manager (SaaS) You can find the most up-to-date technical documentation

More information

WEB ANALYTICS HOW-TO GUIDE

WEB ANALYTICS HOW-TO GUIDE WEB ANALYTICS HOW-TO GUIDE MOTOROLA, MOTO, MOTOROLA SOLUTIONS and the Stylized M logo are trademarks or registered trademarks of Motorola Trademark Holdings, LLC and are used under license. All other trademarks

More information

Connect-2-Everything SAML SSO (client documentation)

Connect-2-Everything SAML SSO (client documentation) Connect-2-Everything SAML SSO (client documentation) Table of Contents Summary Overview Refined tags Summary The Connect-2-Everything landing page by Refined Data allows Adobe Connect account holders to

More information

SOCIAL LOGIN FOR MAGENTO 2

SOCIAL LOGIN FOR MAGENTO 2 1 User Guide Social Login for Magento 2 SOCIAL LOGIN FOR MAGENTO 2 USER GUIDE BSS COMMERCE 1 2 User Guide Social Login for Magento 2 Contents 1. Social Login for Magento 2 Extension Overview... 3 2. How

More information

Red Hat JBoss Fuse 7.0-TP

Red Hat JBoss Fuse 7.0-TP Red Hat JBoss Fuse 7.0-TP Ignite Sample Integration Tutorials Instructions for Creating Sample Integrations Last Updated: 2018-04-03 Red Hat JBoss Fuse 7.0-TP Ignite Sample Integration Tutorials Instructions

More information

CMX Connected Experiences- Social, SMS and Custom Portal Registration Configuration Example

CMX Connected Experiences- Social, SMS and Custom Portal Registration Configuration Example CMX Connected Experiences- Social, SMS and Custom Portal Registration Configuration Example Contents Introduction Prerequisites Requirements Components Used Configure Network Diagram Configurations Authentication

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

CMS Client Non Standard User Guide

CMS Client Non Standard User Guide CMS Client Non Standard User Guide Astra Zeneca UK Version 2 (06/06/2016) Contents Page No Client Portal Login... 1 Client Portal... 1-2 Configure Product Request... 2 Product Brand/Devision Selection...

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

Red Hat 3scale 2.3 Accounts

Red Hat 3scale 2.3 Accounts Red Hat 3scale 2.3 Accounts How to manage admin and member rights and invite teammates to use the admin portal. Last Updated: 2019-03-07 Red Hat 3scale 2.3 Accounts How to manage admin and member rights

More information

Entrust PartnerLink Login Instructions

Entrust PartnerLink Login Instructions Entrust PartnerLink Login Instructions Contents Introduction... 4 Purpose 4 Overview 4 Prerequisites 4 Instructions... 5 Entrust is a registered trademark of Entrust, Inc. in the United States and certain

More information