Skip to content

Client Management

Taco’s core feature: a unified UI over your provider’s client (application) API.

The clients page (/clients) lists every OAuth2/OIDC and SAML client known to the configured provider, with filtering and pagination.

The client detail page (/clients/[id]) lets you edit:

  • Basic info — name, description, logo
  • Grant types and token endpoint authentication method
  • Redirect URIs, scopes, and audience
  • SAML-specific fields (ACS URL, entity ID, signature algorithm) when supported by the provider
  • Custom metadata

From a client’s detail page, click Clone. Taco copies the full configuration into a new client, letting you rename it and adjust fields before saving — useful for spinning up staging/prod pairs of the same app.

The resource servers page (/resource-servers) manages the APIs (audiences) that clients can request access to, and their available scopes.

FeatureOry HydraAuth0Azure Entra IDRFC 7592
OAuth2/OIDC clients
SAML clients
Native resource servers
Client cloning⚠️ Provider-dependent

See the Providers section for setup and provider-specific notes.