PingOne

Authentication API Support

You can use the PingFederate authentication API to integrate the Magic Link IdP Adapter into your application.

The PingFederate Authentication API provides access to the current state of the authentication flow as a user steps through the PingFederate authentication policy. Learn more in PingFederate authentication API in the PingFederate documentation.

To integrate the Magic Link IdP Adapter into your authentication flow, configure your application based on the information in this section.

For this adapter, only the different device SSO flow supports the PingFederate Authentication API. For more information on the different device SSO flow, see Overview of the SSO flow.

The application using the authentication API polls for status and continues with the same flow ID and cookie once the link is approved. This is because the link verification endpoint requires a redirect back to the resume URL, and the application should control this behavior.

You can also explore the process using the PingFederate Authentication API Explorer. Learn more in Exploring the Authentication API in the PingFederate documentation.