cmd/tsidp/ui-edit.html
← Back to Clients {{if .Success}} {{.Success}} {{end}} {{if .Error}} {{.Error}} {{end}} {{if and .Secret .IsNew}}
⚠️ 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}}
⚠️ 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 ID{{.ID}}Secret Status {{if .HasSecret}} Secret configured {{else}} No secret {{end}}
{{end}}