Skip to content

Commit

Permalink
oidc: move TODO to dexidp#107
Browse files Browse the repository at this point in the history
  • Loading branch information
bcwaldon committed Nov 27, 2014
1 parent 3b7e276 commit f17bd44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion oidc/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ func (c *Client) Healthy() error {
return errors.New("oidc client provider config expired")
}

// TODO(sym3tri): consider using keyset to track key expiration
if len(c.Keys) == 0 {
return errors.New("oidc client missing public keys")
}
Expand Down

0 comments on commit f17bd44

Please sign in to comment.