ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote

Size: px
Start display at page:

Download "ClearPass. ClearPass Extension Universal Authentication Proxy. ClearPass Extension Universal Authentication Proxy TechNote"

Transcription

1 ClearPass Extension Universal Authentication Proxy TechNote ClearPass Extension Universal Authentication Proxy ClearPass TechNote ClearPass Extension Universal Authentication Proxy - TechNote 1

2 ClearPass Extension Universal Authentication Proxy TechNote Change Log Version Date Modified By Comments 0.1 Mar 2017 Danny Jump Initial Draft Version for internal review 0.2 May 2017 Robert Filer Wordsmith and minor edits 1.0 May 2017 Danny Jump First Published Version Copyright Copyright 2017 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General Public License, the GNU Lesser General Public License, and/or certain other open source licenses. A complete machine-readable copy of the source code corresponding to such code is available upon request. This offer is valid to anyone in receipt of this information and shall expire three years following the date of the final distribution of this product version by Hewlett- Packard Company. To obtain such source code, send a check or money order in the amount of US $10.00 to: Hewlett-Packard Company Attn: General Counsel 3000 Hanover Street Palo Alto, CA USA Please specify the product and version for which you are requesting source code. You may also request a copy of this source code free of charge at HPE-Aruba-gplquery@hpe.com. ClearPass Extension Universal Authentication Proxy - TechNote 2

3 ClearPass Extension Universal Authentication Proxy TechNote Contents Introduction and Overview... 5 Software Requirements... 5 ClearPass Installation and Deployment Guide... 5 ClearPass Extensions... 5 Pictorial View of the Integration... 6 UAP Extension Installation and Configuration... 7 Create an Extension API Operator Profile... 7 Create an API Client... 8 Generate an Access Token... 9 Go to the Extension APIs Install the Extension Query Extension after Installation Configure the Extension Example of an OAuth2 Configuration ClearPass to ClearPass Install UAP Extension Configure UAP Extension ClearPass Extension Universal Authentication Proxy - TechNote 3

4 Figures Figure 1: Context-Server with Basic HTTP authn support... 6 Figure 2: Context-Server adding support for JWT/OAuth 2 with UAP an Extension... 6 Figure 3: Duplicate API Guest Operator profile... 7 Figure 4: Modifying Operator Profile permissions for extensions... 8 Figure 5: Creating an API Client... 9 Figure 6: Generate the Access Token... 9 Figure 7: API Explorer UI Figure 8: Accessing the Store API Figure 9: Checking the Extension store for a particular Extension ID Figure 10: Details of the Extension Figure 11: Installing the Extension directly from the Extension store Figure 12: Extension Status Figure 13: Checking Extension Installation Progress Figure 14: Response to check on progress of Extension installation Figure 15: Get Extension Configuration Figure 16: Response to a request for the current Extension configuration Figure 17: Example of UAP Default Extension Figure 18: Adding a HTTP Generic Context Server -> Extension Figure 19: API Explorer /endpoint Figure 20: Building the Context Server Action (Action Tab) Figure 21: Building the Context Server Action (Header Tab) Figure 22: Building the Context Server Action (Content Tab) Figure 23: Triggering the Context Server Action from a HTTP Enforcement Profile Scott Blvd Santa Clara, CA Phone: WIFI-LAN ( ) 2017 Hewlett Packard Enterprise Development LP. All Rights Reserved. Fax ClearPass Extension Universal Authentication Proxy - TechNote 4

5 Introduction and Overview This TechNote describes how to use the ClearPass Universal Authentication Proxy [UAP] to supplement the existing Context-Servers and Context-Server-Actions. Extending the reach of the ClearPass Exchange framework to interoperate with additional third-party systems that do not authenticate sessions over basichttp is key to enhancing the framework s usefulness. At this time UAP adds support for two new tokenbased authentication methods: JSON Web Tokens [JWT] and OAuth2. Supporting these additional authentication methods provides support for a multitude of additional third-party vendors. Software Requirements The minimum software version required is ClearPass At the time of writing, ClearPass is the latest available and recommended release. Any subsequent ClearPass software release will support this integration. ClearPass runs on either hardware appliances with pre-installed software, or as a Virtual Machine on the hypervisors shown below. Hypervisors that run on a client computer such as VMware Player are not supported. VMware ESXi 5.0, 5.1, 5.5, 6.0, 6.5 or higher Microsoft Hyper-V Server 2012 or 2016 R2 Hyper-V on Microsoft Windows Server 2012 or 2016 R2 KVM on CentOS 6.6, 6.7, or 6.8. ClearPass Installation and Deployment Guide This document assumes your ClearPass environment is already configured and operational. If assistance with basic deployment is required, refer to the following deployment guide: ClearPass Extensions The integration between ClearPass Policy Manager and UAP is driven through a ClearPass capability known as Extensions, a sub-component of the ClearPass Exchange Integration framework. ClearPass Extensions are micro-services running on top of the base ClearPass platform. These micro-services enable Aruba to deliver new features outside of the main software release cycle and facilitate a faster time to market for specific features and integrations. Configuration and control of ClearPass Extensions is accomplished through the ClearPass REST APIs which are covered later in this document. ClearPass Extension Universal Authentication Proxy - TechNote 5

