Guidelines on the use of LSS for NemID test tools

Size: px
Start display at page:

Download "Guidelines on the use of LSS for NemID test tools"

Transcription

1 Guidelines on the use of LSS for NemID test tools Table of contents 1 The purpose and audience of the document Introduction Test steps OOAPI and web demo for service providers Using OOAPI Example of web application in.net Structure of the application tuexamplelss.net The /variantlss folder Setting up different signature flows /testing LssLibrary Configuring and running the application Example of web demo in Java Structure of the application Configuring and running the application LSS back-end test stub Up and running Web.config Running the LSS backend test stub in Java Test users Test integration page for LSS SIGN_PROPERTIES Test frame for service providers Signaturgruppen 2014 Page 1 of 18

2 Version history 4 th April 2014 Version 1.1 TSS 28 th Match 2014 Version 1.0 TSS 27 th Match 2014 Version TSS 20 th March 2014 Version JGB 13 th March 2014 Version BS 4 th March 2014 Version TSS 2014 Version 0.9 JGB Signaturgruppen 2014 Page 2 of 18

3 1 The purpose and audience of the document The document addresses developers at the service provider and LSS supplier organisation, responsible for developing support for LSS for NemID in their product. The purpose of this document is to provide guidelines for service providers and LSS suppliers on using the test tools for LSS for NemID. Summary of all documents in the LSS for NemID package: General documentation Introduction to the LSS for NemID service provider package Guidelines for the LSS for NemID interaction design and user selection Terms and concepts in LSS for NemID Implementation documentation General technical specification Implementation FAQ for LSS for NemID LSS technical specification Implementation guide for LSS Test documentation Guidelines on the use of LSS for NemID test tools Recommended test procedures for LSS for NemID Testprocedures for LSS Solution documentation Requirements feedback form for LSS Reference documentation Specification document for the PID-CPR service Specification document for the RID-CPR service Specification document for LDAP API Specification document for OCSP Signaturgruppen 2014 Page 3 of 18 Specification document for OCES II

4 2 Introduction This document provides an overview and introduction to the test tools available to service providers and LSS suppliers for testing solutions integrating with LSS for NemID. The tools provided include three main elements and a LSS specific test page. OOAPI OOAPI can be used for validating the resulting XML-DSig Messages w.r.t format, signature and certificate validity. This is an open-source tool, used by the existing service provider examples for Nets-DanID s NemID. Demo web applications Demo web applications are provided for.net and Java. These applications demonstrate how to set up and integrate with the LSS Client and demonstrate the use of OOAPI. The web applications provide a standalone setup from where a service provider or LSS supplier is able to build their integration with the LSS Client. LSS test stub The test stub is a LSS back-end used when testing the LSS Client integration from a service provider application. The test stub uses standard key-file test users from Nets- DanID s test environment. LSS back-end specific test page For LSS suppliers, a test page is available in the demo web applications, testing the integration with the HTML5 Web Messaging JavaScript API and testing various scenarios with both valid and invalid parameters. Signaturgruppen 2014 Page 4 of 18

5 Service provider specific test page For service providers, a test page is available, which is able to send back various error codes, in order for the service provider to review error situations that are not readily available in normal interaction flows. 2.1 Test steps To enable a complete test setup, complete the following steps: Set up the LSS test stub provided in the LSS for NemID SP package. The LSS test stub is set up with test users by adding test certificate files to a folder, configured in the LSS test stub web application. Set up the service provider demo application provided in the LSS for NemID SP package. Instead of using the official LSS Client URL, the service provider may setup the iframe for the LSS Client using a local URL pointing at the deployed LSS test stub. The service provider application must be configured with a valid VOCES used for signing the parameters. Signaturgruppen 2014 Page 5 of 18

6 3 OOAPI and web demo for service providers The demo web applications provided in the LSS for NemID SP package, demonstrate the use of OOAPI and how to configure OOAPI. The result of login and signature flows is a XML-DSig message. To validate the format and correctness of the message the service provider is able to use OOAPI as demonstrated in the demo applications or another tool able to validate the XML-DSig messages. The tool used should be able to validate both LSS Client and general NemID XML- DSig messages. Note however, that it is required when testing an LSS backend implementation that the generated XML-DSig messages are validated with success using OOAPI Using OOAPI OOAPI is an open source API, provided with the general service provider package from Nets DanID as well as in the LSS for NemID SP package. Refer to the demo web applications for a demonstration of how this is done. For more information about OOAPI, please refer to the documentation of the general service provider package. The web demo provided in the service provider package can be used as reference on how to use and set up OOAPI for both.net and Java. 3.2 Example of web application in.net As an example of how to integrate to the LSS Client and how to use OOAPI.NET, a web example is provided allowing both login and signing operations. Signaturgruppen 2014 Page 6 of 18

7 The example is tailored to be a self-contained reference of how to integrate to and with the LSS Client. The example is based on the web application reference given by DanID in their service provider package and further demonstrates the usage of OOAPI.NET. The latest version of OOAPI.NET should always be used. Check that the version supplied with this demo application is up-to-date and update to a newer version if not. The latest version of OOAPI can be found in Nets DanID s service provider documentation package. The web application can be compiled and run in.net 3.5 or newer Structure of the application The application is a.net solution containing three projects. Solution file: lss-for-nemid.lss 1. tuexamplelss.net 2. lsslibrary 3. OOAPI.NET tuexamplelss.net tuexamplelss.net is the main entry point for the service provider. This is a standard.net web application setup to demonstrate both login and signing flows for LSS for NemID. The example demonstrates how OOAPI.NET is used for setup and validation of the NemID flows, and demonstrates how to use OOAPI.NET to validate the response from the LSS Client. The structure is outlined below: /resources LSS, JavaScript, pictures and other resources. /tuexample - Generation of challenge and error handling /variantlss Example service provider setup entry point Signaturgruppen 2014 Page 7 of 18

