|
| 1 | +--- |
| 2 | +id: lambdatest-sso-pingidentity-integration |
| 3 | +title: LambdaTest SSO & PingIdentity Integration |
| 4 | +hide_title: false |
| 5 | +sidebar_label: PingIdentity |
| 6 | +description: Learn how to automate web app testing with KaneAI. Generate and execute tests in plain English, save cases, and run them seamlessly |
| 7 | +keywords: |
| 8 | + - sso |
| 9 | + - lambdatest sso |
| 10 | + - pingidentity |
| 11 | + - lambdatest pingidentity integration |
| 12 | + - lambdatest pingidentity sso |
| 13 | +url: https://www.lambdatest.com/support/docs/lambdatest-sso-pingidentity-integration |
| 14 | +site_name: LambdaTest |
| 15 | +slug: lambdatest-sso-pingidentity-integration/ |
| 16 | +--- |
| 17 | + |
| 18 | +import Tabs from '@theme/Tabs'; |
| 19 | +import TabItem from '@theme/TabItem'; |
| 20 | + |
| 21 | +<script type="application/ld+json" |
| 22 | + dangerouslySetInnerHTML={{ __html: JSON.stringify({ |
| 23 | + "@context": "https://schema.org", |
| 24 | + "@type": "BreadcrumbList", |
| 25 | + "itemListElement": [{ |
| 26 | + "@type": "ListItem", |
| 27 | + "position": 1, |
| 28 | + "name": "Home", |
| 29 | + "item": "https://www.lambdatest.com" |
| 30 | + },{ |
| 31 | + "@type": "ListItem", |
| 32 | + "position": 2, |
| 33 | + "name": "Support", |
| 34 | + "item": "https://www.lambdatest.com/support/docs/" |
| 35 | + },{ |
| 36 | + "@type": "ListItem", |
| 37 | + "position": 3, |
| 38 | + "name": "LambdaTest SSO", |
| 39 | + "item": "https://www.lambdatest.com/support/docs/lambdatest-sso-pingidentity-integration" |
| 40 | + }] |
| 41 | + }) |
| 42 | + }} |
| 43 | +></script> |
| 44 | +LambdaTest provides seamless integration with Ping Identity through SAML (Security Assertion Markup Language) to enable Single Sign-On (SSO) for your organization. By integrating Ping Identity with your LambdaTest organization, you can streamline user authentication and enhance security. |
| 45 | + |
| 46 | +## Key Features of Ping Identity Integration: |
| 47 | +- **SP-Initiated SSO :** Single Sign-On initiated from the LambdaTest platform. |
| 48 | +- **IdP-Initiated SSO :** Single Sign-On initiated from Ping Identity. |
| 49 | +- **Group Assignment :** Manage user groups via Ping's group functionality. |
| 50 | + |
| 51 | +## Prerequisites |
| 52 | +Before configuring the integration, ensure you meet the following requirements: |
| 53 | + |
| 54 | +- **LambdaTest Enterprise Plan :** Your organization must have an active Enterprise plan. |
| 55 | +- **SSO Enablement Request :** The admin of your LambdaTest organization must request SSO enablement. |
| 56 | +> Raise a request via email at [email protected] or through LambdaTest’s 24/7 in-app chat support. |
| 57 | +- **Ping Identity Admin Access :** You need administrative access to your Ping Identity account. |
| 58 | +- **Metadata File :** Download the SAML metadata file for your LambdaTest organization using the following URL: |
| 59 | + |
| 60 | + Replace `{organizationID}` with your organization's ID |
| 61 | + |
| 62 | + ```bash |
| 63 | + https://auth.lambdatest.com/organization/{organizationID}/saml/metadata |
| 64 | + ``` |
| 65 | + |
| 66 | +## Configuring LambdaTest & Ping Identity Integration |
| 67 | +Follow the steps below to configure the SAML-based integration between LambdaTest and Ping Identity. |
| 68 | + |
| 69 | +### Step 1: Log in to Ping Identity |
| 70 | +Log in to your Ping Identity account using admin credentials. |
| 71 | + |
| 72 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/1.png').default} alt="setup sso button" className="doc_img"/> |
| 73 | + |
| 74 | +### Step 2: Add a New Application |
| 75 | +- Navigate to the Applications menu on the toolbar. |
| 76 | +- Click on Add Application. |
| 77 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/2.png').default} alt="setup sso button" className="doc_img"/> |
| 78 | + |
| 79 | +- In the Add Application window, select Create New App to create a new application for LambdaTest SSO integration. |
| 80 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/3.png').default} alt="setup sso button" className="doc_img"/> |
| 81 | + |
| 82 | +### Step 3: Import Metadata File |
| 83 | +Import the LambdaTest metadata file you downloaded earlier. |
| 84 | + |
| 85 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/4.png').default} alt="setup sso button" className="doc_img"/> |
| 86 | + |
| 87 | +Upon importing, Ping Identity will automatically populate the following: |
| 88 | + |
| 89 | +- ACS URLs (Assertion Consumer Service URLs) |
| 90 | +- Entity ID |
| 91 | +- Save the application to proceed. |
| 92 | + |
| 93 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/5.png').default} alt="setup sso button" className="doc_img"/> |
| 94 | + |
| 95 | +### Step 4: Configure Attribute Mappings |
| 96 | +- Go to the Attribute Mappings tab of the created application. |
| 97 | +- Update the saml_object attribute value from user_ID to emailaddress. |
| 98 | + |
| 99 | +<img loading="lazy" src={require('../assets/images/sso/ping-identity/6.png').default} alt="setup sso button" className="doc_img"/> |
| 100 | + |
| 101 | +After completing these configurations, your LambdaTest and Ping Identity integration for SSO will be ready to use. Both SP-initiated and IdP-initiated SSO flows will be enabled, and you can manage users and groups via Ping Identity. |
0 commit comments