6 Pictorial View of the Integration Below is a pictorial view of the support for HTTP Generic Servers using basichttp Authentication. This was the limit to the authentication-type before the introduction of the new UAP Extension. The HTTP payloads are defined in the context server actions, the remote 3rd party system is the context-server. Figure 1: Context-Server with Basic HTTP authn support With the introduction of the UAP Extension to the workflow, the capabilities of the Generic HTTP context server are enhanced. In its simplest form, the UAP Extension proxies the authentication request from HTTP to either JWT or OAuth 2. The interaction between the context server actions and the context-server is the same, however the context-server now points to the UAP Extension which wraps the HTTP payload from the context serer action with a new Authentication header. Figure 2: Context-Server adding support for JWT/OAuth 2 with UAP an Extension Additional tokenization methods can be added to UAP in the future if required. ClearPass Extension Universal Authentication Proxy - TechNote 6

7 UAP Extension Installation and Configuration Installation of the UAP ClearPass Extension is performed via the REST API interface as it is for any Extension. ClearPass REST APIs were initially introduced in CPPM 6.5 and have continued to be enhanced in subsequent releases. Access to the APIs is through the following URL: Admin credentials are required to access the API interface. The APIs to support ClearPass Extensions were initially released in ClearPass version 6.6. Several components, and multiple steps, are required to complete the ClearPass configuration: Extension Installation and Configuration Context Server Configuration Context Server Actions Configuration The ClearPass extension installation is shown below. This TechNote does not document in detail any one integration with a third-party system However, you can find an detailed example using of UAP in the BMC Remedy TechNote located at the following URL: Default.aspx?EntryId=24200 Within the above BMC Remedy TechNote, the authentication between ClearPass and BMC requires JSON Web Tokens to supplement the exposed REST-based API in Remedy. Using a Context-Server and Context Server Actions in conjunction with UAP, it is very easy to build out additional 3 rd party integrations. Create an Extension API Operator Profile Before setting up the API access, configure an Operator Profile that will be associated with the configured API client. This new Operator Profile will be used in the next section when creating the API Client. Login to Guest and go to Administration > Operator Logins > Profiles. Next, click on API Guest Operator and select Duplicate. Figure 3: Duplicate API Guest Operator profile ClearPass will copy the profile and name it API Guest Operator (2). Click Edit on the new profile and rename it to be API Extension Profile. For the Platform privilege, change No Access to Custom and then ClearPass Extension Universal Authentication Proxy - TechNote 7

8 set all the Extension options as shown below (furthest option to the right). Scroll to the bottom of the page and click Save. Figure 4: Modifying Operator Profile permissions for extensions In the next step, this profile will be used as the Operator Profile when generating the API Client. The following is a copy of the API Client and Extension Installation taken from the BMC Remedy TechNote. Where reference to the BMC Remedy Extension is made, think of this as the UAP Extension install/config. Create an API Client The first step in installing and enabling the UAP ClearPass Extension is to create an API Client. An API Client provides authentication and authorization for the REST APIs. Authentication is performed using OAuth2, which is an authorization framework that enables applications to obtain limited access to data over a HTTP service without sharing their private credentials. Log into ClearPass Guest at Server>/guest. Navigate to Guest > Administration > API Services > API Clients and create an API Client by entering the following: 1. Client ID: Free choice 2. Operator Profile: API Extension Profile [just created] 3. Grant Type: Client credentials ClearPass Extension Universal Authentication Proxy - TechNote 8

9 Figure 5: Creating an API Client Click on Create API Client to save and create the API Client. Generate an Access Token Click Generate Access Token and then launch the API Explorer, as highlighted below at the bottom of the image. Figure 6: Generate the Access Token This will pre-populate the Authorization header in the API Explorer and permit commands to be run directly from the ClearPass UI. ClearPass Extension Universal Authentication Proxy - TechNote 9

10 Go to the Extension APIs Next check whether ClearPass can communicate with the Extension store. Click on Extension > Store. Figure 7: API Explorer UI Under Store, click GET /extension/store/{id} Figure 8: Accessing the Store API Notice that the Authorization header is populated. This is populated from creating the token in the previous step. Next expand the GET /extension/store/{id} and paste in the extension's store ID. As an example let s use the store ID for the BMC Remedy extension. It s a fixed value of: 0c1b4206-b633-4a13-82c9-013b18d38d4e. Click Try it out! ClearPass Extension Universal Authentication Proxy - TechNote 10

11 Figure 9: Checking the Extension store for a particular Extension ID Remember that the store ID of 0c1b4206-b633-4a13-82c9-013b18d38d4e is unique to this version of the BMC Remedy Extension. The store ID will change as new versions of the Extension are published. This will return details for the BMC Remedy Extension. This provides assurance that the correct authority is set to gain access to the Store, and that this is the correct ID for the extension to be installed. Figure 10: Details of the Extension Notice the name of the extension above, auth-proxy. ClearPass Extension Universal Authentication Proxy - TechNote 11

12 Install the Extension After checking for extension visibility, the next step is to install it. Under Instance > POST /extension/instance, paste in the body as shown below: {"state": "stopped", "store_id":"0c1b4206-b633-4a13-82c9-013b18d38d4e"} And then click Try it out! Figure 11: Installing the Extension directly from the Extension store This returns an ID (Note: this is different from the store ID, let s call it the run-time ID). Make a copy of this ID as it will be required later. The below shows the state of the Extension as preparing. This indicates the extension is in the process of being downloaded. A typical installation should take just a few seconds to complete. ClearPass Extension Universal Authentication Proxy - TechNote 12