8 /testing test pages applicable by the service provider and the lsssuppliers *.aspx - Webpages Web.config - Web application configuration The /variantlss folder This is the main entry point of the web application. It is based on existing demo examples from DanID for NemID, and has been setup in a similar manner. The web pages in this folder provide a demonstration of how to set up the LSS Client and handle the communication with the LSS back-end along with examples of how to handle the Web Message communication using JavaScript and how to redirect flow on success and errors. Validation of the XML-DSig Message using OOAPI is demonstrated as well Setting up different signature flows The following code-file demonstrates how to setup different signature flows, i.e. text, html, xml or pdf: signer-med-noegleserver.aspx.cs /testing The /testing folder contains web pages, which allow the service provider to test various parts of the integration without being connected to a live LSS back-end. In the web application configuration (see sections below), the address for the LSS Client can be specified. Two pages are included in the /testing folder, which can be used as a target for the iframe element to test the integration. Globallssframe.aspx When set as the iframe source, it returns the error code LSSGLB001 instantly and simulates the scenario where a user is not connected to a network with DNS for a local LSS back-end. Signaturgruppen 2014 Page 8 of 18

9 Testframe.aspx A simple page, allowing the service provider to check whether the JavaScript communication between the service provider page and the iframe is working, and test whether the response is handled correctly. Set up the iframe source to point out this page and run the web example to use the page. Set up the iframe element large enough (400*450 pixels or more) to accommodate all the buttons in the test page. TestFrameIntegration.aspx A test page providing several test scenarios for testing the LSS Client integration. The page is provided as a test tool when implementing a LSS back-end and does not address the service provider LssLibrary This is a library with source code, used for the LSS Client integration. Use this as an example. Classes used to generate parameters: ParameterGeneratorBase.cs LoginParameterGenerator.cs SignParameterGenerator.cs These files are used as a reference on how to generate the JSON parameters, passed on to the LSS back-end and how to sign and digest the parameters Configuring and running the application This section includes a description of the specific configuration for the service provider demo application. The following entries must be configured in the appsettings section in web.config: <add key="lssorigin" value=" <add key="pfxfile" value="c:\...\danidtesttu.pfx"/> <add key="pfxpassword" value="test1234"/> Signaturgruppen 2014 Page 9 of 18

10 The lssorigin is the used as the LSS Client URL and if not specified defaults to This can be used to test other sources for the LSS Client, for instance a local setup of the LSS test stub. The value is also used in the Web Messaging origin checks. 3.3 Example of web demo in Java A Java web application is provided in the LSS for NemID SP package. The example is tailored to be a self-contained reference of how to integrate to and with the LSS Client. The example is based on the web application reference given by DanID in their service provider package and further demonstrates the usage of OOAPI for Java. For a complete reference on the various applications of OOAPI, please refer to DanID s service provider documentation and examples. The web application can be compiled and run using Maven version or higher Structure of the application The Java demo web application for service providers is a Maven project built from a pom.xml file. The OOAPI component should be installed on your local Maven repository and should always be the latest version released by DanID. /src/main/webapp - Contains the web application pages used for demonstrating the flow. /src/main/webapp/variantlss - Contains all relevant *.jsp pages. /src/main/java - Contains the code-behind Java code. Signaturgruppen 2014 Page 10 of 18

11 Dk.certifikat.tuexample - Contains code from the existing DanID TU Example application. dk.digst.lss - Contains NemID LSS specific code Configuring and running the application Install the latest version of OOAPI in your local repository and update the pom.xml to reflect this version. Then build using your Maven setup. The.jks used for signing the parameters and password are configured in the pom.xml in the <profile><id>tuexample</id> section. The configuration found in the download package are preconfigured with the same test certificate found in DanID s TU Example demo and can be used out-of-the-box to test against NemID s test environment. /src/main/resources - Property files for various settings in the project. /webapp/web-inf/web.xml - The configuration of the project. /src/main/resources/error-codes.properties- List of error codes with corresponding error message. /src/main/resources/nemid.properties contains the settings used by the application. The LSS Client are setup in the relevant *.jsp pages in the variantlss folder. The application demonstrates the Web Messaging and how to integrate with the LSS Client and the various login and signing flows. It is also demonstrated how to use OOAPI to validate the XML-DSig Message received from a LSS back-end upon a successful login or signing operation through the LSS Client. Signaturgruppen 2014 Page 11 of 18

