SAML 2.0 Configurations at SAP NetWeaver AS ABAP and Microsoft ADFS

Size: px
Start display at page:

Download "SAML 2.0 Configurations at SAP NetWeaver AS ABAP and Microsoft ADFS"

Transcription

1 SAML 2.0 Configurations at SAP NetWeaver AS ABAP and Microsoft ADFS Applies to: SAP Gateway 2.0 Summary This guide describes how you install and configure SAML 2.0 on Microsoft ADFS server and SAP NetWeaver AS ABAP server. Author(s): Navin Sahadev Company: SAP Labs India Created on: 23 July 2014 Author Bio Navin Sahadev works in SAP Gateway for the Customer Product Success organization and the Infrastructure team at SAP Labs India. He has also worked in Duet, Duet Enterprise. He has more than 9 years of Experience in SAP Technology. 1

2 Table of Contents Table of Contents Table of Contents Overview Target Audience Introduction Configuring SAML 2.0 authentication Preparing the System for SAML2 Configuration Configuring Microsoft Active Directory Federation Services (ADFS) Prerequisites Installing Microsoft ADFS: Editing ADFS properties ADFS Add a trust Relying Party Configuring Single Sign-On Authentication for IIS Exporting IIS certificate Exporting ADFS Token signing certificate Exporting the AFDS server Metadata Configuring SAP NetWeaver AS ABAP Importing Certificates and Clearing Cache Configuring SAML Configurations for a specific client Importing metadata file of Identity provider Enabling SAP NetWeaver AS ABAP server to perform User Authentication Using SAML Appendix Mapping Domain user to an ABAP user Mapping Domain user to SAP NetWeaver AS ABAP user from a Table View User Mapping for the Same User Trouble Shooting Copyright

3 1. Overview This document provides information on how to configure: ADFS on Windows Server 2008 R2 (with Basic Authentication) SAML 2.0 on SAP NetWeaver AS ABAP 7.02 SP Target Audience This document aims to assist SAP and Microsoft Consultants and System architects who are interested in understanding both functional and operational modes of SAML 2.0 at Network (Intranet). 2. Introduction Using the SAP NetWeaver AS ABAP 7.02 underlying infrastructure, SAP Gateway 2.0 supports exchange of authentication and authorization of a user via SAML 2.0. Security Assertion Markup Language (SAML) 2.0 is an XML-based standard for exchanging authentication and authorization data between an Identity Provider (IdP); producer of SAML assertions and Service Provider (SP); consumer of assertions. An assertion is a package of information that supplies zero or more statements made by a SAML authority. For assertion, SAML version 2.0 includes the following authentication response bindings: HTTP POST: This is a push model that enables transfer of SAML assertion directed to Service Provider through a browser intermediary; HTTP Artifact: This is a pull model that enables SP to retrieve SAML assertion directly from IdP using a reference (generated by IdP, and passed through the browser). Along with web-based authentication and authorization, SAML 2.0 also enable cross-domain Single Sign-on (SSO), which helps reduce the administrative overhead of distributing multiple authentication tokens to the user. The Interactions between a user and SAP Gateway during SAML 2.0 service provided-initiated flow is depicted in the following figure: 3

4 During SAML 2.0 Service Provided-initiated flow following interactions are observed on the User agent side: 1. The user request for a resource (for example: OData service) to SAP Gateway. 2. On receiving the request, SAP Gateway redirects to Identity provider. 3. The user is redirected to Identity provider (ADFS). 4. Identity provider responds with the 401 (Integrated Windows authentication or Basic Authentication). 5. The User provides the authentication information. 6. Identity provider redirects the user to Assertion Consumer Service (ACS) endpoint, where your service provider will receive assertions. 7. The user calls ACS with SAML artifact in the SAP Gateway. 8. The ACS validates the SAML artifact information with Identity provider (ADFS). Note: Step 7 and 8 execution takes place in background. 9. The ACS redirects the user to the requested SAP Gateway resource. 10. The user requests SAP Gateway resources with SAML cookie. 11. The SAP Gateway responds with a secure SAML cookie. Using this cookie user can communicate with SAP Gateway for accessing resources until this cookie expires. Note: This document provides information on configuring SAML HTTP Post. However, you can also configure the SAML Artifacts. SAML Artifact handling is easier due to missing of CSRF token, and therefore does not require 403 Forbidden errors handling. 4

5 3. Configuring SAML 2.0 authentication The configuration steps provided in this document have been executed on the below mentioned platforms versions. Microsoft ADFS 2.0 (Windows Server 2008 R2) SAP NetWeaver AS ABAP 7.02 SP08 Note: If you are configuring SAML 2.0 depending upon the product release version you are working on, the screenshots may appear different. 3.1 Preparing the System for SAML2 Configuration Before you proceed to configuring SAML 2 on your SAP NetWeaver AS ABAP server, ensure you have met the following requirements: Ensure the Secure socket communication (HTTPS) port number is 443 or the communication port you are using has super user root authority. To achieve super user authority in the SAP system port, perform the following steps: a) Change the ownership of program icmbnd in directory /usr/sap/<sid>/sys/exe/run using the chown root command:sapsys icmbnd. b) Check if the profile parameter for your webserver is set in the instance profile. In this case, the value for icm/server_port_2 = PROT=HTTPS,PORT=443,TIMEOUT=30,EXTBIND=1. c) Restart the SAP server instance Note: The SAP system achieves by using a process called icmbnd. This process runs with root user authority and binds to the required port. It then returns the listening socket to the SAP server instance, which can then communicate using that port. Install SAPCRYPTOLIB frameset.htm ). Before you start using SAML 2.0, we recommend you to install the latest SAP crypto library for enabling SSL and providing signing and encryption functionality. Note: You can use different versions of SAPCRYPTOLIB for different Operating Systems. When Gateway applications are accessed using a client browser, it is essential that SAML 2.0 authentication preserves the original HTTP GET method. Thus, SAML 2.0 Artifact binding must be used instead of POST. ICM should be able to load crypto functionality in order to establish SSL connection for back channel system-to-system communication to IdP If you have latest version of the Kernel then you can avoid importing of the cryptolib. In Transaction STRUST, select Environment > Display SSF Version. 5

