Back to Tailscale

Tailscale OIDC Identity Provider

cmd/tsidp/ui-list.html

1.96.5521 B
Original Source

OIDC Clients

{{if .}}

{{len .}} client{{if ne (len .) 1}}s{{end}} configured

{{end}} Add New Client {{if .}}

| Name | Client ID | Redirect URI | Status | Actions | {{range .}} | {{if .Name}} {{.Name}} {{else}} Unnamed Client {{end}} | {{.ID}} | {{.RedirectURI}} | {{if .HasSecret}} Active {{else}} No Secret {{end}} | Edit | {{end}} {{else}}

No OIDC clients configured

Create your first OIDC client to get started with authentication.

Add New Client {{end}}