Skip to main content

Adding Native or Mobile Applications

Integrate application for user login and access control.

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

  2. Provide a name for your application, pick the Mobile/Desktop (native) 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 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