Ping-federate (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/protocols/protocol{id}/ping-federate

A Protocol plugin using Pingfederate’s agentless adapter integration method

Parameters#

NameTypeRequiredDefaultDescription
dropoff-urlurirequired
dropoff-usernamestringrequired
dropoff-passwordstringrequired
idp-adapter-idstringrequired
server-base-urlurirequired
http-clientleafrefrequired
allowed-originsmulti-value, non-empty-stringoptionalWhen PingFederate is requesting authentication directly, this optional list of URI’s or URI-patterns define which origins are allowed to frame pages in, i.e. this list decides how and which allowed frame response headers are sent. If none are configured, framing is not allowed for this protocol. Note that when PingFederate includes a client_id, the ServiceProvider’s framing settings are used!
application-urlurioptionalThis URL is used if a request is made to the authentication service without the parameters necessary to initiate an authentication transaction. In such a case, the user is redirected to this URL, so that a new, properly formed, request can be made to bootstrap a new authentication transaction. When integrating to PingFederate, this could happen, for example, if the user arrives at the authentication service via PingFederate, book marks the page, and later follows their new bookmark. In this case, the user would not see an error page, but instead be redirected to this URL.

Was this helpful?