Sign in to ComplianceScout with PingOne over SAML 2.0.
Copy these from ComplianceScout → Settings → SSO when you create the connection. The exact, per-connection values are shown there.
urn:guardstream:sp:<tenant_id>Included in the SP metadata below. Most IdPs can import the metadata URL instead of typing this.
https://<your-app-host>/sso/saml/callback/<connectionId>https://<your-app-host>/sso/saml/metadata/<connectionId>Contains the SP entity ID, ACS URL, and SP certificate. Import this into your IdP when it supports metadata import — it is the least error-prone path.
urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddressConfigure your IdP to send the user's email address as the NameID. ComplianceScout rejects any other NameID format.
Steps verified against the vendor documentation linked at the bottom of this page. Labels can change — that link is the source of truth.
Sign in to the PingOne admin console and go to Connections → Applications (some builds show Applications → Applications).
Click the + (Add Application) icon. Enter an Application Name, select Advanced Configuration, and next to SAML click Configure.
On Configure SAML Connection, choose Import From URL and paste ComplianceScout's SP metadata URL (this auto-fills Entity ID, ACS, and SP cert). Or choose Manually Enter and set ACS URLs = the ACS URL shown in ComplianceScout and Entity ID = urn:guardstream:sp:<tenant_id>.
For signing, select Sign Assertion & Response with RSA_SHA256, then Save.
Open the app's Attribute Mappings tab. On the saml_subject row, map the value to Email Address, then open the row's Advanced control and set "Name ID Format to send to SP:" = urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress.
Enable the application and assign the appropriate users/groups.
On the app's details panel, copy the IDP Metadata URL (or Download Metadata) — it contains the Issuer ID (IdP Entity ID), the Single Sign-On Service URL, and the signing certificate.
Back in Settings → SSO, paste these into the connection and save.
<pingone-idp-metadata-url>Importing this one URL into ComplianceScout supplies the entity ID, SSO URL, and signing certificate.
<issuer-id><sso-url>On Attribute Mappings, click + Add, set the application attribute name to groups (or roles), and map it to the directory group attribute (e.g. Group Names / memberOf). Set ComplianceScout's role-mapping attribute to match.
Configure the connection in Settings → SSO, then test sign-in before rolling it out to your team.