13 Figure 12: Extension Status From the above, you can see the ID is b3f019cf-b9d1-408b-97e5-879e000eb9c1.this ID will be used to query and configure the extension, again we will call this the run-time ID. Your Extension ID will differ from the one used here. It is generated per installation and is unique to each and every installation. Query Extension after Installation Under Instance > GET /extension/instance/{id} paste in the ID from the previous step: b3f019cf-b9d1-408b-97e5-879e000eb9c1 and click Try it out!, remember this ID will be unique for every installation. ClearPass Extension Universal Authentication Proxy - TechNote 13

14 Figure 13: Checking Extension Installation Progress Within the Body Response from this GET observe the following: Figure 14: Response to check on progress of Extension installation The details of the extension will be displayed (could be downloading, etc.). Eventually the state will change to either stopped or failed. In this example it is clear the that the installation is created and stopped. ClearPass Extension Universal Authentication Proxy - TechNote 14

15 Configure the Extension The previous few pages cover the extension installation. Even though we refer to BMC Remedy, you re actually installing the UAP Extension if you use the Store ID 0c1b4206-b633-4a13-82c9-013b18d38d4e To complete the configuration of the UAP extension, you need to understand a little bit more about the 3 rd - party system ClearPass is communicating with. BMC Remedy uses JWT, other systems may use OAuth2. Below is an example of how to retrieve the current configuration of the extension. Under InstanceConfig > GET /extension/instance/{id}/config, paste in the extension ID b3f019cf-b9d1-408b-97e5-879e000eb9c1 and click Try it out! to return a copy of the current Extension configuration. Figure 15: Get Extension Configuration Figure 16: Response to a request for the current Extension configuration ClearPass Extension Universal Authentication Proxy - TechNote 15

16 The above example shows the default shipping configuration of the UAP extension. This will need to be modified depending on your chosen authentication method (JWT or OAuth 2). The following is the list of supported attributes, some are particular to JWT, others for OAuth2. tokenendpoint apiendpoint customauthmethod grant_type client_id client_secret otherparams localprefix authtype localprefix verifysslcerts loglevel As an example, here is the JWT configuration used for BMC Remedy Figure 17: Example of UAP Default Extension { } "verifysslcerts": false, "loglevel": "INFO", "configs": [ { "localprefix": "/bmc", "authtype": "JWT", "JWT": { "tokenendpoint": " "apiendpoint": " "customauthmethod" : "AR-JWT", "authparams" : { "username": "apiuser", "password": "password" } } } ] ClearPass Extension Universal Authentication Proxy - TechNote 16

17 Example of an OAuth2 Configuration ClearPass to ClearPass As an example of utilizing ClearPass and the new UAP Extension, there has long been the need to support the ability of one ClearPass Node to call the exposed REST API s on a totally separate ClearPass node. With the source ClearPass not being able to make calls in Policy Manager using OAuth2, this was never an option. Using the UAP Extension, this workflow can now be supported. An example of the setup is shown below. Install UAP Extension The first step is to install the UAP Extension. Follow the installation procedure described in the preceding section to complete the installation of the UAP Extension. Configure UAP Extension Once the UAP extension is installed, it needs to be configured. This involves updating multiple parameters including the Remote CPPM IP address, the Client ID and the Client Secret. Utilizing the API Explorer, update the configuration for the UAP Extension as appropriate. Below is a sample configuration, yours should be very similar. When updating the configuration of the UAP extension, make a note of the IP address the Extension is running with. This will be used later to configure the context server. { } "verifysslcerts": false, "loglevel": "DEBUG", "configs": [ { "localprefix": "/oauth2", "authtype": "OAuth2", "OAuth2": { "tokenendpoint": " "apiendpoint": " "grant_type": "client_credentials", "client_id": "CPPM-TEST", "client_secret": "Pj0ROxtU7w24TO6JxWmG1P2DIpaPrEafxXg7jZ+Iv", "otherparams": { "redirect_uri": "" } } } ] ClearPass Extension Universal Authentication Proxy - TechNote 17

18 Here s a description of each attribute in the above configuration: "localprefix": "/oauth2" [This is free format, and is really just a label] "authtype": "OAuth2" [This is very important, valid values are OAuth2 or JWT] "OAuth2": [Based upon the previous setting in the authtype, build the Oauth config] "tokenendpoint": [This is the IP address of the remote CPPM node] "apiendpoint": [This is the CPPM node, set the IP address accordingly] "grant_type": "client_credentials" [This must match the grant type defined in the API Key] "client_id": "CPPM-TEST" [This must match the API Key Name] "client_secret": "Pj0ROxtU7w24TO6JxWmG1P2DIpaPrEafxXg7jZ+Iv" [Client Secret from API Key] Once the above has been defined, the next step is to define a context-server. Above you were asked to record the IP address of the UAP Extension. In the next step add a Context-Server and use the IP address recorded previously. From Administration -> External Servers -> Endpoint Context Servers [Add a Generic HTTP] Figure 18: Adding a HTTP Generic Context Server -> Extension Next you need to build a Context Server Action that effectively will call the ClearPass REST API s on the remote system. As very a simple example, the below creates a new endpoint. For the sake of the example, the configuration is hardcoded but you can use dynamic namespaces and attributes as appropriate. The first thing to note is that you must collect information about the API you want to use. Use the API Explorer to find information on the Create Endpoint API. ClearPass Extension Universal Authentication Proxy - TechNote 18

