Back to Tailscale

{{if .IsNew}}Add New Client{{else}}Edit Client{{end}}

cmd/tsidp/ui-edit.html

1.96.5965 B
Original Source

{{if .IsNew}}Add New OIDC Client{{else}}Edit OIDC Client{{end}}

← Back to Clients {{if .Success}} {{.Success}} {{end}} {{if .Error}} {{.Error}} {{end}} {{if and .Secret .IsNew}}

Client Created Successfully!

⚠️ Save both the Client ID and Secret now! The secret will not be shown again.

Client ID Copy

Client Secret Copy

{{end}} {{if and .Secret .IsEdit}}

New Client Secret

⚠️ Save this secret now! It will not be shown again.

Copy

{{end}} Client Name A descriptive name for this OIDC client (optional).

Redirect URI * The URL where users will be redirected after authentication.

{{if .IsEdit}} Client ID The client ID cannot be changed.

{{end}} {{if .IsNew}}Create Client{{else}}Update Client{{end}} {{if .IsEdit}} Regenerate Secret Delete Client {{end}} {{if .IsEdit}}

Client Information

Client ID{{.ID}}Secret Status {{if .HasSecret}} Secret configured {{else}} No secret {{end}} {{end}}