Creating a new application

Last Updated : Jun 10, 2026 |

About this task

Use this procedure to configure a new application for SSO on Auth0.

When configuring the application, you obtain an identity provider alias and configuration file. You will need this data later when configuring an Auth0 identity provider on Keycloak.

For more information about creating applications on the Auth0 Dashboard, see Create applications.

Before you begin

Ensure that you have an administrative account and a tenant on Auth0. For information about creating tenants, see Create tenants. For information about the pricing plans, see https://auth0.com/pricing.

Procedure

  1. Log in to the Auth0 Dashboard at https://manage.auth0.com/ as an administrator.
  2. Navigate to Applications > Applications.
  3. On the Applications page, click Create application.
  4. In Name, type a name of your choice for the application.
  5. In Choose an application type, select Native.
  6. Click Create.
  7. Navigate to the Applications page again and click the application that you have just created.
  8. On the Application properties page, click the Settings tab.
  9. In the Application URIs section, configure the following settings:
    1. In Application Login URI and Allowed Callback URLs, type https://<AADS_FQDN>/auth/realms/SolutionRealm/broker/<IDP_ALIAS>/endpoint.

      In these strings, <AADS_FQDN> is the Avaya Aura® Device Services front-end FQDN. <IDP_ALIAS> is an identity provider alias of your choice. For example, Auth0SAML.

    2. Leave default values for other fields.
  10. Click Save changes.
  11. Click the Connections tab.
  12. In the Social section, disable the google-oauth2 option.
  13. Click the Addons tab.
  14. Click the SAML2 WEB APP slider to enable the SAML2 Web App add-on.
  15. On the Addon: SAML2 Web App page, click the Settings tab.
  16. In Application Callback URL, type https://<AADS_FQDN>/auth/realms/SolutionRealm/broker/<IDP_ALIAS>/endpoint.

    In this string, <AADS_FQDN> is the Avaya Aura® Device Services front-end FQDN. <IDP_ALIAS> is the identity provider alias that you used in step 9.

  17. In Settings, type the following to configure attribute mapping:
    {
      "mappings": {
        "email": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
        "given_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname",
        "family_name": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
        "roles": "http://schemas.auth0.com/roles",
      },
    }
  18. Click Enable.
  19. On the Addon: SAML2 Web App page, click the Usage tab.
  20. In Identity Provider Metadata, click Download and download an XML file with configuration metadata.

    You will use this file when configuring an Auth0 SAML provider on Keycloak.