19 Figure 19: API Explorer /endpoint In the API Explorer shown above, note this is a POST action to the /endpoint API. See below how this matches the base URL in the configured in the Context Server Action. Figure 20: Building the Context Server Action (Action Tab) ClearPass Extension Universal Authentication Proxy - TechNote 19

20 Next configure the Header, adding the appropriate HTTP headers. Figure 21: Building the Context Server Action (Header Tab) Finally, configure the payload. In this example the payload is a defined set of attributes in a JSON Body. Figure 22: Building the Context Server Action (Content Tab) The trigger for the Context Server Action is an Enforcement Profile attached to an Enforcement Policy. Figure 23: Triggering the Context Server Action from a HTTP Enforcement Profile The net outcome of this is an Endpoint being created on the CPPM Node ClearPass Extension Universal Authentication Proxy - TechNote 20

ClearPass Extension for BMC Remedy TechNote. ClearPass Extension For BMC Remedy. ClearPass. ClearPass Extension for BMC Remedy - TechNote 1

ClearPass Extension for BMC Remedy TechNote. ClearPass Extension For BMC Remedy. ClearPass. ClearPass Extension for BMC Remedy - TechNote 1 ClearPass Extension for BMC Remedy TechNote ClearPass Extension For BMC Remedy ClearPass TechNote ClearPass Extension for BMC Remedy - TechNote 1 ClearPass Extension for BMC Remedy TechNote Change Log

More information

ClearPass. ClearPass Extension for ServiceNow CMDB. ClearPass Extension for ServiceNow CMDB TechNote

ClearPass. ClearPass Extension for ServiceNow CMDB. ClearPass Extension for ServiceNow CMDB TechNote ClearPass Extension for ServiceNow CMDB TechNote ClearPass Extension for ServiceNow CMDB ClearPass TechNote ClearPass Extension for ServiceNow CMDB - TechNote 1 ClearPass Extension for ServiceNow CMDB

More information

ClearPass. MobileIron Cloud and Common Platform Service. Integration Guide. MobileIron Cloud and Common Platform Services

ClearPass. MobileIron Cloud and Common Platform Service. Integration Guide. MobileIron Cloud and Common Platform Services MobileIron Cloud and Common Platform Services MobileIron Cloud and Common Platform Service ClearPass Integration Guide MobileIron Cloud and Common Platform Services 1 MobileIron Cloud and Common Platform

More information

ClearPass and Tenable.sc Integration Guide. Tenable.sc. Integration Guide. ClearPass. ClearPass and Tenable.sc - Integration Guide 1

ClearPass and Tenable.sc Integration Guide. Tenable.sc. Integration Guide. ClearPass. ClearPass and Tenable.sc - Integration Guide 1 ClearPass and Tenable.sc Integration Guide Tenable.sc ClearPass Integration Guide ClearPass and Tenable.sc - Integration Guide 1 ClearPass and Tenable.sc Integration Guide Change Log Version Date Modified

More information

ClearPass. Microsoft Intune. Integration Guide. ClearPass and Microsoft Intune - Integration Guide

ClearPass. Microsoft Intune. Integration Guide. ClearPass and Microsoft Intune - Integration Guide Microsoft Intune ClearPass Integration Guide 1 Change Log Version Date Modified By Comments 0.1 & 0.2 & 0.3 June 2016 Danny Jump Draft checked by D Wilson, M Adjali and Microsoft 1.0 Oct 2016 Danny Jump

More information

ClearPass and Envoy Integration Guide. Envoy. Integration Guide. ClearPass. ClearPass and Envoy - Integration Guide 1

ClearPass and Envoy Integration Guide. Envoy. Integration Guide. ClearPass. ClearPass and Envoy - Integration Guide 1 ClearPass and Envoy Integration Guide t Envoy ClearPass Integration Guide ClearPass and Envoy - Integration Guide 1 ClearPass and Envoy Integration Guide Change Log Version Date Modified By Comments 2018-01

More information

ClearPass and Check Point Integration Guide. Check Point. ClearPass. ClearPass and Check Point Integration Guide 1

ClearPass and Check Point Integration Guide. Check Point. ClearPass. ClearPass and Check Point Integration Guide 1 ClearPass and Check Point Integration Guide Check Point ClearPass Integration Guide ClearPass and Check Point Integration Guide 1 ClearPass and Check Point Integration Guide Change Log Version Date Modified

More information

ClearPass. ClearPass Integration with Teem LobbyConnect. ClearPass Teem LobbyConnect Integration TechNote

ClearPass. ClearPass Integration with Teem LobbyConnect. ClearPass Teem LobbyConnect Integration TechNote ClearPass Teem LobbyConnect Integration TechNote ClearPass Integration with Teem LobbyConnect ClearPass TechNote ClearPass Teem LobbyConnect Integration - TechNote 1 ClearPass Teem LobbyConnect Integration

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

NetFort LANGuardian Integration Guide. NetFort LANGuardian. NetFort LANGuardian Integration Guide 1

NetFort LANGuardian Integration Guide. NetFort LANGuardian. NetFort LANGuardian Integration Guide 1 NetFort LANGuardian Integration Guide NetFort LANGuardian NetFort LANGuardian Integration Guide 1 NetFort LANGuardian Integration Guide Change Log Version Date Modified By Comments 0.1 June 2018 Conor

