---
title: Creating a registration application
description: Create an application that your users can use to register.
component: pingone
page_id: pingone:pingone_tutorials:p1_tutorial_passwordless_registration_application
canonical_url: https://docs.pingidentity.com/pingone/pingone_tutorials/p1_tutorial_passwordless_registration_application.html
revdate: November 14, 2023
section_ids:
  steps: Steps
  result: Result:
  next-steps: Next steps
---

# Creating a registration application

Create an application that your users can use to register.

## Steps

1. Go to **Applications > Applications**.

2. Click the **[icon: plus, set=fa]**icon.

3. In the **Application Name** field, enter `Registration`.

4. Click **SAML Application**, and then click **Configure**.

   ![A screenshot of the Add Application SAML Application window in PingOne.](_images/ggk1651075630645.png)

5. Click **Manually Enter**.

6. In the **ACS URLs** field, enter `https://httpbin.org/anything`.

   ![A screenshot of the SAML Configuration window in PingOne.](_images/fgs1651076317943.png)

7. In the **Entity ID** field, enter `httpbin`, and then click **Save**.

   ### Result:

   PingOne adds the application the **Applications** list.

8. Click the **Configuration** tab, and then click the **Pencil** icon.

9. In the **Assertion Validity Duration (in seconds)** field, enter `180`.

10. Click **Save**.

11. In the **Applications** list, click the toggle in the top right to enable the application.

    ![A screenshot of the toggle to enable an application in PingOne.](_images/cyk1651080311715.png)

## Next steps

Continue by [Creating a login application](p1_tutorial_passwordless_login_application.html).
