mirror of
https://github.com/tailscale/tailscale.git
synced 2025-06-08 16:58:35 +00:00

Add comprehensive web interface at ui for managing OIDC clients, similar to tsrecorder's design. Features include list view, create/edit forms with validation, client secret management, delete functionality with confirmation dialogs, responsive design, and restricted tailnet access only. Fixes #16067 Signed-off-by: Raj Singh <raj@tailscale.com>
53 lines
1.2 KiB
HTML
53 lines
1.2 KiB
HTML
<header>
|
|
<nav>
|
|
<svg
|
|
width="18"
|
|
height="18"
|
|
viewBox="0 0 23 23"
|
|
fill="none"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
class="shrink-0"
|
|
>
|
|
<circle
|
|
opacity="0.2"
|
|
cx="3.4"
|
|
cy="3.25"
|
|
r="2.7"
|
|
fill="currentColor"
|
|
></circle>
|
|
<circle cx="3.4" cy="11.3" r="2.7" fill="currentColor"></circle>
|
|
<circle
|
|
opacity="0.2"
|
|
cx="3.4"
|
|
cy="19.5"
|
|
r="2.7"
|
|
fill="currentColor"
|
|
></circle>
|
|
<circle cx="11.5" cy="11.3" r="2.7" fill="currentColor"></circle>
|
|
<circle cx="11.5" cy="19.5" r="2.7" fill="currentColor"></circle>
|
|
<circle
|
|
opacity="0.2"
|
|
cx="11.5"
|
|
cy="3.25"
|
|
r="2.7"
|
|
fill="currentColor"
|
|
></circle>
|
|
<circle
|
|
opacity="0.2"
|
|
cx="19.5"
|
|
cy="3.25"
|
|
r="2.7"
|
|
fill="currentColor"
|
|
></circle>
|
|
<circle cx="19.5" cy="11.3" r="2.7" fill="currentColor"></circle>
|
|
<circle
|
|
opacity="0.2"
|
|
cx="19.5"
|
|
cy="19.5"
|
|
r="2.7"
|
|
fill="currentColor"
|
|
></circle>
|
|
</svg>
|
|
<a href="/"><h1>Tailscale OIDC Identity Provider</h1></a>
|
|
</nav>
|
|
</header> |