Create an OAuth Client Access

Learn how to securely create an OAuth client to enable OAuth flow for your Staffbase integrations.

Employee App
Staffbase Intranet

From the Staffbase Studio, you can create OAuth client access tokens that provide seamless and secure connectivity between Staffbase and third-party applications or platforms.

OAuth client access enables external applications to interact with the Staffbase platform in a streamlined and secure way. By creating an OAuth client in the Staffbase Studio, you establish standards-based authentication flows that generate scoped access tokens on behalf of users. This setup ensures secure data exchange while allowing your integration to access only the specific Staffbase data or APIs it needs.

  • You have a clear understanding of which API scopes your integration requires.
  • You have OAuth clients activated for your platform. Contact Staffbase Support or your Customer Success Manager for more information.
  • You have an understanding of which OAuth type you want for the integration.
  • You have the following information:
    • The website URL to which you want to redirect the users after authentication
    • The host URL that matches the domain of your redirect URI
  1. In the Studio, navigate to Settings > OAuth Clients.
  2. Click Create OAuth Client.
    The Create a New OAuth Client dialog opens.
  3. Select one of the following options and provide the details:

Use the generated OAuth client credentials in your application to initiate the correct OAuth flow.