Common Resources v1.0

Size: px
Start display at page:

Download "Common Resources v1.0"

Transcription

1 Common Resources v1.0 Copyright Riverbed Technology Inc Created Aug 10, 2018 at 0:08 PM

2 Contents Contents Resource: auth_info auth_info: get Resource: info info: get Resource: ping ping: get Resource: services services: get Resource: session_auth session_auth: login session_auth: logout 2 2

3 Resource: auth_info Information that may be necessary to properly authenticate to the device. "login_banner":, "specify_purpose": boolean, "supported_methods": [ ] auth_info auth_info.login_banner auth_info.specify_purpose auth_info.supported_methods <boolean> > Information that may be necessary to properly authenticate to the device. A free-form text that should be displayed to the user prior to logging in, ala /etc/issue on UNIX systems Indicates whether or not this device can make use of the purpose when logging in List of supported authentication methods auth_info.supported_methods[items] A supported authentication method Values: BASIC, COOKIE, OAUTH_2_0; auth_info: get GET Returns an auth_info data object. Resource: info Device Info "device_name":, "hw_version":, "mgmt_addresses": [ ], "model":, "serial":, "sw_version": info Device Info Required properties: [device_name, model, sw_version]; info.device_name Device name info.hw_version Device hardware version (if applicable) info.mgmt_addresses > IP addresses configured/assigned to the management interface(s) of this device. info.mgmt_addresses[items] One management IP address info.model Device model info.serial Device serial number (if applicable) info.sw_version Device software version

4 info: get GET Returns an info data object. Resource: ping Safe resource for determining if the system is running. ping Safe resource for determining if the system is running. ping: get GET Returns a ping data object. Resource: services Available services on this device [ "id":, "versions": [ ], <prop>: any ] services > services[items] One service Available services on this device services[items].id Service identifier / namespace services[items].versions > API versions supported services[items].versions[items] One service version services[items].<prop> <any> services: get GET Returns a services data object.

5 Resource: session_auth Authentication via session-based cookies session_auth Authentication via session-based cookies session_auth: login Log in and create a new session POST Request Body Provide a request body with the following structure: "password":, "purpose":, "username": session_auth.links.login.request Login details session_auth.links.login.request. password Password to log in with session_auth.links.login.request.purpose Reason for logging in session_auth.links.login.request. username Username to log in with On success, the server returns a response body with the following structure: Required properties: [username, password]; "session_id":, "session_key": session_auth.links.login.response session_auth.links.login.response. session_id session_auth.links.login.response. session_key Value to be used in a session cookie Key to be used in a session cookie Required properties: [session_key, session_id]; session_auth: logout POST Request Body Do not provide a request body. On success, the server does not provide any body in the responses.

Riverbed Cascade Profiler Common REST API v1.0

Riverbed Cascade Profiler Common REST API v1.0 Riverbed Cascade Profiler Common REST API v1.0 Copyright Riverbed Technology Inc. 2017 Created Oct 26, 2017 at 04:10 PM Contents Contents Overview Overview SSL Ciphers Certificate Examples Known Issues

More information

CN Assignment I. 1. With an example explain how cookies are used in e-commerce application to improve the performance.

CN Assignment I. 1. With an example explain how cookies are used in e-commerce application to improve the performance. CN Assignment I 1. With an example explain how cookies are used in e-commerce application to improve the performance. In an e-commerce application, when the user sends a login form to the server, the server

More information

User Manual Documentation

User Manual Documentation User Manual Documentation Overview Dated: 10 th February 2018 Webmail is essentially using a web browser, such as Internet Explorer or Firefox, to access your Email account. The advantages of such a system

More information

Riverbed SteelCentral Flow Gateway REST API. v1.5

Riverbed SteelCentral Flow Gateway REST API. v1.5 Riverbed SteelCentral Flow Gateway REST API. v1.5 Copyright Riverbed Technology Inc. 2017 Created Oct 26, 2017 at 04:10 PM Contents Contents Overview Overview Authentication Resources Flow_Sources: List

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