12 4 LSS back-end test stub The service provider package contains a standalone test stub integrating with the LSS Client. It is configured using standard key-file test-users from Nets- DanID s test environment. This allows the service provider to test various scenarios with valid and invalid certificates. The test stub provides a demonstration of the full functionality of a LSS back-end with both login and signing operations for all supported flows, and returns the corresponding XML-DSig Message when a login or signing operation has been successfully completed. 4.1 Up and running The package downloaded contains a self-contained web application. The.Net version must be set up as a web application with root as the downloaded folder. The root of the application (Default.aspx) or / is the entry point and should be the target of the LSS Client from a service provider page. To install test users in the demo, simply transfer test key files for NemID test users into the directory configured in the web application configuration, and ensure that the web application has read permissions for this directory. To prevent browser caching of the LSS Client frame, the service provider will append a string of random digits to the source URL in the form digits> Ensure that your web server is able to handle this. Please ignore the digits. Signaturgruppen 2014 Page 12 of 18

13 4.2 Web.config This section includes an example of the Web.config. The key path setting points to the folder contain the test users used. Simply configure this folder and download test key file users and save them here. Follow the naming convention displayed in the following section. An example of the URL rewrite rule, allowing the web application to handle /<random digits> appended to the LSS Client URL in the service provider setup is supplied as well. <?xml version="1.0"?> <configuration> <appsettings> <add key="keypath" value="c:\...\testuserdirectory"/> </appsettings> <system.webserver> <rewrite> <rules> <rule name="random rewrite"> <match url="^[0-9]" /> <action type="rewrite" url="/" /> </rule> </rules> </rewrite> </system.webserver> </configuration> 4.3 Running the LSS backend test stub in Java The java version of the LSS backend test stub consists of a Java project with a maven build file. To build the package run the command mvn clean install The result of the build is a war file, which can be deployed in ones webcontainer of choice. Alternatively one can run the build directly from maven using the command. Signaturgruppen 2014 Page 13 of 18

14 mvn jetty:run To set up the path in which the LSS backend test stub will look for PKCS12 files one alter the file <projectroot>/src/main/resources/lss.properties and make the keypath property reflect the folder choosen. The default folder is c:\nemid\keystore 4.4 Test users The test layout in the LSS test stub will read test users the following way: File name from start to the first _ will be interpreted as the user name. The file name after the first _ and to file extension will be displayed as certificate info for the selected user. The password entered will be used to open file p12/pfx file. Example: aafmr_john Johnson (cvr: ).p12. When user name aafmr is entered in the layout, the certificate info is populated with John Johnson (cvr: ). Transferring several files with the same user name, allows a scenario where a user has more than one certificate. DanID s key file test users can be found here: byder/nemid_tjenesteudbyder_support/testcertifikater/ Download the appropriate key files to the configured folder and rename them accordingly. Signaturgruppen 2014 Page 14 of 18

15 5 Test integration page for LSS The service provider package example demo web application includes a test page, tailored for integration testing of various scenarios of integration. The.Net example can be found in /testing/testframeintegration.aspx. The Java version is found in /testing/testframeintegration.jsp It is illustrated below. The web example has to be set up and working with a valid test certificate, in order to sign the parameters. It uses the same configuration as the service provider web application. The page generates valid parameters for login and signing a simple text, which can be used as a reference. The login and Sign text buttons demonstrate these two flows. Signaturgruppen 2014 Page 15 of 18

16 The page communicates through the API and is setting up an iframe element, using the URL specified in the Iframe to test: text-field. Use this to point at your own end-point. There are buttons for various flows, which are expected to fail. The text area in the right bottom area shows the result returned to the service provider and lights up green, when the return code is as expected. A textarea for testing with custom parameters is available. A [LssClientReady received lights up, if the test page successfully receives the LssClientReady command from the LSS Client SIGN_PROPERTIES The sign flow setup on testframeintegration.aspx-/jsp is setting to additional sign-properties. Refer to the codebehind for the web page for a demonstration of this. Signaturgruppen 2014 Page 16 of 18

17 6 Test frame for service providers The service provider package includes a test page, which can be set up as the LSS Client when testing the service provider setup. The page includes the option of sending various error codes and scenarios back to the service provider through the JavaScript API. The page is located in /testing/testframe.aspx or /testing/testframe.jsp. The service provider can use this page as source for the LSS Client. In the demo examples in the LSS for NemID SP package, the LSS Client can be configured via the configuration for the service provider web page. The test frame uses more space than the login-flow, so set up the iframe element with at least 450*500 pixels, in order to be able to perform tests properly. Below is a screenshot of Testframe.aspx. Clicking one of the buttons returns an error code and additional parameters to the service provider, which can test how this is handled. Signaturgruppen 2014 Page 17 of 18

18 Signaturgruppen 2014 Page 18 of 18

Test procedures for LSS

Test procedures for LSS Test procedures for LSS Signaturgruppen 2014 Side 1 af 13 Table of contents 1 The purpose and audience of the document... 4 2 Introduction... 5 3 Test steps... 6 4 Part one the functional tests... 7 4.1

More information

Guidelines for the LSS for NemID interaction design and user selection

Guidelines for the LSS for NemID interaction design and user selection Guidelines for the LSS for NemID interaction design and user selection Table of contents 1 The purpose and audience of the document... 3 2 Introduction... 4 3 Recommendations... 5 3.1 Visual appearance...

More information

Implementation guide for LSS

Implementation guide for LSS Implementation guide for LSS Table of contents 1 The purpose and audience of the document... 4 2 Introduction to LSS for NemID... 5 3 Solution architecture... 6 3.1 Responsibilities of service providers

More information

Terms and concepts in LSS for NemID

Terms and concepts in LSS for NemID Terms and concepts in LSS for NemID Table of contents 1 The purpose and audience of the document... 3 2 Summary of terminology... 4 Signaturgruppen 4/4 2013 Page 1 of 5 Version history 4 th April 2014

More information

NemID JS Developer Support site. Guidelines

NemID JS Developer Support site. Guidelines Nets DanID A/S Lautrupbjerg 10 DK 2750 Ballerup T +45 87 42 45 00 F +45 70 20 66 29 info@danid.dk www.nets-danid.dk CVR no. 30808460 NemID JS Developer Support site Guidelines DanID A/S 24. September 2014

More information

R i o L i n x s u p p o r t @ r i o l i n x. c o m 1 / 3 0 / 2 0 1 2

R i o L i n x s u p p o r t @ r i o l i n x. c o m 1 / 3 0 / 2 0 1 2 XTRASHARE INSTALLATION GUIDE This is the XtraShare installation guide Development Guide How to develop custom solutions with Extradium for SharePoint R i o L i n x s u p p o r t @ r i o l i n x. c o m

More information

Introduction to NemID and the NemID Service Provider Package

Introduction to NemID and the NemID Service Provider Package Nets DanID A/S Lautrupbjerg 10 DK 2750 Ballerup T +45 87 42 45 00 F +45 70 20 66 29 info@danid.dk www.nets-danid.dk CVR no. 30808460 Introduction to NemID and the NemID Service Provider Package Page 1

More information

Specification document for the RID-CPR service

Specification document for the RID-CPR service Nets DanID A/S Lautrupbjerg 10 DK 2750 Ballerup T +45 87 42 45 00 F +45 70 20 66 29 info@danid.dk www.nets-danid.dk CVR no. 30808460 Specification document for the RID-CPR service Nets DanID A/S January

More information

Software project management. and. Maven

Software project management. and. Maven Software project management and Maven Problem area Large software projects usually contain tens or even hundreds of projects/modules Will become messy if the projects don t adhere to some common principles

More information

Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI)

Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI) i Sonatype CLM Enforcement Points - Continuous Integration (CI) Sonatype CLM Enforcement Points - Continuous Integration (CI) ii Contents 1

