ContainerImage.Pinniped/internal/oidc
Ryan Richard e1ae48f2e4 Discovery does not return `token_endpoint_auth_signing_alg_values_supported`
`token_endpoint_auth_signing_alg_values_supported` is only related to
private_key_jwt and client_secret_jwt client authentication methods
at the token endpoint, which we do not support. See
https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderMetadata
for more details.

Signed-off-by: Aram Price <pricear@vmware.com>
2020-12-07 14:15:31 -08:00
..
auth Cleanup code via TODOs accumulated during token endpoint work 2020-12-04 10:09:42 -05:00
callback Merge branch 'main' into token-endpoint 2020-12-04 15:52:49 -08:00
csrftoken WIP for saving authorize endpoint state into upstream state param 2020-11-10 17:58:00 -08:00
discovery Discovery does not return `token_endpoint_auth_signing_alg_values_supported` 2020-12-07 14:15:31 -08:00
jwks WIP: start to wire signing key into token handler 2020-12-03 15:37:25 -05:00
oidctestutil Merge branch 'main' into token-endpoint 2020-12-04 15:52:49 -08:00
provider Merge branch 'main' into token-endpoint 2020-12-04 15:52:49 -08:00
token Backfill test for token endpoint error when JWK is not yet available 2020-12-07 11:53:24 -08:00
dynamic_open_id_connect_ecdsa_strategy.go Backfill test for token endpoint error when JWK is not yet available 2020-12-07 11:53:24 -08:00
dynamic_open_id_connect_ecdsa_strategy_test.go Backfill test for token endpoint error when JWK is not yet available 2020-12-07 11:53:24 -08:00
kube_storage.go Add fosite kube storage for access and refresh tokens 2020-12-04 14:31:06 -08:00
nullstorage.go WIP towards using k8s fosite storage in the supervisor's callback endpoint 2020-12-01 11:01:42 -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
oidc.go Get rid of an unnecessary comment from 58237d0e7d 2020-12-04 11:16:32 -05:00