Step 3. Get signOnUrl from PingFederate Server
This section outlines the steps required to retrieve the SignOn URL from the PingFederate server.
About this task
-
Login as PingFederate Administrator
- Access the PingFederate Admin Console (e.g.,
https://pingfederate.example.com:9999/pingfederate/app)
- Access the PingFederate Admin Console (e.g.,
-
Navigate to SP Connections
- Go to Applications → SP Connections
- Or navigate to IdP Configuration → SP Connections
-
Select Your Application/SP Connection
- Click on the relevant Service Provider (SP) connection for your MCM application
-
Get the SSO Service URL
-
Navigate to Browser SSO → Protocol Settings
-
Under Assertion Consumer Service URL, you’ll find the Single Sign-On (SSO) Service URL
-
Alternatively, go to IdP Configuration → SSO Application Endpoint
-
Copy the Single Sign-On Service URL as
signOnUrl- Example:
https://pingfederate.example.com/idp/SSO.saml2 - Or with parameters:
https://pingfederate.example.com/idp/startSSO.ping?PartnerSpId=MCM-Application
Note: The
PartnerSpIdparameter can be configured with any value, but it must match the SP Connection ID configured in PingFederate for your MCM application. Ensure consistency between thePartnerSpIdvalue and the PingFederate SP Connection settings. - Example:
-