PingFederate SP configuration
Steps
-
Unzip the distribution
.ziparchive and copy the following file to theserver/default/deployfolder in your PingFederate server installation:dist/pf-oam-adapter-3.1.0.jar -
Add the following to
<PF_INSTALL>/bin/run.properties:pf.oam.ik.ssoUrl=<PF_SSO_URL>where PF_SSO_URL is the Sp-initiated Single sign on URL. For example:
https://<PF_HOST>:<PF_PORT>/sp/startSSO.ping?PartnerIdpId=<PARTNER_ID>
The Target Resource URL will be determined by the adapter based on the request context.
-
Start or restart the PingFederate Server.