OAuth2 Clients

OAuth2 Clients are essential for secure communication between your application and Wristband. You can configure and manage OAuth2 Clients for your tenant to allow specific applications or services to interact with the Wristband platform:

  • Creating Clients: Create new OAuth2 clients to represent applications or services that need to access Wristband APIs.
  • Client Type: Select the appropriate client type based on the type of application or service it represents (e.g., Backend Server, Single Page Application, Native App).
  • Client Name: Provide a descriptive name for the client for easy identification.
  • Client ID & Client Secret: Generate unique client ID and client secret values, which are essential for authentication and authorization.
  • Redirect URLs: Configure the redirect URLs that Wristband will use after successful authentication, directing users back to your application.
  • Scopes: Define the specific permissions granted to the client.
  • Client Permissions: Assign specific roles and permissions to control the client's access to resources.