Skip to main content

Add a single-page application (SPA)

Integrate application for user login and access control.

  1. In your workspace, select Applications > Clients > Create client.

  2. Provide a name for your application, select the Single Page type, and click Create.

    Create application
  3. Configure the redirect URI for your application.

    The redirect URI defines where to send users after they complete authentication and consent.

    To learn more, see Redirect URI.

    Redirect URI setup
  4. Copy or download the client application configuration (client ID most importantly) and add it to your application code. Use any OAuth library you want!

    Copy credentials
  5. Access your application and try the sign in.

Next Steps