ContainerImage.Pinniped/internal/oidc
Andrew Keesler 37631b41ea
Don't set our TokenURL - we don't need it right now
TokenURL is used by Fosite to validate clients authenticating with the
private_key_jwt method. We don't have any use for this right now, so just leave
this blank until we need it.

See when Ryan brought this up in
https://github.com/vmware-tanzu/pinniped/pull/239#discussion_r528022162.

Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-12-04 10:18:45 -05:00
..
auth Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
callback Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
csrftoken WIP for saving authorize endpoint state into upstream state param 2020-11-10 17:58:00 -08:00
discovery Our ID token signing algorithm is ES256, not RS256 2020-12-03 07:46:07 -05:00
jwks WIP: start to wire signing key into token handler 2020-12-03 15:37:25 -05:00
oidctestutil Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
provider Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
token Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
dynamic_open_id_connect_ecdsa_strategy_test.go Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
dynamic_open_id_connect_ecdsa_strategy.go Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
kube_storage.go Add pkce and openidconnect storage 2020-12-01 17:18:32 -08:00
nullstorage_test.go WIP: get linting and unit tests passing after token endpoint first draft 2020-12-02 11:16:02 -05:00
nullstorage.go WIP towards using k8s fosite storage in the supervisor's callback endpoint 2020-12-01 11:01:42 -08:00
oidc.go Don't set our TokenURL - we don't need it right now 2020-12-04 10:18:45 -05:00