ContainerImage.Pinniped/internal/oidc
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 Return unauthenticated instead of error for bad username or password 2021-04-13 16:22:13 -07:00
callback Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
csrftoken Add some trivial unit tests to internal/oidc/csrftoken. 2021-02-02 09:38:17 -06:00
discovery oidc discovery: encode metadata once and reuse 2021-03-03 13:37:43 -05:00
dynamiccodec internal/oidc/dynamiccodec: loosen test to reduce flakes 2020-12-11 11:49:27 -05:00
jwks WIP: start to wire signing key into token handler 2020-12-03 15:37:25 -05:00
provider More LDAP WIP: started controller and LDAP server connection code 2021-04-09 18:49:43 -07:00
token Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
dynamic_oauth2_hmac_strategy.go Rename off of main 2020-12-16 14:27:09 -08:00
dynamic_open_id_connect_ecdsa_strategy.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
dynamic_open_id_connect_ecdsa_strategy_test.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
kube_storage.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
nullstorage.go Implement upstream LDAP support in auth_handler.go 2021-04-08 17:28:01 -07:00
nullstorage_test.go Rename the "pinniped.sts.unrestricted" scope to "pinniped:request-audience". 2020-12-16 14:24:13 -06:00
oidc.go Supervisor pre-factor to make room for upstream LDAP identity providers 2021-04-07 16:12:13 -07:00
token_exchange.go Update internal/oidc/token_exchange.go for latest Fosite version. 2021-03-01 13:08:41 -06:00