SSH with Globus Auth

SSH with Globus Auth SSH with Globus Auth Summary As the community moves away from GSI X.509 certificates, we need a replacement for GSI-OpenSSH that uses Globus Auth (see https://docs.globus.org/api/auth/ ) for authentication.

More information

Faculty Web Page Management System. Help Getting Started

Faculty Web Page Management System. Help Getting Started Faculty Web Page Management System Help Getting Started 2 Table of Contents Faculty Web Page Management System...1 Help Getting Started...1 Table of Contents...2 Manage My Personal Information...3 Creating

More information

Bootstrap your APEX authentication & authorisation. a presentation by

Bootstrap your APEX authentication & authorisation. a presentation by Bootstrap your APEX authentication & authorisation a presentation by Who am I? Richard Martens independant Consultant since 2012 smart4apex founding member (2010) oracle since 2002 (Oracle 8i) PL/SQL,

More information

SymmetryCRM: Outlook Mail Application Tool

SymmetryCRM: Outlook Mail Application Tool SymmetryCRM: Outlook Mail Application Tool Overview The Symmetry Outlook application allows smooth integration of inbound and outbound email When sending an email to one or more people, a user has the

More information

NETCONF Client GUI. Client Application Files APPENDIX

NETCONF Client GUI. Client Application Files APPENDIX APPENDIX B The NETCONF client is a simple GUI client application that can be used to understand the implementation of the NETCONF protocol in Cisco E-DI. This appendix includes the following information:

More information

(Faculty members websites) System. User manual fac.ksu.edu.sa

(Faculty members websites) System. User manual fac.ksu.edu.sa (Faculty members websites) System User manual fac.ksu.edu.sa 1 Contents Home page... 3 Faculty member s websites page... 4 Search screen... 5 Website page... 6 Course page... 7 Courses page... 8 Curriculum

More information

Air Elite Management Guide. World Fuel Services elearning Tool

Air Elite Management Guide. World Fuel Services elearning Tool Air Elite Management Guide World Fuel Services elearning Tool www.wfselearning.com User Management Guide Administrator Menu You can access the Administrator Menu from the top navigation bar. The primary

More information

COVENTRY MEDICARE CERTIFICATION TRAINING CENTER

COVENTRY MEDICARE CERTIFICATION TRAINING CENTER 1/1/2012 COVENTRY MEDICARE CERTIFICATION TRAINING CENTER 0 P a g e User Guide Coventry Medicare Certification Training Center User Guide Table of Contents Getting Started: Log In and User Registration...

More information

User Authentication APIs

User Authentication APIs Introduction, page 1 signin, page 1 signout, page 5 Introduction MediaSense enables third-party developers to configure application users that allow third party applications to authenticate themselves.

More information

Advanced ASP.NET Identity. Brock Allen

Advanced ASP.NET Identity. Brock Allen Advanced ASP.NET Identity Brock Allen brockallen@gmail.com http://brockallen.com @BrockLAllen Advanced The complicated bits of ASP.NET Identity Brock Allen brockallen@gmail.com http://brockallen.com @BrockLAllen

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

Sample Title. Dancing with the Magento 2 APIs. A guided tour of the API dance floor. DevelopersParadise 2016 / Opatija / Croatia

Sample Title. Dancing with the Magento 2 APIs. A guided tour of the API dance floor. DevelopersParadise 2016 / Opatija / Croatia Sample Title Dancing with the Magento 2 APIs A guided tour of the API dance floor Bill Curtis CTO - Sweet Tooth Overview Use cases for using the Magento 2 API How to make API calls Extending the API

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

ConnectWise Integration

ConnectWise Integration ConnectWise Integration Introduction This integration is a lengthy process however it s relatively simple to configure and should take no longer than 10 minutes. It will allow you to import all of the

More information

1 Register 2 Take Course 3 Take Test 4 Get Certificate

1 Register 2 Take Course 3 Take Test 4 Get Certificate Training Guide for Group Administrators Use this Admin Guide if you manage a training account for a group of learners. If you are not managing a group account, please use the Learner Guide instead. Training

More information

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology

Produced by. Web Development. Eamonn de Leastar Department of Computing, Maths & Physics Waterford Institute of Technology Web Development Produced by Eamonn de Leastar (edeleastar@wit.ie) Department of Computing, Maths & Physics Waterford Institute of Technology http://www.wit.ie http://elearning.wit.ie Sessions Web Development

More information

THE SECURITY LEADER S GUIDE TO SSO

THE SECURITY LEADER S GUIDE TO SSO THE SECURITY LEADER S TO SSO When security leaders think of single sign-on (SSO), they usually think of user convenience and experience. But SSO also plays a critical role in delivering security for data

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

PEDStestOnline Authentication and Security

PEDStestOnline Authentication and Security PEDStestOnline Authentication and Security This document gives a brief tutorial of Authentication and Security while working with PEDS Online. The different pieces and features of the site like Login,

More information

Telenor Corporate Call & SMS. API Documentation

Telenor Corporate Call & SMS. API Documentation Telenor Corporate Call & SMS API Documentation Table of Contents 1. Authentication & Session ID... 1 2. Sending a Quick Message... 2 3. Query a Quick Message... 3 4. Create a Subscriber List... 4 5. Add

More information

Comply Peer 2 Peer Help document

Comply Peer 2 Peer Help document Comply Peer 2 Peer Help document RATA Associates 2006 Table of Contents RATA Comply Peer-2-Peer Overview 2 Accessing Peer-2-Peer 3 Account Information 4 Logout 5 Log In 6 Menu 7 Register 8 Selection Summary

More information

Volante NACHA ISO20022 Validator AMI User Guide

Volante NACHA ISO20022 Validator AMI User Guide Volante NACHA ISO20022 Validator AMI User Guide 1. About Volante NACHA ISO20022 Validator AMI User Guide This document is referenced in the REST Services Deployment Guide. This outlines the available REST

More information

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017

MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL. 31 January 2017 MULTI FACTOR AUTHENTICATION USING THE NETOP PORTAL 31 January 2017 Contents 1 Introduction... 2 1.1 Prerequisite for configuring the multi-factor authentication:... 2 1.1.1 On the Guest side... 2 1.1.2

More information

Installation Guide for antegma accallio OX Version 1.0

Installation Guide for antegma accallio OX Version 1.0 Installation Guide for antegma accallio OX 1.0.0 Version 1.0 INSTALLATION VIA PACKAGE MANAGER OF ADOBE EXPERIENCE MANAGER 3 Download of the content package 3 Install content package via AEM Package Manager

More information

Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user

Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user Standards New Zealand Online Library user guide for Read-Only users Logging in as a Read-Only user Go to www.standards.co.nz. Click Login at the top of the page. Type your Read-Only username and password

More information

New User s Guide

New User s Guide 2010-2011 New User s Guide Nurse Web-Log This user s guide is designed for new users of the Nurse web-log. Please use this information to help you during your initial usage of the log. This guide should

More information

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5

A. Getting Started About e-access Enrolling in e-access: Authenticating your account Login... 5 Contents A. Getting Started... 3 1. About e-access... 3 2. Enrolling in e-access:... 3 3. Authenticating your account... 5 4. Login... 5 B. Fix a Problem... 6 1. Provided the wrong email address during

More information

How to Login, Logout and Manage Password (QRG)

How to Login, Logout and Manage Password (QRG) How to Login, Logout and Manage Password (QRG) This Quick Reference Guide covers the following topics: 1. How to login in to the DCC. How to change (reset) your password 3. What to do if you have forgotten

More information

Step 1 - Go to Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements

Step 1 - Go to   Step 2 - Login to your account. Step 3 - Click Register for a Test. Step 4 - Read the Requirements Step 1 - Go to www.texes.ets.org Go to www.texes.ets.org Click the register link found in the top navigation. Step 2 - Login to your account Enter your username and password and click login. If you do

More information

Protect My Ministry Integrated Background Checks for Church Community Builder

Protect My Ministry Integrated Background Checks for Church Community Builder Protect My Ministry Integrated Background Checks for Church Community Builder Integration and User Guide Page 1 Introduction Background Check functionality through Protect My Ministry has been integrated

More information

Client 2. Authentication 5

Client 2. Authentication 5 Pipeline Pilot Web Port Support Guide April 2011 Contents Requirements 2 Requirements 2 Server 2 Client 2 Web Port Access 3 Authentication 5 Introduction Pipeline Pilot Web Port is a web-based application

More information

GEL Scripts Advanced. Your Guides: Ben Rimmasch, Yogesh Renapure

GEL Scripts Advanced. Your Guides: Ben Rimmasch, Yogesh Renapure GEL Scripts Advanced Your Guides: Ben Rimmasch, Yogesh Renapure Introductions 2 Take 5 Minutes Turn to a Person Near You Introduce Yourself Agenda 3 Accessing JAVA Classes and Methods SOAP Web Services

More information

Integrating CMS with XTRF Language Business Platform

Integrating CMS with XTRF Language Business Platform Integrating CMS with XTRF Language Business Platform Challenges and Benefits of CMS / TMS Integration The challenge We are ACME Language Services - the translation office - Our customer has a CMS system

More information

Jagiellonian University Norm DTI/01-2

Jagiellonian University Norm DTI/01-2 Jagiellonian University Norm DTI/01-2 Central Login of the Jagiellonian University ( Punkt Logowania ) rules for connecting applications As at: 11 th June 2015 Abstract This norm sets rules for all applications

More information

Bambu API Documentation

Bambu API Documentation Bambu API Documentation Release 2.0.1 Steadman Sep 27, 2017 Contents 1 About Bambu API 3 2 About Bambu Tools 2.0 5 3 Installation 7 4 Basic usage 9 5 Questions or suggestions? 11 6 Contents 13 6.1 Defining

More information

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013

RSA SecurID Ready Implementation Guide. Last Modified: December 13, 2013 Ping Identity RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 13, 2013 Product Information Partner Name Ping Identity Web Site www.pingidentity.com Product Name PingFederate

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

Veracity LRS Usage Documentation

Veracity LRS Usage Documentation https://lrs.veracity.it Veracity LRS Usage Documentation LRS Version Beta 1 (Hosted) Document Version 1.0 Table of Contents 1. Create and Configure LRS 3 1.1. Create an LRS Instance 3 1.2. Create Access

More information

Instructions for using your new adobe connect license:

Instructions for using your new adobe connect license: Instructions for using your new adobe connect license: Now that you have been issued your license from Adobe Connect Volume Licensing please open the email titled Your Adobe Connect account info and resources

More information

Using CSE Cisco Anyconnect with 2FA

Using CSE Cisco Anyconnect with 2FA Using CSE Cisco Anyconnect with 2FA If you are using the Duo Mobile App in push mode: you open Anyconnect. 3. Enter your CSE UserName for the Username. 4. A new window will open. 5. Enter your CSE UserName

More information

Manual for configuring VPN in Windows 7

Manual for configuring VPN in Windows 7 Manual for configuring VPN in Windows 7 A. Installing the User Digital Signing Certificate (DSC) 1. Once your receive the DSC, please acknowledge it by replying it to the same email address to get the

More information

TF-NOC meeting Brussels, October Federation. monitoring. rediris.es> Jaime Pérez

TF-NOC meeting Brussels, October Federation. monitoring. rediris.es> Jaime Pérez TF-NOC meeting Brussels, October 2011 Federation monitoring Jaime Pérez Virginia Martín-Rubio What is an identity federation? A set of infrastructures,

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

MULTI-FACTOR AUTHENTICATION SET-UP

MULTI-FACTOR AUTHENTICATION SET-UP MULTI-FACTOR AUTHENTICATION SET-UP DepositPartner Desktop Application FIRST TIME ENROLLMENT NOTE: Your computer settings cannot be set to clear cookies upon exit, otherwise you will be prompted to enter

More information

This user guide covers how existing CSUFEDU Qualtrics account users can migrate their account from the CSUFEDU brand to the Fullerton brand.

This user guide covers how existing CSUFEDU Qualtrics account users can migrate their account from the CSUFEDU brand to the Fullerton brand. Quick Reference Guide Converting Your Qualtrics Account from CSUFEDU This user guide covers how existing CSUFEDU Qualtrics account users can migrate their account from the CSUFEDU brand to the Fullerton

More information

E-Training - User Setup Instruction & Functions. E-Training User Setup And Functions

E-Training - User Setup Instruction & Functions. E-Training User Setup And Functions E-Training User Setup And Functions 1 of 10 User Id and Password Setup Below are the steps to set up your user id and password to use the E-Training System. Step 1: Open Internet Explorer and go to the

More information

bit Drive PORTAL GUIDE

bit Drive PORTAL GUIDE bit Drive PORTAL GUIDE rev.b www.audison.eu Audison bit Drive Portal Guide The Audison bit Drive Portal has been created to provide the Audison customers with a web-based utility to let them to fully enjoy

More information

COMMUNITY Account - Transcript Requests Sent to Self Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota.

COMMUNITY Account - Transcript Requests Sent to Self Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. COMMUNITY Account - Transcript Requests Sent to Self Instructions for requesting Official Transcripts from Bethel University, Saint Paul, Minnesota. Both electronic and paper versions of official transcripts

More information

Start To Develop THE NEXT LEVEL

Start To Develop THE NEXT LEVEL Start To Develop THE NEXT LEVEL 11.10.2017 OVERVIEW I. MARKET & REGISTRATION II. API SUBSCRIPTION III. API TYPES IV. CALLING API S V. SANDBOX VS LIVE VI. TOOLS 10/13/2017 NxtPort The Next Level 2 I. MARKET

More information

WDC RDS Connection for Android Users

WDC RDS Connection for Android Users WDC RDS Connection for Android Users Introduction The WDC Remote Desktop Service (RDS) can be connected to most personal computer devices, including Android Smartphones and tablets, even though the RD

More information

Configuration examples for the D-Link NetDefend Firewall series DFL-260/860

Configuration examples for the D-Link NetDefend Firewall series DFL-260/860 Configuration examples for the D-Link NetDefend Firewall series DFL-260/860 Scenario: How to configure User Authentication for multiple groups Last update: 2008-04-29 Overview In this document, the notation

More information

Procard Website Training

Procard Website Training Procard Website Training https://access.usbank.com Enter the following: Organization Short Name: TNTECH User ID (All Caps) Password Click on Login If you forget your password, then please click on Forgot

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 23 SP-WX-MBLIOS-CG-201807--R023.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 21 SP-WX-MBLIOS-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

Security Management System SNMP Trap Interface

Security Management System SNMP Trap Interface Security Management System software generates various alarms on events. SMS SNMP trap Interface application connects to one or more SMS Servers and receives all the alarms generated by the SMS application.

More information

Standards New Zealand

Standards New Zealand Standards New Zealand Online Library user guide for Read-only users Logging in as a Read-only user Go to www.standards.co.nz Click Login at the top of the page Type your Read-only username and password

More information

Online Banking Registration Guide. Mobile App / Registration Via Mobile. Step 1: Sign Up for Online Banking. Step 2: Select Individual or Business

Online Banking Registration Guide. Mobile App / Registration Via Mobile. Step 1: Sign Up for Online Banking. Step 2: Select Individual or Business Online Banking Registration Guide Mobile App / Registration Via Mobile Step 1: Sign Up for Online Banking Go to campusfederal.org Click on New User under the Login button. Step 2: Select Individual or

More information

Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus

Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus Help Document Series: Connecting to your Exchange mailbox via Outlook from off-campus This document will take you through setting up your Clark Exchange mailbox in Outlook 2003 from off-campus. This will

More information

Grandstream Networks, Inc. UCM6xxx IP PBX Series SugarCRM Integration Guide

Grandstream Networks, Inc. UCM6xxx IP PBX Series SugarCRM Integration Guide Grandstream Networks, Inc. UCM6xxx IP PBX Series Table of Content INTRODUCTION... 4 UCM6XXX CONFIGURATION... 5 Admin Configuration... 5 User Configuration... 6 SUGARCRM INTERFACE... 7 CLICK-TO-DIAL FEATURE...

More information

Page 1 of 18. Girl Guides Member Zone

Page 1 of 18. Girl Guides Member Zone Page 1 of 18 Girl Guides Member Zone Table of Contents Girl Guides Member Zone...1 Table of Contents...2 Connecting to Memberzone...3 Using Windows XP or Windows 2003...5 Using Windows 2000...6 Navigating

More information

Lab - Remote Desktop in Windows 8

Lab - Remote Desktop in Windows 8 Lab - Remote Desktop in Windows 8 Introduction In this lab, you will remotely connect to another Windows 8 computer. Recommended Equipment The following equipment is required for this exercise: Two Windows

More information

mhtml:file://c:\wamp\www\computer center\downloads\thunderbird mail configuration.mht

mhtml:file://c:\wamp\www\computer center\downloads\thunderbird mail configuration.mht Page 1 of 10 This file contains all the steps and information that was recorded to help you describe the recorded steps to others. Before sharing this file, you should verify the following: The steps below

More information

2N Helios IP HTTP API

2N Helios IP HTTP API 2N Helios IP HTTP API Konfigurační manuál Version 2.11 www.2n.cz The 2N TELEKOMUNIKACE a.s. is a Czech manufacturer and supplier of telecommunications equipment. The product family developed by 2N TELEKOMUNIKACE

More information

Research Panel. How to set up your Gmail Account & Yahoo Account for the Survey Savvy Research Panel

Research Panel. How to set up your Gmail Account & Yahoo Account for the Survey Savvy  Research Panel Email Research Panel How to set up your Gmail Account & Yahoo Account for the Survey Savvy Email Research Panel ERP SETUP Thanks for participating in our Email Research Panel, to get started we need you

More information

Provider Treatment Portal User Guide

Provider Treatment Portal User Guide Provider Treatment Portal User Guide THE SMARTER WAY TO SUBMIT AND TRACK APTP FORMS OVERVIEW Welcome to Procura s Provider Treatment Portal User Guide. This new portal provides a fast, secure and efficient

More information

Logging In / Logging Out of Avatar

Logging In / Logging Out of Avatar Logging In / Logging Out of Avatar Article Number: 34 Rating: Unrated Last Updated: Fri, Jul 29, 2016 at 9:16 AM Overview Details for logging in and out of the Avatar system. Your credentials will be provided

More information

Mobile Android Configuration Guide

Mobile Android Configuration Guide Mobile Android Configuration Guide Version 21 SP-WX-MBLAND-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

PT Activity: Configure AAA Authentication on Cisco Routers

PT Activity: Configure AAA Authentication on Cisco Routers PT Activity: Configure AAA Authentication on Cisco Routers Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask R1 Fa0/0 192.168.1.1 255.255.255.0 S0/0/0 10.1.1.2

More information

Tech Note ID: Leave Approval Web Module-101 Subject: Leave Approval Web Module Basics in Timeware Primetime

Tech Note ID: Leave Approval Web Module-101 Subject: Leave Approval Web Module Basics in Timeware Primetime Tech Note ID: Leave Approval Web Module-101 Subject: Leave Approval Web Module Basics in Timeware Primetime Background: Timeware Primetime is a workforce management system that governs the business of

More information

The following steps guide you through logging in to the Virtual Gateway:

The following steps guide you through logging in to the Virtual Gateway: Logon Process for the Virtual Gateway The following steps guide you through logging in to the Virtual Gateway: 1. Access the Virtual Gateway home page at www.mass.gov/vg and click the Logon link: Click

More information

Lab - Remote Desktop in Windows 7 and Vista

Lab - Remote Desktop in Windows 7 and Vista Lab - Remote Desktop in Windows 7 and Vista Introduction In this lab, you will remotely connect to another Windows 7 or Vista computer. Recommended Equipment The following equipment is required for this

More information

Instructions for the Installation of CTAS

Instructions for the Installation of CTAS Instructions for the Installation of CTAS Office of the State Auditor Website: http://www.auditor.state.mn.us/ The images in these instructions may be slightly different from the ones on your computer.

More information

Privileged Remote Access SIEM Tool Plugin Installation and Administration

Privileged Remote Access SIEM Tool Plugin Installation and Administration Privileged Remote Access SIEM Tool Plugin Installation and Administration 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation.

More information

COMP519 Web Programming Lecture 28: PHP (Part 4) Handouts

COMP519 Web Programming Lecture 28: PHP (Part 4) Handouts COMP519 Web Programming Lecture 28: PHP (Part 4) Handouts Ullrich Hustadt Department of Computer Science School of Electrical Engineering, Electronics, and Computer Science University of Liverpool Contents

More information

SeaSonde Combine Web Server

SeaSonde Combine Web Server SeaSonde Combine Web Server SeaSonde Combine Web Server 146.01.1708.UG Sept 13, 2017 This document describes installing, using and configuring the Combine Web Server. Installation and Access The SeaSonde

More information

Remote Access to Unix Machines

Remote Access to Unix Machines Remote Access to Unix Machines Alvin R. Lebeck Department of Computer Science Department of Electrical and Computer Engineering Duke University Overview We are using OIT Linux machines for some homework

More information

Alert Configuration on the Cisco WAP121 and WAP321 Access Point

Alert Configuration on the Cisco WAP121 and WAP321 Access Point Email Alert Configuration on the Cisco WAP121 and WAP321 Access Point Objective System events are activities in the system that may require attention and necessary actions to be taken in order to run the

More information

Installation Guide for antegma accallio SP Version 1.0

Installation Guide for antegma accallio SP Version 1.0 Installation Guide for antegma accallio SP 1.0.0 Version 1.0 INSTALLATION VIA PACKAGE MANAGER OF ADOBE EXPERIENCE MANAGER 3 Download of the content package 3 Install content package via AEM Package Manager

More information

Administrative Guide

Administrative Guide Administrative Guide Admin Home: Wiley Digital Archives (WDA) Admin pages. Please login using the admin name and password assigned to the institution 1. The first screen shows information about the institution,

More information

Warm Up to Identity Protocol Soup

Warm Up to Identity Protocol Soup Warm Up to Identity Protocol Soup David Waite Principal Technical Architect 1 Topics What is Digital Identity? What are the different technologies? How are they useful? Where is this space going? 2 Digital

More information

Getting Started: How to Create an Account and Apply for a Job On-line. 4/7/2015 I AM ipetersburg RECRUITMENT 1

Getting Started: How to Create an Account and Apply for a Job On-line. 4/7/2015 I AM ipetersburg RECRUITMENT 1 Getting Started: How to Create an Account and Apply for a Job On-line 4/7/2015 I AM ipetersburg RECRUITMENT 1 From the Job Opportunities web page, view the current job listings. The active job postings

More information

User Guide Version 1.0

User Guide Version 1.0 vfire Mobile App User Guide Table of Contents Version Details 4 Online Support 4 Copyright 4 About this Document 5 Intended Audience 5 Standards and Conventions 5 About the vfire Mobile App 6 Installing

More information

External HTTPS Trigger AXIS Camera Station 5.06 and above

External HTTPS Trigger AXIS Camera Station 5.06 and above HOW TO External HTTPS Trigger AXIS Camera Station 5.06 and above Created: October 17, 2016 Last updated: November 19, 2016 Rev: 1.2 1 Please note that AXIS does not take any responsibility for how this

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

Scout Enterprise Dashboard

Scout Enterprise Dashboard Scout Enterprise Dashboard Administrator s Guide Date 2017-07-25 0. Legal Information 2 1. Introduction 3 2. Installation 4 2.1. System requirements 4 2.2. Installing Scout Enterprise Dashboard 6 2.3.

More information

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 TABLE OF CONTENTS NO TOPICS PAGES 1 LOGIN 1-3 2 CHANGE PASSWORD 4 3 CREATE NEW REQUEST 5-7 4 VIEW REQUEST 8-9 5 LOGOUT 10 6 FORGOT

More information

ICANN Monitoring System API (MoSAPI)

ICANN Monitoring System API (MoSAPI) ICANN Monitoring System API (MoSAPI) Version 2.7 2018-03-06 1. Introduction... 3 1.1. Date and Time... 3 1.2. Credentials... 3 1.3. Glossary... 3 2. Common elements used in this specification... 5 3. Session

More information

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6

8.0 Help for Community Managers Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents 8.0 Help for Community Managers... 3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Church Dashboard User Guide Updated: 07/24/2018

Church Dashboard User Guide Updated: 07/24/2018 Church Dashboard User Guide Updated: 07/24/2018 TABLE OF CONTENTS Introduction to the Church Dashboard.....2 Logging into the Church Dashboard........3 Church Dashboard Home Page....6 Church Information..

More information

Xerox Connect App for Blackboard

Xerox Connect App for Blackboard Xerox Connect App for Blackboard Information Assurance Disclosure Additional information, if needed, on one or more lines Month 00, 0000 2018 Xerox Corporation. All rights reserved. Xerox,

More information

User Setup and Login Instructions for RoseASP

User Setup and Login Instructions for RoseASP Quick Links: Installing Citrix Receiver Logging into the RoseASP Environment Logging Off for the Day SET IE 11 Compatibility Settings User Setup and Login Instructions for RoseASP Before initially logging

More information

LEMONLDAP::NG 2.0. FOSDEM 2019

LEMONLDAP::NG 2.0. FOSDEM 2019 LEMONLDAP::NG 2.0 FOSDEM 2019 info@worteks.com LemonLDAP::NG Software 2 SSO Workfow 2. Authentication 1. First access 3. Send SSO Token 4. Validate SSO token Authentication Portal Trust link Application

More information

ecommerce USER GUIDE

ecommerce USER GUIDE ecommerce USER GUIDE ecommerce USER GUIDE TABLE OF CONTENTS Page Page Page Page Page 7 Page 8 Page 9 Page 0 Page Page Page Page Page 7 Page 8 Page 9 Page 0 What s New in the Latest Version Login Ask to

More information

Connecting to Cisco Insight Reporter v3.1

Connecting to Cisco Insight Reporter v3.1 CHAPTER 2 Connecting to Cisco Insight Reporter v3.1 This chapter provides instructions on how to launch the Cisco Insight Reporter v3.1 application after it is installed on a server and describes the various

More information

v ON24/7 Online Support Requests 24/7 Custom Support Advisories Automatic Updates Status Tracking Ticketing System

v ON24/7 Online Support Requests 24/7 Custom Support Advisories Automatic Updates Status Tracking Ticketing System v.9.30.16 ON24/7 Ticketing System Online Support Requests 24/7 Custom Support Advisories Automatic Updates Status Tracking INTRODUCTION ON24/7 user tools may vary depending on user administration levels

More information