More information

IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014

IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014 IMPLEMENTING DIRECTORY SERVICES INTEGRATION WITH HELIX MEDIA LIBRARY Revision Date: September 2014 Helix Media Library User Guide Table of Contents Introduction...3 1. Prerequisites...3 2. Running the

More information

OTP Server. Integration module. Nordic Edge AD Membership Provider for Microsoft ASP.NET. Version 1.0, rev. 6. Nordic Edge 2009-02-25

OTP Server. Integration module. Nordic Edge AD Membership Provider for Microsoft ASP.NET. Version 1.0, rev. 6. Nordic Edge 2009-02-25 OTP Server Integration module Nordic Edge AD Membership Provider for Microsoft ASP.NET Version 1.0, rev. 6 Nordic Edge 2009-02-25 Summary: Installation guide for a Custom ISS web site www.nordicedge.se

More information

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

Token specification for Energinet.dk DataHub

Token specification for Energinet.dk DataHub Token specification for Energinet.dk DataHub Author: Jakob Gadegaard Bendixen, Signaturgruppen A/S Review: Peter Buus, Morten Storm Petersen, Thomas Mostrup Nymand Version: 0.4 Introduction The purpose

More information

SPAMfighter Mail Gateway

SPAMfighter Mail Gateway SPAMfighter Mail Gateway User Manual Copyright (c) 2009 SPAMfighter ApS Revised 2009-05-19 1 Table of contents 1. Introduction...3 2. Basic idea...4 2.1 Detect-and-remove...4 2.2 Power-through-simplicity...4

More information

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x

InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x InfoRouter LDAP Authentication Web Service documentation for inforouter Versions 7.5.x & 8.x Active Innovations, Inc. Copyright 1998 2015 www.inforouter.com Installing the LDAP Authentication Web Service

More information

Specification document for the PID-CPR service

Specification document for the PID-CPR service Nets DanID A/S Lautrupbjerg 10 DK 2750 Ballerup T +45 87 42 45 00 F +45 70 20 66 29 info@danid.dk www.nets-danid.dk CVR no. 30808460 Specification document for the PID-CPR service DanID A/S 4 June 2014

More information

ResPAK Internet Module

ResPAK Internet Module ResPAK Internet Module This document provides an overview of the ResPAK Internet Module which consists of the RNI Web Services application and the optional ASP.NET Reservations web site. The RNI Application

More information

Acano solution. Acano Manager R1.1 FAQs. Acano. December 2014 76-1039-02-G

Acano solution. Acano Manager R1.1 FAQs. Acano. December 2014 76-1039-02-G Acano solution Acano Manager R1.1 FAQs Acano December 2014 76-1039-02-G Contents Contents 1 Installation... 3 How do I set up the two components of Acano Manager on different servers?... 3 Am I going to

More information

ConvincingMail.com Email Marketing Solution Manual. Contents

ConvincingMail.com Email Marketing Solution Manual. Contents 1 ConvincingMail.com Email Marketing Solution Manual Contents Overview 3 Welcome to ConvincingMail World 3 System Requirements 3 Server Requirements 3 Client Requirements 3 Edition differences 3 Which

More information

OTP Server Integration Module

OTP Server Integration Module OTP Server Integration Module Citrix XenApp Web Interface 5.4 Version 1.0 Table of Contents Table of Contents 1 Overview 1.1 Integration Overview 2 Requirements 2.1 Minimum Requirements 2.1.1 Citrix 2.1.2