6 Ensure to set the profile parameters. You are required to set the following profile parameters on the instance of the application server: ssf/name ssf/ssfapi_lib sec/libsapsecu ssl/ssl_lib icm/server_port_x = SAPSECULIB = <Path and file name of the SAPCRYPTOLIB> = <Path and file name of the SAPCRYPTOLIB> = <Path and file name of the SAPCRYPTOLIB> = PROT=HTTPS,PORT=0 For more information on configuration steps, see SAP note Activate secure session management to enable SAML 2.0 on the client (s) server. To activate the security session management on the client(s) server, perform the following steps: 1. Start Transaction SICF_SESSIONS. 2. Choose the corresponding client. 3. Select Activate. Ensure to activate the following services in the Transaction SICF: o /sap/bc/webdynpro/sap/saml2 o /Sap/public/bc o /sap/public/bc/ur o /sap/public/myssocntl o /sap/public/ping 6

7 Download and execute SAP notes to fix SAML 2.0 related issues in SP6-SP8 (SAP Netweaver ABAP 7.02) o SAP Note provides fixes an error in SAML 2.0 UI (trusted provider wizard), when choosing a certificate (F4 help button) from the Address Book that was previously installed. o SAP note provides support for SAML 2.0 authentication, when a reverse proxy is used. The following settings should be done with the proxy settings: i. Set Client Protocol header value to https. Configure SAP Web Dispatcher wdisp/add_client_protocol_header=true Add the following line to Apache proxy: RequestHeader set ClientProtocol https ii. Set the Host header value SAP Web Dispatcher will always preserve the Host header Add the following line to Apache proxy: ProxyPreserveHost on The proxy notifies SAP Gateway with the called scheme and host details. Note: For information on SAP notes corresponding to other SAP NetWeaver AS ABAP releases, see Troubleshooting SAML 2.0 Scenarios. 3.2 Configuring Microsoft Active Directory Federation Services (ADFS) This section provides information on how to configure SAML 2.0 on Microsoft Active Directory Federation Services (ADFS) Prerequisites Before you proceed to configuring SAML 2.0 on ADFS, ensure you have set the environment by performing the following: Microsoft ADFS download: To download Microsoft ADFS version 2.0 on ADFS server, follow this link: Create Service User on Exchanging server level Using this procedure, you can create a user in the Microsoft Exchange server. 1. Create a service user on the Exchange server. 2. Add this user to the domain admin group. 3. If you want, you can add Service Principle Name (SPN). In command prompt, execute the command setspn -a host/<adfs server FQDN> <User>. Assign the policies to the Service User Using this procedure, you can assign a user the required rights and policies: 1. On the ADFS server, add the service user to administrator group. 2. Log on with this server user and the following configuration: a. Go to Start > Run > gpedit.msc. b. Select Computer Configuration > Windows Settings > Security Settings > Local Policies > User Rights Assignment. c. Add the service user in policy settings for the following two policies: o Log on as a batch job o Log on as a service 7

8 Install Internet Information Services (IIS) and Application Server through Server Manager on ADFS server. Ensure World Wide Web Publishing Service is running (Go to Start > Run Services.msc) Create self-signed certificate in IIS (ADFS Server) To create a trusted self-signed certificate in IIS (ADFS Server), perform the following steps: 1. Go to Start > Run inetmgr. 2. Select root node > server certificates. 3. Select Create certificate Request and enter all the required details. 4. Trust it with one of the CA. 5. Complete Certificate request. 8

9 3.2.2 Installing Microsoft ADFS: To install the Microsoft ADFS server, perform the following steps: 1. Run the setup.exe. 2. Select Next. 3. Select the check box to Accept the License and select Next. 4. Select Federation server and select Next. 5. Install Prerequisite and select Next. 9

10 6. Select Start the ADFS 2.0 Management snap-in when this wizard closes and select Finish. 7. Select ADFS 2.0 Federation Server Configuration Wizard. Note: You can also launch ADFS 2.0 Management from Start > Programs > Administrative Tools > ADFS 2.0 Management. 10

11 8. Select Create a new Federation Service and select Next. 9. Select New Federation server farm and select Next. 10. ADFS search for IIS certificate, SSL Server certificate and auto-fills the certificate fields and select Next. 11

12 11. Enter the user and password and select Next. 12. Select subsequent Next to finish the installation Editing ADFS properties 1. To edit Go to Start > All programs > Administrative tools and select ADFS 2.0 Management. 2. Right click Service node and select Edit Federation Service Properties. 3. Confirm that the General settings match the DNS entries and certificate names. Take note of the Federation Service Identifier, as this is used in the Service-Now SAML 2.0 configuration 12

13 settings. 4. Navigate to ADFS 2.0 > Service > Endpoints, enable the endpoints URL: /adfs/services/trust/artifactresolution ADFS Add a trust Relying Party 1. Browse to SAP NetWeaver AS ABAP URL: client>. Alternatively, you can access SAML2 UI through the proxy host. On the SAML2 ABAP window, select Metadata and save it as a local file. 2. Select Required: Add a trusted relying party. 13

14 3. Select Import Data about the relying party from a file and select Browse to navigate to the ABAP file saved in step Copy the provider name from the following URL: client>. In the Display name field, enter this Provider name. 14

15 5. Select Next. 6. Select Permit all users to access the relying party and select Next. 15

16 7. Select Next. 8. Select Close. 9. Select Add Rule. 16

17 10. Under Claim rule template, select Send LDAP Attributes as Claims and select Next. 11. On the Configure Rule screen, perform the following sub-steps: a. In the Claim rule name field, enter Claim Rule name. b. Under Attribute store, select Active Directory. c. In Mapping of LDAP attributes to outgoing claim types: Under LDAP Attribute, select SAM-Account-Name. Under Outgoing Claim Types, select Name ID. d. Select Finish. 12. Select Apply. 17

