Agentless Integration Kit
The Agentless Integration Kit allows PingFederate to integrate with identity provider (IdP) and service provider (SP) applications for single sign-on (SSO).
This integration uses a RESTful approach that doesn’t require you to integrate agent software into your application. Instead, your application exchanges user-session attributes with PingFederate through direct HTTP calls to the adapter endpoints.
The Reference ID IdP Adapter can also redirect OAuth authorization consent requests to an external application, as described in External consent approval.
Components
- Reference ID IdP Adapter
-
Allows PingFederate to integrate with IdP applications for SSO.
- Reference ID SP Adapter
-
Allows PingFederate to integrate with SP applications for SSO.
- Agentless IdP Java sample application
-
An example IdP application that you can use to test the IdP adapter.
- Agentless SP Java sample application
-
An example SP application that you can use to test the SP adapter.
The sample applications included in the integration |