In this example, you are configuring an HTML Form Adapter. For more information, see Configuring an HTML Form Adapter instance.

  1. In the PingFederate administrative console, go to Authentication > Integration > IdP Adapters.
  2. Do one of the following:
    • Create a new HTML Form Adapter by clicking Create New Instance.
    • Edit an existing HTML Form Adapter by clicking the name of the adapter in the Instance Name list.
  3. On the IdP Adapter tab, for Session State, click None.

    The HTML Form Adapter can keep the session state itself, but you need to track the session at the server level.

    Screen capture that shows the Session State option in the IdP Adapter tab.
  4. On the Adapter Attributes tab, in the Unique User Key Attribute list, select userPrincipalName.

    This is the attribute value that you would submit to find and revoke a user’s sessions. In this example, you are using the userPrincipalName attribute from Active Directory, but you could use something like mail if you prefer.

    Screen capture showing the Unique User Key Attribute set to userPrincipalName in the Adapter Attributes tab.
  5. If this is a new adapter, complete the rest of the configuration settings.
  6. Save your HTML Form Adapter.