More information

ClearPass and MaaS360 Integration Guide. MaaS360. Integration Guide. ClearPass. ClearPass and MaaS360 - Integration Guide 1

ClearPass and MaaS360 Integration Guide. MaaS360. Integration Guide. ClearPass. ClearPass and MaaS360 - Integration Guide 1 ClearPass and MaaS360 Integration Guide MaaS360 ClearPass Integration Guide ClearPass and MaaS360 - Integration Guide 1 ClearPass and MaaS360 Integration Guide Change Log Version Date Modified By Comments

More information

Aruba VIA Windows Edition

Aruba VIA Windows Edition Aruba VIA 3.0.0 Windows Edition a Hewlett Packard Enterprise company User Guide Copyright Information Copyright 2017 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code

More information

MSP Solutions Guide. Version 1.0

MSP Solutions Guide. Version 1.0 MSP Solutions Guide Version 1.0 Copyright Information Copyright 2018 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General Public License,

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

ClearPass. Onboard and Cloud Identity Providers. Configuration Guide. Onboard and Cloud Identity Providers. Configuration Guide

ClearPass. Onboard and Cloud Identity Providers. Configuration Guide. Onboard and Cloud Identity Providers. Configuration Guide Configuration Guide Onboard and Cloud Identity Providers Configuration Guide Onboard and Cloud Identity Providers ClearPass Onboard and Cloud Identity Providers - Configuration Guide 1 Onboard and Cloud

More information

Installing or Upgrading to 6.6 on a Virtual Appliance

Installing or Upgrading to 6.6 on a Virtual Appliance Installing or Upgrading to 6.6 on a Virtual Appliance Tech Note Copyright Copyright 2017 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

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

Aruba VIA Android Edition

Aruba VIA Android Edition Aruba VIA 3.0.3 Android Edition a Hewlett Packard Enterprise company Release Notes Copyright Information Copyright 2017 Hewlett Packard Enterprise Development LP. Open Source Code This product includes

More information

August 2015 Aruba Central Getting Started Guide

August 2015 Aruba Central Getting Started Guide Aruba Central Copyright Information Copyright 2015 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General Public License, the GNU Lesser General

More information

ClearPass and IntroSpect Integration Guide. IntroSpect. Integration Guide. ClearPass. ClearPass and IntroSpect - Integration Guide 1

ClearPass and IntroSpect Integration Guide. IntroSpect. Integration Guide. ClearPass. ClearPass and IntroSpect - Integration Guide 1 ClearPass and IntroSpect Integration Guide IntroSpect ClearPass Integration Guide ClearPass and IntroSpect - Integration Guide 1 ClearPass and IntroSpect Integration Guide Change Log Version Date Modified

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

Aruba Instant

Aruba Instant Aruba Instant 6.4.3.4-4.2.1.0 Release Notes Copyright Copyright 2015 Hewlett Packard Enterprise Development LP Open Source Code This product includes code licensed under the GNU General Public License,

More information

Mobile Procurement REST API (MOBPROC): Access Tokens

Mobile Procurement REST API (MOBPROC): Access Tokens Mobile Procurement REST API (MOBPROC): Access Tokens Tangoe, Inc. 35 Executive Blvd. Orange, CT 06477 +1.203.859.9300 www.tangoe.com TABLE OF CONTENTS HOW TO REQUEST AN ACCESS TOKEN USING THE PASSWORD

More information

Aruba Central Switch Configuration

Aruba Central Switch Configuration Aruba Central Switch Configuration User Guide Copyright Information Copyright 2016 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General

More information

ClearPass and CyberHound Integration. CyberHound. Integration Guide. ClearPass. ClearPass and CyberHound Integration 1

ClearPass and CyberHound Integration. CyberHound. Integration Guide. ClearPass. ClearPass and CyberHound Integration 1 ClearPass and CyberHound Integration CyberHound ClearPass Integration Guide ClearPass and CyberHound Integration 1 ClearPass and CyberHound Integration Change Log Version Date Modified By Comments V2019-01

More information

How to social login with Aruba controller. Bo Nielsen, CCIE #53075 (Sec) December 2016, V1.00

How to social login with Aruba controller. Bo Nielsen, CCIE #53075 (Sec) December 2016, V1.00 Bo Nielsen, CCIE #53075 (Sec) December 2016, V1.00 Overview This short document describes the basic setup for social login using Aruba ClearPass and Aruba wireless LAN controller. Aruba ClearPass, version

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

TECHNICAL NOTE MSM & CLEARPASS HOW TO CONFIGURE HPE MSM CONTROLLERS WITH ARUBA CLEARPASS VERSION 3, JUNE 2016

TECHNICAL NOTE MSM & CLEARPASS HOW TO CONFIGURE HPE MSM CONTROLLERS WITH ARUBA CLEARPASS VERSION 3, JUNE 2016 HOW TO CONFIGURE HPE MSM CONTROLLERS WITH ARUBA CLEARPASS VERSION 3, JUNE 2016 CONTENTS Introduction... 5 MSM and AP Deployment Options... 5 MSM User Interfaces... 6 Assumptions... 7 Network Diagram...

More information

Aruba Networks and AirWave 8.2

Aruba Networks and AirWave 8.2 Aruba Networks and AirWave 8.2 Controller Config Copyright Information Copyright 2016 Hewlett Packard Enterprise Development LP Open Source Code This product includes code licensed under the GNU General

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

