feat(site): add query param support to OAuth2 app creation page by blinkagent[bot] · Pull Request #21821 · coder/coder

@blink-so

Adds support for pre-filling the OAuth2 application creation form via
URL query parameters. The following parameters are supported:

- name: Pre-fills the application name field
- callback_url: Pre-fills the callback URL field
- icon: Pre-fills the application icon URL field

Example URL:
/deployment/oauth2-provider/apps/add?name=MyApp&callback_url=https://example.com/callback&icon=/icon/github.svg

kylecarbs

approved these changes Feb 2, 2026

@kylecarbs kylecarbs deleted the feature/oauth2-app-query-params branch

February 2, 2026 03:56