18 The following screen appears with the configured rule name. 13. (Optional) If you want, you can choose either Algorithm SHA-1 or SHA-256 to establish a secure trust. To do this, perform the following steps: a) Under Trust Relationships, Select Replying Party Trust. b) On the right hand side, under Replying Party Trust, select and right click on a Replying Party Trust. (For example: In the following screen shot, the option selected is XX_New). c) On the XX_New, select Advanced tab. d) Under Secure hash algorithm, select SHA-1 or SHA-256 corresponding to your security trust environment. e) Select Apply and OK Configuring Single Sign-On Authentication for IIS The following section provides information on how to configure Single Sign-On for Basic Authentication. 18

19 Note: In case you are using integrated Windows authentication, ignore this section. To configure SSO for IIS, perform the following steps: 1. Navigate to Sites > Default Web sites > adfs, right click on ls and select Explore. 2. Open the web.config file in a Notepad. 3. In the localauthenticationtypes, comment the following lines: <add name="integrated" page="auth/integrated/" /> <add name="forms" page="formssignin.aspx" /> <add name="tlsclient" page="auth/sslclient/" /> Note: By commenting the above lines, the ADFS application will authenticate the Login Page before attempting to use Windows Authentication. 4. Save web.config file. 19

20 5. Check if the Basic authentication is enabled for the site. 6. Go to command prompt and enter command iisreset. 7. To test SSO, navigate to FQDN>/adfs/ls/IdpInitiatedSignon.aspx and perform the following sub-steps: a. Select Sign in to this site. b. Select Continue to Sign In. c. On the Authentication Required pop-up, enter the ADFS domain User Name and Password. You log in to the configured secure party trusted site Exporting IIS certificate To export the IIS certificate from the ADFS server, perform the following steps: 1. Log on to ADFS server. 2. Go to Start > Run > MMC. 3. Add Certificate snap-in. 4. Select Computer Account and Select Ok. 5. From Trusted Root Certificate Authorities > Certificates search for the IIS certificate. 6. Export the certificate in DER encoded binary X.509(.CER) format Exporting ADFS Token signing certificate To export the ADFS token signing certificate, perform the following steps: 1. Log on to ADFS Server. 2. Go to Start > All Programs > Administrative Tools > ADFS 2.0 Management. 3. Navigate to Service > Certificates. 4. On the right hand panel, under the Token-signing, double click on the Certificate. 5. On the Certificate window, select Details tab. 20

21 6. Select Copy to File and Select Next. 7. Select Base-64 encoded X.509 (.CER). 8. Subsequently select Next to export the certificate Exporting the AFDS server Metadata From the ADFS server, you can export the metadata file to build a secure trust with the relying party using the following URL FQDN>/FederationMetadata/ /FederationMetadata.xml 21

22 3.3 Configuring SAP NetWeaver AS ABAP This section provides information on how to configure SAML 2.0 on SAP NetWeaver AS ABAP server Importing Certificates and Clearing Cache Before you proceed to configure SAML 2.0 on SAP NetWeaver AS ABAP server, import the downloaded IIs certificate and clear cache by performing the following steps:. 1. Import ADFS IIS certificate to SAP NetWeaver ABAP server. To import an IIS certificate, go to Transaction Strust and select SSL Client SSL Client (standard). 2. Once the certificates are imported, go to Transaction SMICM. 3. Select Administration > ICM > Exit Soft > Local Configuring SAML Configurations for a specific client To configure SAML 2.0 for a specific SAP NetWeaver ABAP client, perform the following steps: 1. Go to Transaction SAML2 and select Enable SAML 2.0 Support. 2. Enter Provider Name and select Next. 22

23 3. In General Settings, enter a value for Clock Skew Tolerance. 4. In the Service Provider Settings, choose Automatic for Selection Mode. 5. Select Finish. 6. Select Edit > Include Certificate in Signature to establish connection between SAP NetWeaver AS ABAP Server and Microsoft ADFS. 23

24 7. Select Metadata to export metadata. 8. Save a local copy of the metadata to share this information with the Identity provider. 9. In the Service Provider settings tab, you can view the configuration details Importing metadata file of Identity provider To import the metadata file of Identity provider, perform the following steps: 1. Select Trusted Providers tab and select Identity Providers in Show. 24

25 2. Select Add > Upload Metadata File. 3. On Metadata Verification screen, select upload from file > Browse to the ADFS IIS certificate. For information on how to export IIS certificate of ADFS, see section Exporting IIS certificate 4. Select Next. 5. On Provider name screen, Name field is pre-filled and select Next. 25

26 6. On Signature and Encryption screen, under Artifact Profile, select Require Signature as Never. 7. Select Next. 8. On Single Sign-On Endpoints screen, select Next. 9. On Single Logout Endpoints screen, select Next. 26

27 10. On Artifact EndPoints Screen, select Next. 11. Select Binding as HTTP Post and select Finish. Note: Depending on your scenario, you can select Binding HTTP Artifact. 12. Under List of Trusted Providers, Select Edit. 13. Select Identity Federation tab and select Add to add Name ID. Note: For Unspecified Name ID format, you have an option to select the Source as Logon ID (ABAP User ID), Logon Alias (ABAP Alias, through Transaction SU01) and Mapping in USREXTID 27

28 Table (Mapping in table VUSREXTID). It is recommended that not to use USEREXTID table. On using the USREXTID table complete the Steps in the Appendix section 14. Select Save. 15. To enable the Trusted provider, select Enable. 4. Enabling SAP NetWeaver AS ABAP server to perform User Authentication Using SAML This section provides information on how to enable SAML on one of the services. To enable SAP NetWeaver server to perform user authentication using SAML, perform the following steps: 1. Go to Transaction SICF. 2. Navigate to sap/opu/odata/iwfnd/catalogservice service and select Edit. 3. Select Logon Data tab and perform the following sub-steps: a) Set Procedure field to Alternative Logon Procedure. b) Set Security Requirement to SSL. Once the Alternative Logon Procedure has been changed, you can scroll down within the Logon Data tab area and you will see a list of Logon Procedures. By default, SAML Logon is item 7 in the list. To change this order, simply overtype the number in the left-hand column with 1 (or 2). 28