GPII Security. Washington DC, November 2015

GPII Security. Washington DC, November 2015 GPII Security Washington DC, November 2015 Outline User data User's device GPII Configuration use cases Preferences access and privacy filtering Work still to do Demo GPII User Data Preferences Device

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

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810

Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN. VMware Workspace ONE UEM 1810 Workspace ONE UEM Certificate Authentication for Cisco IPSec VPN VMware Workspace ONE UEM 1810 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Protect Your API with OAuth 2. Rob Allen

Protect Your API with OAuth 2. Rob Allen Protect Your API with OAuth 2 Authentication Know who is logging into your API Rate limiting Revoke application access if its a problem Allow users to revoke 3rd party applications How? Authorization header:

More information

Aruba VIA Windows Edition

Aruba VIA Windows Edition Aruba VIA 3.2.2 Windows Edition a Hewlett Packard Enterprise company Release Notes Copyright Information Copyright 2018 Hewlett Packard Enterprise Development LP. Open Source Code This product includes

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

ACCP-V6.2Q&As. Aruba Certified Clearpass Professional v6.2. Pass Aruba ACCP-V6.2 Exam with 100% Guarantee

ACCP-V6.2Q&As. Aruba Certified Clearpass Professional v6.2. Pass Aruba ACCP-V6.2 Exam with 100% Guarantee ACCP-V6.2Q&As Aruba Certified Clearpass Professional v6.2 Pass Aruba ACCP-V6.2 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back

More information

Aruba Central APIs. Adolfo Bolivar April 2018

Aruba Central APIs. Adolfo Bolivar April 2018 Aruba Central APIs Adolfo Bolivar April 2018 Agenda Why APIs? Enabling Aruba Central to support APIs Getting the Access token and refresh token via APIs Aruba Central APIs Demos: 1. Proactive notifications

More information

TECHNICAL NOTE UWW & CLEARPASS HOW-TO: CONFIGURE UNIFIED WIRELESS WITH CLEARPASS. Version 2

TECHNICAL NOTE UWW & CLEARPASS HOW-TO: CONFIGURE UNIFIED WIRELESS WITH CLEARPASS. Version 2 HOW-TO: CONFIGURE UNIFIED WIRELESS WITH CLEARPASS Version 2 CONTENTS Introduction... 7 Background information... 7 Requirements... 7 Network diagram... 7 VLANs... 8 Switch configuration... 8 Initial setup...

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

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

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Aruba Central Switch Configuration

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

More information

BEST PRACTICE - NAC AUF ARUBA SWITCHES. Rollenbasierte Konzepte mit Aruba OS Switches in Verbindung mit ClearPass Vorstellung Mobile First Features

BEST PRACTICE - NAC AUF ARUBA SWITCHES. Rollenbasierte Konzepte mit Aruba OS Switches in Verbindung mit ClearPass Vorstellung Mobile First Features BEST PRACTICE - NAC AUF ARUBA SWITCHES Rollenbasierte Konzepte mit Aruba OS Switches in Verbindung mit ClearPass Vorstellung Mobile First Features Agenda 1 Overview 2 802.1X Authentication 3 MAC Authentication

More information

Two factor authentication for Microsoft Remote Desktop Web Access

Two factor authentication for Microsoft Remote Desktop Web Access Two factor authentication for Microsoft Remote Desktop Web Access logintc.com/docs/connectors/rd-web-access.html Overview The LoginTC RD Web Access Connector protects access to your Microsoft Remote Desktop

More information

Installing and Configuring vcenter Support Assistant

Installing and Configuring vcenter Support Assistant Installing and Configuring vcenter Support Assistant vcenter Support Assistant 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

HPE IMC APM IIS Server Application Monitor Configuration Examples

HPE IMC APM IIS Server Application Monitor Configuration Examples HPE IMC APM IIS Server Application Monitor Configuration Examples Part number: 5200-1352 Software version: IMC APM 7.2 (E0401) Document version: 1 The information in this document is subject to change

More information

Bomgar PA Integration with ServiceNow

Bomgar PA Integration with ServiceNow Bomgar PA Integration with ServiceNow 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of

More information

Aruba Instant

Aruba Instant Aruba Instant 6.4.4.4-4.2.3.2 Release Notes Copyright Copyright 2016 Hewlett Packard Enterprise Development LP Open Source Code This product includes code licensed under the GNU General Public License,

More information

HPE IMC UAM 802.1X Authentication and ACL Based Access Control Configuration Examples

HPE IMC UAM 802.1X Authentication and ACL Based Access Control Configuration Examples HPE IMC UAM 802.1X Authentication and ACL Based Access Control Configuration Examples Part Number: 5200-1368 Software version: IMC UAM 7.2 (E0406) Document version: 2 The information in this document is

More information

Red Hat 3Scale 2-saas

Red Hat 3Scale 2-saas Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Last Updated: 2018-07-11 Red Hat 3Scale 2-saas API Documentation For Use with Red Hat 3Scale 2-saas Legal Notice Copyright 2018

More information

Open standards: Open authentication and Identity Management tool

Open standards: Open authentication and Identity Management tool Open standards: Open authentication and Identity Management tool Decentralised Citizens ENgagement Technologies Specific Targeted Research Project Collective Awareness Platforms Creative Commons Attribution-NonCommercial-

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

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

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA f 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

