ContainerImage.Pinniped/internal/oidc/auth
Ryan Richard 51263a0f07 Return unauthenticated instead of error for bad username or password
- Bad usernames and passwords aren't really errors, since they are
  based on end-user input.
- Other kinds of authentication failures are caused by bad configuration
  so still treat those as errors.
- Empty usernames and passwords are already prevented by our endpoint
  handler, but just to be safe make sure they cause errors inside the
  authenticator too.
2021-04-13 16:22:13 -07:00
..
auth_handler_test.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
auth_handler.go Return unauthenticated instead of error for bad username or password 2021-04-13 16:22:13 -07:00