More information

Cofred Automated Payments Interface (API) Guide

Cofred Automated Payments Interface (API) Guide Cofred Automated Payments Interface (API) Guide For use by Cofred Merchants. This guide describes how to connect to the Automated Payments Interface (API) www.cofred.com Version 1.0 Copyright 2015. Cofred.

More information

Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010

Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010 Notes on how to migrate wikis from SharePoint 2007 to SharePoint 2010 This document describes the most important steps in migrating wikis from SharePoint 2007 to SharePoint 2010. Following this, we will

More information

Business Process Management IBM Business Process Manager V7.5

Business Process Management IBM Business Process Manager V7.5 Business Process Management IBM Business Process Manager V7.5 Federated task management for BPEL processes and human tasks This presentation introduces the federated task management feature for BPEL processes

More information

Sonatype CLM for Maven. Sonatype CLM for Maven

Sonatype CLM for Maven. Sonatype CLM for Maven Sonatype CLM for Maven i Sonatype CLM for Maven Sonatype CLM for Maven ii Contents 1 Introduction 1 2 Creating a Component Index 3 2.1 Excluding Module Information Files in Continuous Integration Tools...........

More information

CORISECIO. Quick Installation Guide Open XML Gateway

CORISECIO. Quick Installation Guide Open XML Gateway Quick Installation Guide Open XML Gateway Content 1 FIRST STEPS... 3 2 INSTALLATION... 3 3 ADMINCONSOLE... 4 3.1 Initial Login... 4 3.1.1 Derby Configuration... 5 3.1.2 Password Change... 6 3.2 Logout...

More information

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx

Click Studios. Passwordstate. Upgrade Instructions to V7 from V5.xx Passwordstate Upgrade Instructions to V7 from V5.xx This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Secret Server Installation Windows Server 2008 R2

Secret Server Installation Windows Server 2008 R2 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

1 Building, Deploying and Testing DPES application

1 Building, Deploying and Testing DPES application 1 Building, Deploying and Testing DPES application This chapter provides updated instructions for accessing the sources code, developing, building and deploying the DPES application in the user environment.

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6

Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 2 Installing the ASP.NET VETtrak APIs onto IIS 5 or 6 3... 3 IIS 5 or 6 1 Step 1- Install/Check 6 Set Up and Configure VETtrak ASP.NET API 2 Step 2 -...

More information

Enterprise Knowledge Platform

Enterprise Knowledge Platform Enterprise Knowledge Platform Single Sign-On Integration with Windows Document Information Document ID: EN136 Document title: EKP Single Sign-On Integration with Windows Version: 1.3 Document date: 19

More information

Deploying an ASP.NET Web Application to a Hosting Provider using Visual Studio

Deploying an ASP.NET Web Application to a Hosting Provider using Visual Studio Deploying an ASP.NET Web Application to a Hosting Provider using Visual Studio Tom Dykstra Summary: This series of tutorials shows you how to make an ASP.NET web application available over the internet

More information

Software project management. and. Maven

Software project management. and. Maven Software project management and Maven Problem area Large software projects usually contain tens or even hundreds of projects/modules Will become messy and incomprehensible ibl if the projects don t adhere

More information

Kaltura Extension for IBM Connections Deployment Guide. Version: 1.0

Kaltura Extension for IBM Connections Deployment Guide. Version: 1.0 Kaltura Extension for IBM Connections Deployment Guide Version: 1.0 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright 2014 Kaltura Inc.

More information

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code.

The full setup includes the server itself, the server control panel, Firebird Database Server, and three sample applications with source code. Content Introduction... 2 Data Access Server Control Panel... 2 Running the Sample Client Applications... 4 Sample Applications Code... 7 Server Side Objects... 8 Sample Usage of Server Side Objects...

More information

SharePoint Password Reset 1.0 User Guide

SharePoint Password Reset 1.0 User Guide SharePoint Password Reset 1.0 User Guide Copyright Copyright 2008-2013 BoostSolutions Co., Ltd. All rights reserved. All materials contained in this publication are protected by Copyright Law and no part

More information

DocuSign for SharePoint 2010 1.5.1

DocuSign for SharePoint 2010 1.5.1 Quick Start Guide DocuSign for SharePoint 2010 1.5.1 Published December 22, 2014 Overview DocuSign for SharePoint 2010 allows users to sign or send documents out for signature from a SharePoint library.

More information

ShopWindow Integration and Setup Guide

ShopWindow Integration and Setup Guide ShopWindow Integration and Setup Guide Contents GETTING STARTED WITH SHOPWINDOW TOOLSET... 3 WEB SERVICES, CLIENT SOFTWARE, OR DIRECT?...3 SHOPWINDOW SIGNUP...4 ACCESSING SHOPWINDOW TOOLSET...4 WEB SERVICES...

More information

Click Studios. Passwordstate. High Availability Installation Instructions

Click Studios. Passwordstate. High Availability Installation Instructions Passwordstate High Availability Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Workflow Conductor Widgets

Workflow Conductor Widgets Workflow Conductor Widgets Workflow Conductor widgets are the modular building blocks used to create workflows in Workflow Conductor Studio. Some widgets define the flow, or path, of a workflow, and others

More information

Sugar Open Source Installation Guide

