ContainerImage.Pinniped/internal/oidc/discovery
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
..
discovery_handler.go Discovery does not return `token_endpoint_auth_signing_alg_values_supported` 2020-12-07 14:15:31 -08:00
discovery_handler_test.go Discovery does not return `token_endpoint_auth_signing_alg_values_supported` 2020-12-07 14:15:31 -08:00