ContainerImage.Pinniped/internal/oidc
Andrew Keesler e8f433643f
auth_handler.go: only inject oauth store into handler
Previously we were injecting the whole oauth handler chain into this function,
which meant we were essentially writing unit tests to test our tests. Let's push
some of this logic into the source code.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-11-04 10:35:26 -05:00
..
auth auth_handler.go: only inject oauth store into handler 2020-11-04 10:35:26 -05: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
provider Add a type for in-memory caching of upstream OIDC Identity Providers 2020-11-03 12:06:07 -08:00
oidc.go Several small refactors related to OIDC providers 2020-10-08 11:28:21 -07:00