DCLI User's Guide. Data Center Command-Line Interface

DCLI User's Guide. Data Center Command-Line Interface Data Center Command-Line Interface 2.10.2 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, submit

More information

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1

Guide to Deploying VMware Workspace ONE. VMware Identity Manager VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE VMware Identity Manager 2.9.1 VMware AirWatch 9.1 Guide to Deploying VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, on page 1 Cisco ISE Administrators, on page 1 Cisco ISE Administrator Groups, on page 3 Administrative Access to Cisco ISE, on

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline Collector 2.0 VMware Skyline Collector Installation and Configuration Guide VMware Skyline Collector 2.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, page 1 Cisco ISE Administrators, page 1 Cisco ISE Administrator Groups, page 3 Administrative Access to Cisco ISE, page 11 Role-Based

More information

NetIQ Access Manager 4.3. REST API Guide

NetIQ Access Manager 4.3. REST API Guide NetIQ Access Manager 4.3 REST API Guide Contents 1. Introduction... 3 2. API Overview... 3 3 Administration APIs... 3 3.1 Accessing the Administration APIs... 3 3.2 Detailed API Documentation... 4 3.3

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

django-oauth2-provider Documentation

django-oauth2-provider Documentation django-oauth2-provider Documentation Release 0.2.7-dev Alen Mujezinovic Aug 16, 2017 Contents 1 Getting started 3 1.1 Getting started.............................................. 3 2 API 5 2.1 provider.................................................

More information

Administering Jive Mobile Apps for ios and Android

Administering Jive Mobile Apps for ios and Android Administering Jive Mobile Apps for ios and Android TOC 2 Contents Administering Jive Mobile Apps...3 Configuring Jive for Android and ios...3 Custom App Wrapping for ios...3 Authentication with Mobile

More information

Network Configuration Example

Network Configuration Example Network Configuration Example Configuring Authentication and Enforcement Using SRX Series Services Gateways and Aruba ClearPass Policy Manager Modified: 2016-08-01 Juniper Networks, Inc. 1133 Innovation

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

Manage Administrators and Admin Access Policies

Manage Administrators and Admin Access Policies Manage Administrators and Admin Access Policies Role-Based Access Control, on page 1 Cisco ISE Administrators, on page 1 Cisco ISE Administrator Groups, on page 3 Administrative Access to Cisco ISE, on

More information

Installing and Configuring vcenter Multi-Hypervisor Manager

Installing and Configuring vcenter Multi-Hypervisor Manager Installing and Configuring vcenter Multi-Hypervisor Manager vcenter Server 5.1 vcenter Multi-Hypervisor Manager 1.1.2 This document supports the version of each product listed and supports all subsequent

More information

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates

Table of Contents. Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Table of Contents Configure and Manage Logging in to the Management Portal Verify and Trust Certificates Configure System Settings Add Cloud Administrators Add Viewers, Developers, or DevOps Administrators

More information

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide

Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower 8.0: Installation Guide Policy Manager for IBM WebSphere DataPower Install Guide AKANA_PMDP_Install_8.0 Copyright Copyright 2016 Akana, Inc. All rights reserved.

More information

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface

DCLI User's Guide. Modified on 20 SEP 2018 Data Center Command-Line Interface Modified on 20 SEP 2018 Data Center Command-Line Interface 2.10.0 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about

More information

Integrating AirWatch and VMware Identity Manager

Integrating AirWatch and VMware Identity Manager Integrating AirWatch and VMware Identity Manager VMware AirWatch 9.1.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

ClearPass Release Notes

ClearPass Release Notes ClearPass 6.6.0 Release Notes Copyright Copyright 2016 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General Public License, the GNU Lesser

More information

Qualys Cloud Platform (VM, PC) v8.x Release Notes

Qualys Cloud Platform (VM, PC) v8.x Release Notes Qualys Cloud Platform (VM, PC) v8.x Release Notes Version 8.16 December 14, 2018 This new release of the Qualys Cloud Platform (VM, PC) includes improvements to Vulnerability Management and Policy Compliance.

More information

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE

Guide to Deploying VMware Workspace ONE with VMware Identity Manager. SEP 2018 VMware Workspace ONE Guide to Deploying VMware Workspace ONE with VMware Identity Manager SEP 2018 VMware Workspace ONE You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

DCLI User's Guide. Data Center Command-Line Interface 2.9.1

DCLI User's Guide. Data Center Command-Line Interface 2.9.1 Data Center Command-Line Interface 2.9.1 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, submit

More information

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4

VMware Skyline Collector Installation and Configuration Guide. VMware Skyline 1.4 VMware Skyline Collector Installation and Configuration Guide VMware Skyline 1.4 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have

More information

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0

REST API Operations. 8.0 Release. 12/1/2015 Version 8.0.0 REST API Operations 8.0 Release 12/1/2015 Version 8.0.0 Table of Contents Business Object Operations... 3 Search Operations... 6 Security Operations... 8 Service Operations... 11 Business Object Operations

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authentication for Cisco IPSec VPN For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

ForeScout Extended Module for VMware AirWatch MDM

ForeScout Extended Module for VMware AirWatch MDM ForeScout Extended Module for VMware AirWatch MDM Version 1.7.2 Table of Contents About the AirWatch MDM Integration... 4 Additional AirWatch Documentation... 4 About this Module... 4 How it Works... 5