29 4. To change this order, in the left-hand No column, overwrite the number. The list is automatically sorted according to the new order, but Logon Through HTTP Fields will always be item one. 5. Save your changes. 6. Go to Transaction SAML2, on the Trusted Provider tab, select Disable and Enable it again. On executing Gateway service, the client will be redirected to the logon screen of the external SAML 2.0 IdP server. Note: To test the service, edit the following link with server details no>&$format=xml 5. Appendix This section provides information on how to map a domain user to an ABAP user on the SAP NetWeaver AS ABAP server. We would be using Unspecified Name ID format, Source as Mapping in USREXTID Table (Mapping in table VUSREXTID) 5.1 Mapping Domain user to an ABAP user To map a domain user to an ABAP user through Transaction SAML2, perform the following steps: 1. Select the Name ID Management tab and search for the ABAP user. 2. Select the NAME ID Format as Unspecified and select Go. 3. Under the list of Trusted Providers, select a Provider name. 4. Select Add to map Windows users to the SAP user. 29

30 Note: Ensure to check with your Exchange server admin for the text case sensitive (i.e. uppercase or lowercase) for the user name. 5.2 Mapping Domain user to SAP NetWeaver AS ABAP user from a Table View Alternatively, you can also map user from the table view in SAP NetWeaver AS ABAP. To do this, perform the following steps: 1. Go to Transaction SM30 and enter the table/view VUSREXTID. 2. Select Maintain. 3. In Determine Work Area pop-up, set External ID type to SA. 4. Select Continue. You will find entries added in the table. However, in case of missing entries, you can add new entries by selecting New Entries. 5.3 User Mapping for the Same User User mapping maps a user ID on the domain server to the user ID in the SAP NetWeaver AS ABAP server for the same user. 1. If the saml:assertion/saml:subject/saml:nameidentifier element contains the SAP user ID, go to Transaction SA On the Program Execution screen, set RSUSREXTID for Program. Using this, you can create mappings for all users or a subset of users. For more information, see SAP Note

31 Note: You can get the Identity Provider name from SAML2 transaction screen. Once you have mapped the User ID, perform a check by selecting Test Mode. Once you have checked the user mapping entries for correctness in the table view, and ensure to uncheck the Test Mode. 6. Trouble Shooting The following section provides information on how to troubleshoot issues encountered while configuring SAML 2.0. To debug SAML at SAP NetWeaver ABAP, see the following links a. Troubleshooting SAML 2.0 Scenarios b. Common Problems encountered when configuring SAML 2.0 for AS ABAP c. Single Sign on With SAML 2.0 d. For debugging SAML flow, activate the below service at SAP NetWeaver ABAP. Refer the link Diagnosing SAML 2.0 Problems with the Security Diagnostic Tool for ABAP and also ensure you have SEC_DIAG_TOOL_VIEWER role assigned to your user to view traces at following link: 31

32 To test if SAP Netweaver ABAP server is pinged successfully via browser, use the following URL By default, Internet Explorer (IE) 9 is the corporate portal(sap Java Stack) web browser. We need to either disable default portal at the launch of IE or remove the logon modules from the ABAP Services. From the list of Logon Procedures, Delete both Logon Tickets and Assertion Tickets. 32

33 If you want to expose SAP NetWeaver ABAP on Cisco Ace hardware due to rerouting, change the SAML2 service settings. You can check the SAML flow on your web browser. We recommend checking SAML flow using Google Chrome. Once the browser is opened press F12 Key and enter the SAP NetWeaver Gateway service URL. On Domain controller (Microsoft Exchange Server), run the Setspn commands: Setspn l <service account> (To list down the registered users) Setspn d <host> <service account> ( To delete SPN users) To Debug ADFS you can view logs from Start > Run > EVENTVWR at ADFS Server 33

34 Copyright 2014 SAP SE or an SAP SE affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP SE. The information contained herein may be changed without prior notice. Some software products marketed by SAP SE and its distributors contain proprietary software components of other software vendors. National product specifications may vary. These materials are provided by SAP SE and its affiliated companies ( SAP SE Group ) for informational purposes only, without representation or warranty of any kind, and SAP SE Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP SE Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty. SAP SE and other SAP SE products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP SE in Germany and other countries. Please see for additional trademark information and notices. 34

Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x

Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x Step-by-Step guide for SSO from MS Sharepoint 2010 to SAP EP 7.0x Sverview Trust between SharePoint 2010 and ADFS 2.0 Use article Federated Collaboration with Shibboleth 2.0 and SharePoint 2010 Technologies

More information

ADFS Integration Guidelines

ADFS Integration Guidelines ADFS Integration Guidelines Version 1.6 updated March 13 th 2014 Table of contents About This Guide 3 Requirements 3 Part 1 Configure Marcombox in the ADFS Environment 4 Part 2 Add Relying Party in ADFS

More information

Configuring ADFS 3.0 to Communicate with WhosOnLocation SAML

Configuring ADFS 3.0 to Communicate with WhosOnLocation SAML Configuring ADFS 3.0 to Communicate with WhosOnLocation SAML --------------------------------------------------------------------------------------------------------------------------- Contents Overview...

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Single Sign-On Configuration Guide 6.2.6 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0

Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 Dell One Identity Cloud Access Manager 8.0.1 - How to Configure for SSO to SAP NetWeaver using SAML 2.0 May 2015 About this guide Prerequisites and requirements NetWeaver configuration Legal notices About

More information

Fairsail. Implementer. Single Sign-On with Fairsail and Microsoft Active Directory Federation Services 2.0. Version 1.92 FS-SSO-XXX-IG-201406--R001.

Fairsail. Implementer. Single Sign-On with Fairsail and Microsoft Active Directory Federation Services 2.0. Version 1.92 FS-SSO-XXX-IG-201406--R001. Fairsail Implementer Microsoft Active Directory Federation Services 2.0 Version 1.92 FS-SSO-XXX-IG-201406--R001.92 Fairsail 2014. All rights reserved. This document contains information proprietary to

More information

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System

How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22. How To Guide - Configure SSL in ABAP System How-To Guide SAP NetWeaver Document Version: 1.0-2013-12-22 Document History Document Version Description 1.0 First official release of this guide Document History 2013 SAP AG or an SAP affiliate company.

More information

How-to-Guide: SAP Web Dispatcher for Fiori Applications