Sugar Open Source Installation Guide Sugar Open Source Installation Guide September 2005 Copyright 2005 SugarCRM Inc. Installation Guide for Sugar Suite 3.5 This implementation note will guide you through installing Sugar Suite 3.5.1. It

More information

Active Directory Requirements and Setup

Active Directory Requirements and Setup Active Directory Requirements and Setup The information contained in this document has been written for use by Soutron staff, clients, and prospective clients. Soutron reserves the right to change the

More information

EPiServer Operator's Guide

EPiServer Operator's Guide EPiServer Operator's Guide Abstract This document is mainly intended for administrators and developers that operate EPiServer or want to learn more about EPiServer's operating environment. The document

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API

Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Getting Started with the Ed-Fi ODS and Ed-Fi ODS API Ed-Fi ODS and Ed-Fi ODS API Version 2.0 - Technical Preview October 2014 2014 Ed-Fi Alliance, LLC. All rights reserved. Ed-Fi is a registered trademark

More information

Visual COBOL ASP.NET Shopping Cart Demonstration

Visual COBOL ASP.NET Shopping Cart Demonstration Visual COBOL ASP.NET Shopping Cart Demonstration Overview: The original application that was used as the model for this demonstration was the ASP.NET Commerce Starter Kit (CSVS) demo from Microsoft. The

More information

SEZ SEZ Online Manual- DSC Signing with Java Applet. V Version 1.0 ersion 1.0

SEZ SEZ Online Manual- DSC Signing with Java Applet. V Version 1.0 ersion 1.0 SEZ SEZ Online Manual- V Version 1.0 ersion 1.0 Table of Contents 1 Introduction...2 2 DSC signing functionality with java applet...2 3 Troubleshooting...5 4 Annexure I: JAVA Console Setting... 13 5 Annexure

More information

ESET NOD32 Antivirus 4 for Linux Desktop. Quick Start Guide

ESET NOD32 Antivirus 4 for Linux Desktop. Quick Start Guide ESET NOD32 Antivirus 4 for Linux Desktop Quick Start Guide ESET NOD32 Antivirus 4 provides state-of-the-art protection for your computer against malicious code. Based on the ThreatSense scanning engine

More information

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1

Kentico CMS, 2011 Kentico Software. Contents. Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Contents Mobile Development using Kentico CMS 6 2 Exploring the Mobile Environment 1 Time for action - Viewing the mobile sample site 2 What just happened 4 Time for Action - Mobile device redirection

More information

Magento Extension for Add Multiple Products by Capacity Web Solutions

