{{if .IsNew}}Add New OIDC Client{{else}}Edit OIDC Client{{end}}
← Back to Clients
          {{.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.
New Client Secret
⚠️ Save this secret now! It will not be shown again.
Client Information
- Client ID
- {{.ID}}
- Secret Status
- {{if .HasSecret}} Secret configured {{else}} No secret {{end}}