How-to-Guide: SAP Web Dispatcher for Fiori Applications How-to-Guide: SAP Web Dispatcher for Fiori Applications Active Global Support North America Document History: Document Version Authored By Description 1.0 Kiran Kola Architect Engineer 2 www.sap.com Table

More information

HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services

HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services 1 HOTPin Integration Guide: Salesforce SSO with Active Directory Federated Services Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided

More information

Single Sign-On between SAP Portal and SuccessFactors

Single Sign-On between SAP Portal and SuccessFactors Single Sign-On between SAP Portal and SuccessFactors Dimitar Mihaylov 7/1/2012 Contents 1. Overview... 3 2. Trust between SAP Portal 7.3 and SuccessFactors... 5 2.1. Initial configuration in SAP Portal

More information

SAP NetWeaver AS Java

SAP NetWeaver AS Java Chapter 75 Configuring SAP NetWeaver AS Java SAP NetWeaver Application Server ("AS") Java (Stack) is one of the two installation options of SAP NetWeaver AS. The other option is the ABAP Stack, which is

More information

Microsoft Office 365 Using SAML Integration Guide

Microsoft Office 365 Using SAML Integration Guide Microsoft Office 365 Using SAML Integration Guide Revision A Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

Implementation Guide SAP NetWeaver Identity Management Identity Provider

Implementation Guide SAP NetWeaver Identity Management Identity Provider Implementation Guide SAP NetWeaver Identity Management Identity Provider Target Audience Technology Consultants System Administrators PUBLIC Document version: 1.10 2011-07-18 Document History CAUTION Before

More information

EVault Endpoint Protection 7.0 Single Sign-On Configuration

EVault Endpoint Protection 7.0 Single Sign-On Configuration Revision: This manual has been provided for Version 7.0 (July 2014). Software Version: 7.0 2014 EVault Inc. EVault, A Seagate Company, makes no representations or warranties with respect to the contents

More information

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer

How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20. How to Configure SAP HCI basic authentication for SAP Cloud for Customer How-To Guide SAP Cloud for Customer Document Version: 1.0-2014-03-20 How to Configure SAP HCI basic authentication for SAP Cloud for Customer Document History Document Version Description 1.0 First official

More information

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On

How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to Implement the X.509 Certificate Based Single Sign-On Solution with SAP Netweaver Single Sign-On How to implement the X.509 certificate based Single Sign-On solution from SAP Page 2 of 34 How to

More information

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections:

This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: CHAPTER 1 SAML Single Sign-On This chapter describes how to use the Junos Pulse Secure Access Service in a SAML single sign-on deployment. It includes the following sections: Junos Pulse Secure Access

More information

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved.

Tenrox. Single Sign-On (SSO) Setup Guide. January, 2012. 2012 Tenrox. All rights reserved. Tenrox Single Sign-On (SSO) Setup Guide January, 2012 2012 Tenrox. All rights reserved. About this Guide This guide provides a high-level technical overview of the Tenrox Single Sign-On (SSO) architecture,

More information

HOTPin Integration Guide: Google Apps with Active Directory Federated Services

HOTPin Integration Guide: Google Apps with Active Directory Federated Services HOTPin Integration Guide: Google Apps with Active Directory Federated Services Disclaimer Disclaimer of Warranties and Limitation of Liabilities All information contained in this document is provided 'as

More information

Flexible Identity Federation

Flexible Identity Federation Flexible Identity Federation Administration guide version 1.0.1 Publication history Date Description Revision 2015.09.24 initial release 1.0.0 2015.12.11 minor updates 1.0.1 Copyright Orange Business Services

More information

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them.

Only LDAP-synchronized users can access SAML SSO-enabled web applications. Local end users and applications users cannot access them. This chapter provides information about the Security Assertion Markup Language (SAML) Single Sign-On feature, which allows administrative users to access certain Cisco Unified Communications Manager and

More information

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop

Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop Building the SAP Business One Cloud Landscape Part of the SAP Business One Cloud Landscape Workshop TABLE OF CONTENTS 1 INTRODUCTION... 3 2 LANDSCAPE DETAILS... 3 2.1 Server Details... 3 2.2 Landscape

More information

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer

How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How-To Guide Document Version: 1411 2014.12.15 How to Configure an Example SAP Cloud Applications Studio (PDI) Solution for SAP Cloud for Customer How to configure an example SAP Cloud Applications Studio

More information

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02

Data Integration using Integration Gateway. SAP Mobile Platform 3.0 SP02 Data Integration using Integration Gateway SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC02000-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved.

More information

HP Software as a Service. Federated SSO Guide

HP Software as a Service. Federated SSO Guide HP Software as a Service Federated SSO Guide Document Release Date: July 2014 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty statements accompanying

More information

Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS)

Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS) w w w. e g n y t e. c o m Egnyte Single Sign-On (SSO) Configuration for Active Directory Federation Services (ADFS) To set up ADFS so that your employees can access Egnyte using their ADFS credentials,

More information

How To Use Saml 2.0 Single Sign On With Qualysguard

How To Use Saml 2.0 Single Sign On With Qualysguard QualysGuard SAML 2.0 Single Sign-On Technical Brief Introduction Qualys provides its customer the option to use SAML 2.0 Single Sign On (SSO) authentication with their QualysGuard subscription. When implemented,

More information

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008

Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Enabling Kerberos SSO in IBM Cognos Express on Windows Server 2008 Nature of Document: Guideline Product(s): IBM Cognos Express Area of Interest: Infrastructure 2 Copyright and Trademarks Licensed Materials

More information

Setup Guide Access Manager 3.2 SP3

Setup Guide Access Manager 3.2 SP3 Setup Guide Access Manager 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

CA NetQoS Performance Center

CA NetQoS Performance Center CA NetQoS Performance Center Install and Configure SSL for Windows Server 2008 Release 6.1 (and service packs) This Documentation, which includes embedded help systems and electronically distributed materials,

More information

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015

SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 SAP Best Practices for SAP Mobile Secure Cloud Configuration March 2015 2014 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any

More information

SAM Context-Based Authentication Using Juniper SA Integration Guide

