Skip to main content

Add Application

Integrate application for user login, single-sign on (SSO), and access control.

  1. Select Applications > Clients > Create client in the selected workspace.

  2. Provide a name for your application, pick the Server-Side Web type, and select Create.

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

    The redirect URI tells us where to redirect users after authentication and consent gathering.

    Redirect URI setup
  4. Copy or download the client application configuration (client ID and secret) 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