ContainerImage.Pinniped/internal/oidc
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
..
auth callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
callback callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
csrftoken WIP for saving authorize endpoint state into upstream state param 2020-11-10 17:58:00 -08:00
discovery Implement per-issuer OIDC JWKS endpoint 2020-10-16 17:51:40 -07:00
jwks Implement per-issuer OIDC JWKS endpoint 2020-10-16 17:51:40 -07:00
oidctestutil callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
provider callback_handler.go: Prepend iss to sub when making default username 2020-11-19 17:57:07 -08:00
nullstorage.go Add NullStorage for the authorize endpoint to use 2020-11-11 14:49:24 -08:00
nullstorage_test.go Add NullStorage for the authorize endpoint to use 2020-11-11 14:49:24 -08:00
oidc.go Use an interface instead of a concrete type for UpstreamOIDCIdentityProvider 2020-11-18 13:38:13 -08:00