SAM Context-Based Authentication Using Juniper SA Integration Guide SAM Context-Based Authentication Using Juniper SA Integration Guide Revision A Copyright 2012 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete

More information

ACTIVID APPLIANCE AND MICROSOFT AD FS

ACTIVID APPLIANCE AND MICROSOFT AD FS ACTIVID APPLIANCE AND MICROSOFT AD FS SAML 2.0 Channel Integration Handbook ActivID Appliance 7.2 July 2013 Released Document Version 1.0 hidglobal.com Table of Contents 1.0 Introduction...3 1.1 Scope

More information

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE)

SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) 12/15/2012 WALISYSTEMSINC.COM SETUP SSL IN SHAREPOINT 2013 (USING SELF-SIGNED CERTIFICATE) Setup SSL in SharePoint 2013 In the last article (link below), you learned how to setup SSL in SharePoint 2013

More information

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide

Configuration (X87) SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English. Building Block Configuration Guide SAP Mobile Secure: SAP Afaria 7 SP5 September 2014 English Afaria Network Configuration (X87) Building Block Configuration Guide SAP SE Dietmar-Hopp-Allee 16 69190 Walldorf Germany Copyright 2014 SAP SE

More information

SAML Single-Sign-On (SSO)

SAML Single-Sign-On (SSO) C O L A B O R A T I V E I N N O V A T I O N M A N A G E M E N T Complete Feature Guide SAML Single-Sign-On (SSO) 1. Features This feature allows administrators to setup Single Sign-on (SSO) integration

More information

SalesForce SSO with Active Directory Federated Services (ADFS) v2.0 Authenticating Users Using SecurAccess Server by SecurEnvoy

SalesForce SSO with Active Directory Federated Services (ADFS) v2.0 Authenticating Users Using SecurAccess Server by SecurEnvoy SalesForce SSO with Active Directory Federated Services (ADFS) v2.0 Authenticating Users Using SecurAccess Server by SecurEnvoy Contact information SecurEnvoy www.securenvoy.com 0845 2600010 Merlin House

More information

Cox Managed CPE Services. RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft]

Cox Managed CPE Services. RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft] Cox Managed CPE Services RADIUS Authentication for AnyConnect VPN Version 1.3 [Draft] September, 2015 2015 by Cox Communications. All rights reserved. No part of this document may be reproduced or transmitted

More information

Installation Guide. SafeNet Authentication Service

Installation Guide. SafeNet Authentication Service SafeNet Authentication Service Installation Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper

Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper Cloud Single Sign-On and On-Premise Identity Federation with SAP NetWeaver Cloud White Paper TABLE OF CONTENTS INTRODUCTION... 3 Where we came from... 3 The User s Dilemma with the Cloud... 4 The Administrator

More information

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications

Using SAP Logon Tickets for Single Sign on to Microsoft based web applications Collaboration Technology Support Center - Microsoft - Collaboration Brief March 2005 Using SAP Logon Tickets for Single Sign on to Microsoft based web applications André Fischer, Project Manager CTSC,

More information

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide

AvePoint Meetings 3.2.2 for SharePoint On-Premises. Installation and Configuration Guide AvePoint Meetings 3.2.2 for SharePoint On-Premises Installation and Configuration Guide Issued August 2015 Table of Contents About AvePoint Meetings for SharePoint... 4 System Requirements... 5 2 System

More information

SAP NetWeaver Fiori. For more information, see "Creating and enabling a trusted provider for Centrify" on page 108-10.

SAP NetWeaver Fiori. For more information, see Creating and enabling a trusted provider for Centrify on page 108-10. Chapter 108 Configuring SAP NetWeaver Fiori The following is an overview of the steps required to configure the SAP NetWeaver Fiori Web application for single sign-on (SSO) via SAML. SAP NetWeaver Fiori

More information

Installing and Configuring vcenter Support Assistant

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

More information

Installing and Configuring vcloud Connector

Installing and Configuring vcloud Connector Installing and Configuring vcloud Connector vcloud Connector 2.7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new

More information

Integration of SAP Netweaver User Management with LDAP

Integration of SAP Netweaver User Management with LDAP Integration of SAP Netweaver User Management with LDAP Applies to: SAP Netweaver 7.0/7.1 Microsoft Active Directory 2003 Summary The document describes the detailed steps of configuring the integration

More information

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02

Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Upgrade: SAP Mobile Platform Server for Windows SAP Mobile Platform 3.0 SP02 Windows DOCUMENT ID: DC80003-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All

More information

Using SAML for Single Sign-On in the SOA Software Platform

Using SAML for Single Sign-On in the SOA Software Platform Using SAML for Single Sign-On in the SOA Software Platform SOA Software Community Manager: Using SAML on the Platform 1 Policy Manager / Community Manager Using SAML for Single Sign-On in the SOA Software

More information

WHITE PAPER Citrix Secure Gateway Startup Guide

WHITE PAPER Citrix Secure Gateway Startup Guide WHITE PAPER Citrix Secure Gateway Startup Guide www.citrix.com Contents Introduction... 2 What you will need... 2 Preparing the environment for Secure Gateway... 2 Installing a CA using Windows Server

More information

PingFederate. Salesforce Connector. Quick Connection Guide. Version 4.1

PingFederate. Salesforce Connector. Quick Connection Guide. Version 4.1 PingFederate Salesforce Connector Version 4.1 Quick Connection Guide 2011 Ping Identity Corporation. All rights reserved. PingFederate Salesforce Quick Connection Guide Version 4.1 June, 2011 Ping Identity

More information

Setup Guide Access Manager Appliance 3.2 SP3

Setup Guide Access Manager Appliance 3.2 SP3 Setup Guide Access Manager Appliance 3.2 SP3 August 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

More information

SAP Web Application Server Security

SAP Web Application Server Security SAP Web Application Server Security HELP.BCSECSWAPPS Release 6.10 Document Version 1.4 01/15/02 Copyright Copyright 2001 SAP AG. All rights reserved. No part of this publication may be reproduced or transmitted

More information

CA Technologies SiteMinder

CA Technologies SiteMinder CA Technologies SiteMinder Agent for Microsoft SharePoint r12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

SAP Cloud Identity Service Document Version: 1.0 2014-09-01. SAP Cloud Identity Service