Magento Extension for Add Multiple Products by Capacity Web Solutions Magento Extension for Add Multiple Products by Capacity Web Solutions (Website: - http://www.capacitywebsolutions.com ) CONTENT Introduction.2 Installation 3 Configuration Settings..5 Features.9 Add Multiple

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

Business Intelligence Platform Quick Start Guide

Business Intelligence Platform Quick Start Guide Business Intelligence Platform Quick Start Guide December 20, 2005 Copyright 2005 Pentaho Corporation. Redistribution permitted. All trademarks are the property of their respective owners. For the latest

More information

Configuration Manual Yahoo Cloud System Benchmark (YCSB) 24-Mar-14 SEECS-NUST Faria Mehak

Configuration Manual Yahoo Cloud System Benchmark (YCSB) 24-Mar-14 SEECS-NUST Faria Mehak Configuration Manual Yahoo Cloud System Benchmark (YCSB) 24-Mar-14 SEECS-NUST Faria Mehak Table of Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Product Information... 3 2 Installation Manual... 3

More information

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen...

1. Application Overview... 3. 2. System Requirements... 3. 3. Installation... 3. 4. Splash Screen... 4. 5. Registration Screen... 1 P a g e Table of Contents 1. Application Overview... 3 2. System Requirements... 3 3. Installation... 3 4. Splash Screen... 4 5. Registration Screen... 5 5.1 Registration... 5 6. Login Screen... 7 6.1

More information

Setting up and Automating a MS Dynamics AX Job in JAMS

Setting up and Automating a MS Dynamics AX Job in JAMS Setting up and Automating a MS Dynamics AX Job in JAMS Introduction... 1 Creating a User for the AX Job Execution... 2 Setting up the AX Job... 4 Create a New folder... 4 Adding a new Dynamics AX Job using

More information

ENTERPRISE PASSWORD SAFE ENTERPRISE PASSWORD SAFE VERSION

ENTERPRISE PASSWORD SAFE ENTERPRISE PASSWORD SAFE VERSION You can read the recommendations in the user guide, the technical guide or the installation guide for ENTERPRISE PASSWORD SAFE ENTERPRISE PASSWORD SAFE VERSION 1.57.12. You'll find the answers to all your

More information

THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE. Technical Guidelines

THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE. Technical Guidelines THE GOVERNMENT OF THE REPUBLIC OF SINGAPORE MINISTRY OF MANPOWER WP ONLINE Technical Guidelines Last Updated: 12-July-2013 Content 1. Technical Guidelines... 3 1.1 Minimum PC Configuration... 4 1.2 Internet

More information

Click Studios. Passwordstate. High Availability Installation Instructions

Click Studios. Passwordstate. High Availability Installation Instructions Passwordstate High Availability Installation Instructions This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise disclosed,

More information

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1. Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved Client Portal blue Installation Guide v1.1 Overview This document will walk you through the process of installing

More information

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide

PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide PaperCut Payment Gateway Module PayPal Website Payments Standard Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting

More information

Spring Security SAML module

Spring Security SAML module Spring Security SAML module Author: Vladimir Schäfer E-mail: vladimir.schafer@gmail.com Copyright 2009 The package contains the implementation of SAML v2.0 support for Spring Security framework. Following

More information

OUTLOOK WEB APP (OWA): MAIL

OUTLOOK WEB APP (OWA): MAIL Office 365 Navigation Pane: Navigating in Office 365 Click the App Launcher and then choose the application (i.e. Outlook, Calendar, People, etc.). To modify your personal account settings, click the Logon

More information

JMC Next Generation Web-based Server Install and Setup

JMC Next Generation Web-based Server Install and Setup JMC Next Generation Web-based Server Install and Setup This document will discuss the process to install and setup a JMC Next Generation Web-based Windows Server 2008 R2. These instructions also work for

More information

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide

Tivoli Endpoint Manager for Remote Control Version 8 Release 2. User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Tivoli Endpoint Manager for Remote Control Version 8 Release 2 User s Guide Note Before using this information and the product

More information

Secret Server Installation Windows Server 2012

Secret Server Installation Windows Server 2012 Table of Contents Introduction... 2 ASP.NET Website... 2 SQL Server Database... 2 Administrative Access... 2 Prerequisites... 2 System Requirements Overview... 2 Additional Recommendations... 3 Beginning

More information

How to deploy fonts using Configuration Manager 2012 R2

How to deploy fonts using Configuration Manager 2012 R2 In this post we will see steps on how to deploy fonts using Configuration Manager 2012 R2. If you have been tasked with deploying fonts using SCCM this post should help you. A font is a set of printable

More information

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server

Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server page of 4 oit UMass Office of Information Technologies Setting Up a Dreamweaver Site Definition for OIT s Web Hosting Server This includes Web sites on: https://webadmin.oit.umass.edu/~user http://people.umass.edu/

More information

Authentication Methods

Authentication Methods Authentication Methods Overview In addition to the OU Campus-managed authentication system, OU Campus supports LDAP, CAS, and Shibboleth authentication methods. LDAP users can be configured through the

More information

SelectSurvey.NET Developers Manual

SelectSurvey.NET Developers Manual Developers Manual (Last updated: 6/24/2012) SelectSurvey.NET Developers Manual Table of Contents: SelectSurvey.NET Developers Manual... 1 Overview... 2 General Design... 2 Debugging Source Code with Visual

More information

Millennium Drive. Installation Guide

Millennium Drive. Installation Guide Millennium Drive Installation Guide This is a publication of Abila, Inc. Version 2015.1 2015 Abila, Inc. and its affiliated entities. All rights reserved. Abila, the Abila logos, and the Abila product

More information

Fiery E100 Color Server. Welcome

Fiery E100 Color Server. Welcome Fiery E100 Color Server Welcome 2011 Electronics For Imaging, Inc. The information in this publication is covered under Legal Notices for this product. 45098226 27 June 2011 WELCOME 3 WELCOME This Welcome

More information

SAML v1.1 for.net Developer Guide

SAML v1.1 for.net Developer Guide SAML v1.1 for.net Developer Guide Copyright ComponentSpace Pty Ltd 2004-2016. All rights reserved. www.componentspace.com Contents 1 Introduction... 1 1.1 Features... 1 1.2 Benefits... 1 1.3 Prerequisites...

More information

T320 E-business technologies: foundations and practice

T320 E-business technologies: foundations and practice T320 E-business technologies: foundations and practice Block 3 Part 2 Activity 2: Generating a client from WSDL Prepared for the course team by Neil Simpkins Introduction 1 WSDL for client access 2 Static

More information

McAfee One Time Password

McAfee One Time Password McAfee One Time Password Integration Module Outlook Web App 2010 Module version: 1.3.1 Document revision: 1.3.1 Date: Feb 12, 2014 Table of Contents Integration Module Overview... 3 Prerequisites and System

More information

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1

Oracle Taleo Business Edition Cloud Service. What s New in Release 15B1 Oracle Taleo Business Edition Cloud Service What s New in Release 15B1 July 2015 TABLE OF CONTENTS REVISION HISTORY... 3 OVERVIEW... 4 RELEASE FEATURE SUMMARY... 4 CAREERS WEBSITES... 5 Mobile Enabled

More information

2.2 CloudStack User Interface Customization

2.2 CloudStack User Interface Customization 2.2 CloudStack User Interface Customization Revised March 6, 2012 1 Specifications are subject to change without notice. Citrix Systems, Inc., the Citrix logo, Citrix XenServer, Citrix XenCenter, and CloudStack

More information

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide

PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide PaperCut Payment Gateway Module - RBS WorldPay Quick Start Guide This guide is designed to supplement the Payment Gateway Module documentation and provides a guide to installing, setting up and testing

More information

Lotus Foundations Start Getting Started

Lotus Foundations Start Getting Started Lotus Foundations Start Getting Started Guide Contents 1 Introduction... page 2 2 Product overview... page 2 3 System Requirements... page 2 4 Summary of Installation... page 3 5 Lotus Foundations operating

More information

metaengine DataConnect For SharePoint 2007 Configuration Guide

metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect For SharePoint 2007 Configuration Guide metaengine DataConnect for SharePoint 2007 Configuration Guide (2.4) Page 1 Contents Introduction... 5 Installation and deployment... 6 Installation...

More information

Enterprise Service Bus

Enterprise Service Bus We tested: Talend ESB 5.2.1 Enterprise Service Bus Dr. Götz Güttich Talend Enterprise Service Bus 5.2.1 is an open source, modular solution that allows enterprises to integrate existing or new applications

More information

Sophos Mobile Control as a Service Startup guide. Product version: 3.5

Sophos Mobile Control as a Service Startup guide. Product version: 3.5 Sophos Mobile Control as a Service Startup guide Product version: 3.5 Document date: August 2013 Contents 1 About this guide...3 2 What are the key steps?...4 3 First login...5 4 Change your administrator

More information

Secure FTP. Client user guide. Author: Steria A/S Version: 2.2 Date: 20 January 2010 Document SecureFtpClientUserguideV2_2.doc

Secure FTP. Client user guide. Author: Steria A/S Version: 2.2 Date: 20 January 2010 Document SecureFtpClientUserguideV2_2.doc Secure FTP Client user guide Author: Steria A/S Version: 2.2 Date: 20 January 2010 Document SecureFtpClientUserguideV2_2.doc Steria A/S, Tonsbakken 16-18, 2740 Skovlunde, Denmark Phone +45 4450 6000, Fax

More information

Sitecore Dashboard User Guide

Sitecore Dashboard User Guide Sitecore Dashboard User Guide Contents Overview... 2 Installation... 2 Getting Started... 3 Sample Widgets... 3 Logged In... 3 Job Viewer... 3 Workflow State... 3 Publish Queue Viewer... 4 Quick Links...

More information

Dreamweaver Tutorials Transferring Existing Files

Dreamweaver Tutorials Transferring Existing Files Dreamweaver Tutorials This tutorial will explain how to transfer files between the Web server and your working directory (usually your local C: drive) using Dreamweaver. First, you will obtain the most

More information

OCS Client Installation - Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007

OCS Client Installation - Quick Start Guide. Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 OCS Client Installation - Quick Start Guide Web Conferencing & Secure Instant Messaging via Microsoft Office Communications Server 2007 Document Revision: March, 2010 Quick Start Guide / Introduction Page

More information

SYSTEM DEVELOPMENT AND IMPLEMENTATION

SYSTEM DEVELOPMENT AND IMPLEMENTATION CHAPTER 6 SYSTEM DEVELOPMENT AND IMPLEMENTATION 6.0 Introduction This chapter discusses about the development and implementation process of EPUM web-based system. The process is based on the system design

More information

Global Image Management System For epad-vision. User Manual Version 1.10

Global Image Management System For epad-vision. User Manual Version 1.10 Global Image Management System For epad-vision User Manual Version 1.10 May 27, 2015 Global Image Management System www.epadlink.com 1 Contents 1. Introduction 3 2. Initial Setup Requirements 3 3. GIMS-Server

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com

FrontDesk. (Server Software Installation) Ver. 1.0.1. www.frontdeskhealth.com FrontDesk (Server Software Installation) Ver. 1.0.1 www.frontdeskhealth.com This document is the installation manual for installing the FrontDesk Server, Kiosk/Touch Screen, and License Management Tool

More information

SpringCM Troubleshooting Guide for Salesforce

SpringCM Troubleshooting Guide for Salesforce SpringCM Troubleshooting Guide for Salesforce July 2013 TABLE OF CONTENTS FAQS:... 3 WHY DID I NOT RECEIVE A SPRINGCM ACTIVATION EMAIL?... 3 WHY DON T MY SALESFORCE USERS HAVE ACCESS TO SPRINGCM?... 3

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

T his feature is add-on service available to Enterprise accounts.

T his feature is add-on service available to Enterprise accounts. SAML Single Sign-On T his feature is add-on service available to Enterprise accounts. Are you already using an Identity Provider (IdP) to manage logins and access to the various systems your users need

More information

Business Objects BI Server Installation Guide - Windows

Business Objects BI Server Installation Guide - Windows Business Objects BI Server Installation Guide - Windows Business Objects BI Server Windows Patents Trademarks Copyright Third-party contributors Business Objects owns the following U.S. patents, which

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

Stellar Phoenix Exchange Server Backup

Stellar Phoenix Exchange Server Backup Stellar Phoenix Exchange Server Backup Version 1.0 Installation Guide Introduction This is the first release of Stellar Phoenix Exchange Server Backup tool documentation. The contents will be updated periodically

More information

Configuration Guide - OneDesk to SalesForce Connector

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

More information

Drupal CMS for marketing sites

Drupal CMS for marketing sites Drupal CMS for marketing sites Intro Sample sites: End to End flow Folder Structure Project setup Content Folder Data Store (Drupal CMS) Importing/Exporting Content Database Migrations Backend Config Unit

More information

EMC Documentum Connector for Microsoft SharePoint

EMC Documentum Connector for Microsoft SharePoint EMC Documentum Connector for Microsoft SharePoint Version 7.1 Installation Guide EMC Corporation Corporate Headquarters Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Legal Notice Copyright 2013-2014

More information

ProxiBlue Dynamic Category Products

ProxiBlue Dynamic Category Products ProxiBlue Dynamic Category Products Thank you for purchasing our product. Support, and any queries, please log a support request via http://support.proxiblue.com.au If you are upgrading from a pre v3 version,

More information