OAuth Clients¶
What Are OAuth Clients?¶
OAuth clients are application registrations in your Zendesk instance that allow third-party apps to authenticate via OAuth 2.0. Each client has credentials (client ID and secret) and configured redirect URIs.
What Configly Captures¶
For each OAuth client, Configly stores:
- Client name and description
- Client ID -- the unique identifier for the application
- Redirect URIs -- the allowed callback URLs
- Active status -- whether the client is currently enabled
- Created and updated timestamps
Feature Support¶
| Feature | Supported |
|---|---|
| Sync | |
| Diff / History | |
| Dependencies | |
| What-If |
Tips for Admins¶
- Review OAuth clients periodically for security -- inactive or unknown clients may represent deprecated integrations
- Use snapshot comparison to track when new clients are registered or existing ones are modified
Related Objects¶
- OAuth Global Clients -- global OAuth client registrations
- App Installations -- installed apps that may use OAuth