SAP Cloud Identity Service Document Version: 1.0 2014-09-01. SAP Cloud Identity Service Document Version: 1.0 2014-09-01 Content 1....4 1.1 Release s....4 1.2 Product Overview....8 Product Details.... 9 Supported Browser Versions....10 Supported Languages....12 1.3 Getting Started....13 1.4

More information

Enabling SSL and Client Certificates on the SAP J2EE Engine

Enabling SSL and Client Certificates on the SAP J2EE Engine Enabling SSL and Client Certificates on the SAP J2EE Engine Angel Dichev RIG, SAP Labs SAP AG 1 Learning Objectives As a result of this session, you will be able to: Understand the different SAP J2EE Engine

More information

Single Sign On for ShareFile with NetScaler. Deployment Guide

Single Sign On for ShareFile with NetScaler. Deployment Guide Single Sign On for ShareFile with NetScaler Deployment Guide This deployment guide focuses on defining the process for enabling Single Sign On into Citrix ShareFile with Citrix NetScaler. Table of Contents

More information

CA Performance Center

CA Performance Center CA Performance Center Single Sign-On User Guide 2.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

2 Downloading Access Manager 3.1 SP4 IR1

2 Downloading Access Manager 3.1 SP4 IR1 Novell Access Manager 3.1 SP4 IR1 Readme May 2012 Novell This Readme describes the Novell Access Manager 3.1 SP4 IR1 release. Section 1, Documentation, on page 1 Section 2, Downloading Access Manager 3.1

More information

Enabling Single Signon with IBM Cognos 8 BI MR1 and SAP Enterprise Portal

Enabling Single Signon with IBM Cognos 8 BI MR1 and SAP Enterprise Portal Guideline Enabling Single Signon with IBM Cognos 8 BI MR1 and SAP Enterprise Portal Product: IBM Cognos 8 BI Area of Interest: Security 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated).

More information

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER

Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Integrating VMware Horizon Workspace and VMware Horizon View TECHNICAL WHITE PAPER Table of Contents Introduction.... 3 Requirements.... 3 Horizon Workspace Components.... 3 SAML 2.0 Standard.... 3 Authentication

More information

PUBLIC Secure Login for SAP Single Sign-On Implementation Guide

PUBLIC Secure Login for SAP Single Sign-On Implementation Guide SAP Single Sign-On 2.0 SP04 Document Version: 1.0-2014-10-28 PUBLIC Secure Login for SAP Single Sign-On Implementation Guide Table of Contents 1 What Is Secure Login?....8 1.1 System Overview.... 8 1.1.1

More information

PingFederate. IWA Integration Kit. User Guide. Version 3.0

PingFederate. IWA Integration Kit. User Guide. Version 3.0 PingFederate IWA Integration Kit Version 3.0 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 3.0 April, 2012 Ping Identity Corporation

More information

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual

TIBCO Spotfire Web Player 6.0. Installation and Configuration Manual TIBCO Spotfire Web Player 6.0 Installation and Configuration Manual Revision date: 12 November 2013 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED

More information

Secure IIS Web Server with SSL

Secure IIS Web Server with SSL Secure IIS Web Server with SSL EventTracker v7.x Publication Date: Sep 30, 2014 EventTracker 8815 Centre Park Drive Columbia MD 21045 www.eventtracker.com Abstract The purpose of this document is to help

More information

PingFederate. IWA Integration Kit. User Guide. Version 2.6

PingFederate. IWA Integration Kit. User Guide. Version 2.6 PingFederate IWA Integration Kit Version 2.6 User Guide 2012 Ping Identity Corporation. All rights reserved. PingFederate IWA Integration Kit User Guide Version 2.6 March, 2012 Ping Identity Corporation

More information

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé

fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé fåíéêåéí=péêîéê=^çãáåáëíê~íçêûë=dìáçé Internet Server FileXpress Internet Server Administrator s Guide Version 7.2.1 Version 7.2.2 Created on 29 May, 2014 2014 Attachmate Corporation and its licensors.

More information

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public

SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On. Public SEC100 Secure Authentication and Data Transfer with SAP Single Sign-On Public Speakers Las Vegas, Oct 19-23 Christian Cohrs, Area Product Owner Barcelona, Nov 10-12 Regine Schimmer, Product Management

More information

Configuring. Moodle. Chapter 82

Configuring. Moodle. Chapter 82 Chapter 82 Configuring Moodle The following is an overview of the steps required to configure the Moodle Web application for single sign-on (SSO) via SAML. Moodle offers SP-initiated SAML SSO only. 1 Prepare

More information

Active Directory Federation Services

Active Directory Federation Services Active Directory Federation Services Installation Instructions for WebEx Messenger and WebEx Centers Single Sign- On for Windows 2008 R2 WBS29 Copyright 1997-2013 Cisco and/or its affiliates. All rights

More information

Setting Up SSL on IIS6 for MEGA Advisor

Setting Up SSL on IIS6 for MEGA Advisor Setting Up SSL on IIS6 for MEGA Advisor Revised: July 5, 2012 Created: February 1, 2008 Author: Melinda BODROGI CONTENTS Contents... 2 Principle... 3 Requirements... 4 Install the certification authority

More information

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server

Integration Guide. SafeNet Authentication Service. Using SAS as an Identity Provider for Tableau Server SafeNet Authentication Service Integration Guide Technical Manual Template Release 1.0, PN: 000-000000-000, Rev. A, March 2013, Copyright 2013 SafeNet, Inc. All rights reserved. 1 Document Information

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C

USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION. www.pesa.com August 2014 Phone: 256.726.9200. Publication: 81-9059-0703-0, Rev. C USER GUIDE WEB-BASED SYSTEM CONTROL APPLICATION Publication: 81-9059-0703-0, Rev. C www.pesa.com Phone: 256.726.9200 Thank You for Choosing PESA!! We appreciate your confidence in our products. PESA produces

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

HP Software as a Service

HP Software as a Service HP Software as a Service Software Version: 6.1 Federated SSO Document Release Date: August 2013 Legal Notices Warranty The only warranties for HP products and services are set forth in the express warranty

