ContainerImage.Pinniped/internal/oidcclient
Andrew Keesler b25696a1fb callback_handler.go: Prepend iss to sub when making default username
- Also handle several more error cases
- Move RequireTimeInDelta to shared testutils package so other tests
  can also use it
- Move all of the oidc test helpers into a new oidc/oidctestutils
  package to break a circular import dependency. The shared testutil
  package can't depend on any of our other packages or else we
  end up with circular dependencies.
- Lots more assertions about what was stored at the end of the
  request to build confidence that we are going to pass all of the
  right settings over to the token endpoint through the storage, and
  also to avoid accidental regressions in that area in the future

Signed-off-by: Ryan Richard <richardry@vmware.com>
2020-11-19 17:57:07 -08:00
..
filesession Split the config CRDs into two API groups. 2020-10-30 19:22:46 -05:00
nonce Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
pkce Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
state Implement the rest of an OIDC client CLI library. 2020-10-12 16:41:46 -05:00
login.go Add --ca-bundle flag to "pinniped login oidc" command. 2020-11-16 18:15:20 -06:00
login_test.go callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
types.go Add basic caching framework to ./internal/oidclient package. 2020-10-21 13:14:16 -05:00