feat(site): add query param support to OAuth2 app creation page by blinkagent[bot] · Pull Request #21821 · coder/coder
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
approved these changes Feb 2, 2026
kylecarbs
deleted the
feature/oauth2-app-query-params
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters