{{template "header"}}

OIDC Clients

{{if .}}

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

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

No OIDC clients configured

Create your first OIDC client to get started with authentication.

Add New Client
{{end}}