More information

SAP Certified Technology Professional - Security with SAP NetWeaver 7.0. Title : Version : Demo. The safer, easier way to help you pass any IT exams.

SAP Certified Technology Professional - Security with SAP NetWeaver 7.0. Title : Version : Demo. The safer, easier way to help you pass any IT exams. Exam : P_ADM_SEC_70 Title : SAP Certified Technology Professional - Security with SAP NetWeaver 7.0 Version : Demo 1 / 5 1.Which of the following statements regarding SSO and SAP Logon Tickets are true?

More information

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems

R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems R/3 and J2EE Setup for Digital Signature on Form 16 in HR Systems Agenda 1. R/3 - Setup 1.1. Transaction code STRUST 1.2. Transaction code SM59 2. J2EE - Setup 2.1. Key Storage 2.2. Security Provider 2.3.

More information

LumInsight CMS Installation Guide

LumInsight CMS Installation Guide LumInsight CMS Installation Guide This guide walks you through the installation steps to run your LumInsight CMS software. 078-1059-01C Echelon, LumInsight, and the Echelon logo are trademarks of Echelon

More information

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected (

How To Enable A Websphere To Communicate With Ssl On An Ipad From Aaya One X Portal 1.1.3 On A Pc Or Macbook Or Ipad (For Acedo) On A Network With A Password Protected ( Avaya one X Portal 1.1.3 Lightweight Directory Access Protocol (LDAP) over Secure Socket Layer (SSL) Configuration This document provides configuration steps for Avaya one X Portal s 1.1.3 communication

More information

Protecting Juniper SA using Certificate-Based Authentication. Quick Start Guide

Protecting Juniper SA using Certificate-Based Authentication. Quick Start Guide Protecting Juniper SA using Certificate-Based Authentication Copyright 2013 SafeNet, Inc. All rights reserved. All attempts have been made to make the information in this document complete and accurate.

More information

Security Assertion Markup Language (SAML) Site Manager Setup

Security Assertion Markup Language (SAML) Site Manager Setup Security Assertion Markup Language (SAML) Site Manager Setup Trademark Notice Blackboard, the Blackboard logos, and the unique trade dress of Blackboard are the trademarks, service marks, trade dress and

More information

McAfee Cloud Identity Manager

McAfee Cloud Identity Manager SAML2 Cloud Connector Guide McAfee Cloud Identity Manager version 1.2 or later COPYRIGHT Copyright 2013 McAfee, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed,

More information

FTP Server Configuration

FTP Server Configuration FTP Server Configuration For HP customers who need to configure an IIS or FileZilla FTP server before using HP Device Manager Technical white paper 2 Copyright 2012 Hewlett-Packard Development Company,

More information

Use Enterprise SSO as the Credential Server for Protected Sites

Use Enterprise SSO as the Credential Server for Protected Sites Webthority HOW TO Use Enterprise SSO as the Credential Server for Protected Sites This document describes how to integrate Webthority with Enterprise SSO version 8.0.2 or 8.0.3. Webthority can be configured

More information

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0

Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 2012 Integrating WebSphere Portal V8.0 with Business Process Manager V8.0 WebSphere Portal & BPM Services [Page 2 of 51] CONTENTS CONTENTS... 2 1. DOCUMENT INFORMATION... 4 1.1 1.2 2. INTRODUCTION... 5

More information

CRM WebClient UI & Netweaver Enterprise Portal Integration

CRM WebClient UI & Netweaver Enterprise Portal Integration CRM WebClient UI & Netweaver Enterprise Portal Integration Contents INTRODUCTION... 4 External Integration... 4 Architecture... 4 Tight/Classic Integration... 5 Architecture... 5 Integration via OBN...

More information

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008

Integration Guide. Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide Microsoft Active Directory Rights Management Services (AD RMS) Microsoft Windows Server 2008 Integration Guide: Microsoft Active Directory Rights Management Services (AD RMS) Imprint

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

Enabling Single Signon with IBM Cognos ReportNet and SAP Enterprise Portal

Enabling Single Signon with IBM Cognos ReportNet and SAP Enterprise Portal Guideline Enabling Single Signon with IBM Cognos ReportNet and SAP Enterprise Portal Product(s): IBM Cognos ReportNet Area of Interest: Security 2 Copyright Copyright 2008 Cognos ULC (formerly Cognos Incorporated).

More information

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication

DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication DIGIPASS KEY series and smart card series for Juniper SSL VPN Authentication Certificate Based 2010 Integration VASCO Data Security. Guideline All rights reserved. Page 1 of 31 Disclaimer Disclaimer of

More information

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates

Entrust Managed Services PKI. Configuring secure LDAP with Domain Controller digital certificates Entrust Managed Services Entrust Managed Services PKI Configuring secure LDAP with Domain Controller digital certificates Document issue: 1.0 Date of issue: October 2009 Copyright 2009 Entrust. All rights

More information

Access Gateway Guide Access Manager 4.0 SP1

Access Gateway Guide Access Manager 4.0 SP1 Access Gateway Guide Access Manager 4.0 SP1 May 2014 www.netiq.com/documentation Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS

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

Cloud Portal for imagerunner ADVANCE

Cloud Portal for imagerunner ADVANCE Cloud Portal for imagerunner ADVANCE User's Guide Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG How This

More information

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

Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications Configuring Single Sign-on from the VMware Identity Manager Service to AirWatch Applications VMware Identity Manager AUGUST 2015 V1 Configuring Single Sign-On from VMware Identity Manager to AirWatch Applications

More information

SSL VPN Server Guide. Access Manager 3.2 SP2. June 2013

SSL VPN Server Guide. Access Manager 3.2 SP2. June 2013 SSL VPN Server Guide Access Manager 3.2 SP2 June 2013 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE AGREEMENT OR A

More information

SAML 2.0 SSO Deployment with Okta

SAML 2.0 SSO Deployment with Okta SAML 2.0 SSO Deployment with Okta Simplify Network Authentication by Using Thunder ADC as an Authentication Proxy DEPLOYMENT GUIDE Table of Contents Overview...3 The A10 Networks SAML 2.0 SSO Deployment

More information