{{template "header"}}

{{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.

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

New Client Secret

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

{{end}}
A descriptive name for this OIDC client (optional).
The URL where users will be redirected after authentication.
{{if .IsEdit}}
The client ID cannot be changed.
{{end}}
{{if .IsEdit}} {{end}}
{{if .IsEdit}}

Client Information

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