---
title: SP user-facing pages
description: PingFederate has a variety of customizable user-facing page templates that apply to service provider (SP) pages. Each template contains specific variables that can be used for rendering the associated web page.
component: pingfederate
version: 13.0
page_id: pingfederate:administrators_reference_guide:pf_sp_user_facing_pages
canonical_url: https://docs.pingidentity.com/pingfederate/13.0/administrators_reference_guide/pf_sp_user_facing_pages.html
revdate: July 5, 2022
section_ids:
  account-linking: Account linking
  single-sign-on-and-logout: Single sign-on and logout
  ws-federation: WS-Federation
---

# SP user-facing pages

PingFederate has a variety of customizable user-facing page templates that apply to service provider (SP) pages. Each template contains specific variables that can be used for rendering the associated web page.

## Account linking

| Page title and template file name                             | Purpose                                                                             | Type   | Action |
| ------------------------------------------------------------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| **Link Your Account**LocalIdPasswordLookup.form.template.html | Used to authenticate a user at the SP when an account link needs to be established. | Normal | None   |
| Account UnlinkedTerminateAccountLinks.page.template.html      | Communicates a user's successful defederation operation.                            | Normal | None   |

## Single sign-on and logout

| Page title and template file name                                  | Purpose                                                                                                                                                                                                                                                                                                                           | Type   | Action                                       |
| ------------------------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------ | -------------------------------------------- |
| Select Identity Providersourceid-saml2-idp-selection-template.html | The user requested SP-initiated single sign-on (SSO), but the identity provider (IdP) partner was not specified in the appropriate query parameter or cookie. This page allows the user to select the IdP manually. Based on the user's selection, the server redirects the browser to the appropriate IdP partner's SSO service. | Normal | User must make selection                     |
| Please Specify Targetsp.sso.success.page.template.html             | Displayed when an SSO request succeeds but no target-resource parameter is specified by the incoming URL, and no default URL is set on the **Applications > Integration > SP Default URLs** window.                                                                                                                               | Error  | Consult web developer or specify default URL |
| Sign On Errorsp.sso.error.page.template.html                       | Displayed when SP-initiated SSO fails, or IdP-initiated SSO fails on the SP side, and no other SSO error landing page is specified.                                                                                                                                                                                               | Error  | Consult log and web developer                |
| Sign Off Successfulsp.slo.success.page.template.html               | Displayed when a single logout (SLO) request succeeds and no other SLO success landing page is specified.                                                                                                                                                                                                                         | Normal | None                                         |
| Sign Off Errorsp.slo.error.page.template.html                      | Displayed when an SLO request fails and no other SLO error landing page is specified.                                                                                                                                                                                                                                             | Error  | User should close the browser                |

## WS-Federation

| Page title and template file name                                | Purpose                                                                           | Type   | Action                        |
| ---------------------------------------------------------------- | --------------------------------------------------------------------------------- | ------ | ----------------------------- |
| Signed Offsourceid-wsfed-sp-signout-cleanup-template.html        | Displays the user's sign-out status.                                              | Normal | None                          |
| Unable to Authenticatesourceid-wsfed-idp-exception-template.html | Displayed when an authentication challenge fails during WS-Federation processing. | Error  | Consult log and web developer |