More information

Configuring the Cisco APIC-EM Settings

Configuring the Cisco APIC-EM Settings Logging into the Cisco APIC-EM, page 1 Quick Tour of the APIC-EM Graphical User Interface (GUI), page 2 Configuring the Prime Infrastructure Settings, page 3 Discovery Credentials, page 4 Security, page

More information

Advanced Service Design. vrealize Automation 6.2

Advanced Service Design. vrealize Automation 6.2 vrealize Automation 6.2 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, submit your feedback to

More information

EMPOWER2018 Quick Base + Workato Workjam

EMPOWER2018 Quick Base + Workato Workjam EMPOWER2018 Quick Base + Workato Workjam Prerequisites Thank you for your interest in the Workjam. We are excited to have you on board. Before you get cracking to build your very own integration, below

More information

ForeScout Extended Module for MobileIron

ForeScout Extended Module for MobileIron Version 1.8 Table of Contents About MobileIron Integration... 4 Additional MobileIron Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

More information

ClearPass Release Notes

ClearPass Release Notes ClearPass 6.7.0 Release Notes Copyright Information Copyright 2017 Hewlett Packard Enterprise Development LP. Open Source Code This product includes code licensed under the GNU General Public License,

More information

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1

Guide to Deploying VMware Workspace ONE. DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 Guide to Deploying VMware Workspace ONE DEC 2017 VMware AirWatch 9.2 VMware Identity Manager 3.1 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

ForeScout Extended Module for MaaS360

ForeScout Extended Module for MaaS360 Version 1.8 Table of Contents About MaaS360 Integration... 4 Additional ForeScout MDM Documentation... 4 About this Module... 4 How it Works... 5 Continuous Query Refresh... 5 Offsite Device Management...

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

EMS Platform Services Installation & Configuration Guides

EMS Platform Services Installation & Configuration Guides EMS Platform Services Installation & Configuration Guides V44.1 Last Updated: August 7, 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents

More information

Configuring Single Sign-on from the VMware Identity Manager Service to Marketo

Configuring Single Sign-on from the VMware Identity Manager Service to Marketo Configuring Single Sign-on from the VMware Identity Manager Service to Marketo VMware Identity Manager JANUARY 2016 V1 Configuring Single Sign-On from VMware Identity Manager to Marketo Table of Contents

More information

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE

MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE GUIDE APRIL 2019 PRINTED 17 APRIL 2019 MANAGING ANDROID DEVICES: VMWARE WORKSPACE ONE OPERATIONAL TUTORIAL VMware Workspace ONE Table of Contents Overview Introduction Audience Getting Started with Android

More information

ForeScout CounterACT. Configuration Guide. Version 4.3

ForeScout CounterACT. Configuration Guide. Version 4.3 ForeScout CounterACT Authentication Module: RADIUS Plugin Version 4.3 Table of Contents Overview... 4 Understanding the 802.1X Protocol... 4 About the CounterACT RADIUS Plugin... 6 IPv6 Support... 7 About

More information

HPE Security ArcSight Connectors

HPE Security ArcSight Connectors HPE Security ArcSight Connectors SmartConnector for Microsoft Office 365 Configuration Guide October 17, 2017 SmartConnector for Microsoft Office 365 October 17, 2017 Copyright 2016 2017 Hewlett Packard

More information

Optimized Sales & Marketing Setup Guide

Optimized Sales & Marketing Setup Guide Optimized Sales & Marketing Setup Guide This document details the steps required to integrate Optimized Sales & Marketing (OSM) with Marketo. OSM uses this integration to read data from Marketo. There

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

CounterACT Aruba ClearPass Plugin

CounterACT Aruba ClearPass Plugin Version 1.1.0 and Above Table of Contents About the ClearPass Integration... 3 About This Plugin... 3 What to Do... 4 Requirements... 4 CounterACT Requirements... 4 Aruba ClearPass Requirements... 4 Networking

More information

HPE IMC APM SQL Server Application Monitor Configuration Examples

HPE IMC APM SQL Server Application Monitor Configuration Examples HPE IMC APM SQL Server Application Monitor Configuration Examples Part number: 5200-1353 Software version: IMC APM 7.2 (E0401) Document version: 1 The information in this document is subject to change

More information

ForeScout Extended Module for ServiceNow

ForeScout Extended Module for ServiceNow ForeScout Extended Module for ServiceNow Version 1.1.0 Table of Contents About this Integration... 4 Use Cases... 4 Asset Identification... 4 Asset Inventory True-up... 5 Additional ServiceNow Documentation...

More information

VMware AirWatch Integration with SecureAuth PKI Guide

VMware AirWatch Integration with SecureAuth PKI Guide VMware AirWatch Integration with SecureAuth PKI Guide For VMware AirWatch Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE

TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE TECHNICAL NOTE CLEARPASS PROFILING QUICK START GUIDE REVISION HISTORY Revised By Date Changes Dennis Boas Aug 2016 Version 1 initial release 1344 CROSSMAN AVE SUNNYVALE, CA 94089 1.866.55.ARUBA T: 1.408.227.4500

More information

Security Guide Release 7.1

Security Guide Release 7.1 [1]Oracle Communications WebRTC Session Controller Security Guide Release 7.1 E55124-01 March 2015 Oracle Communications WebRTC Session Controller Security Guide, Release 7.1 E55124-01 Copyright 2013,

More information