tailscale / tailscale/tsidp

Consolidate endpoints for managing OAuth clients

Open
#78 0 comments 0 reactions 1 assignee View on GitHub

@mostlygeek is already working on this.

Since Oct 6, 2025.

enhancement
Dominant language
Go
Stars
669
Forks
61
Avg merge
6d 6h
Merged PRs (30d)
3

Description

There are two ways to update funnelClients:

  1. The admin UI, served at /. The UI has its own handlers GET /new, POST /new, POST /edit/{id}
  2. The /clients/ endpoint, GET /clients, GET /clients/{id}, POST /clients/new, DELETE /clients/{id}

This can be consolidated to a single API for remotely managing OAuth clients:

  • Update the UI to use /clients/ api endpoints
  • Remove the /new, /edit endpoints used by the UI

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.