Settings Developer
Manage OAuth applications for Corinthian app installs from developer settings.
Settings → Developer is where you create and maintain OAuth applications. It is aimed at teams that need installable app credentials, redirect URIs, and scope definitions for integrations built on top of Corinthian.

What You Manage Here
- application name and description
- developer-facing overview text
- website and install URLs
- redirect URIs
- requested scopes
- public versus private visibility
- active versus inactive state
- one-time client secret reveal on creation
Typical Workflow
- Open Settings → Developer.
- Review the existing OAuth applications table.
- Create a new application or open an existing one to edit it.
- Save the redirect URIs, install URL, scopes, and public visibility you need.
- Copy the client ID and store the client secret immediately if the app is new.
Important Limits
This page covers OAuth applications only.
It is not the public documentation source for:
- self-serve webhook registration
- a rate-limit dashboard
- public API analytics
- SDK availability status
If you need API authentication details, use the API Authentication docs. If you need app connection state, use Apps & Integrations.
Security Notes
- Treat the client secret as write-once visibility. Store it when the app is created.
- Keep redirect URIs exact and current. Stale redirect URIs create broken install and auth flows.
- Deactivate applications you no longer trust or maintain.