Documentation
¶
Index ¶
Constants ¶
View Source
const MaximumResponseSize = 100 * 1024 // 100KiB
MaximumResponseSize is the maximum size of allowed responses from OIDC providers. Some anecdata
- Google: needs around 1KiB
- GitHub: needs around 5KiB
- Chainguard: needs around 2KiB
Variables ¶
This section is empty.
Functions ¶
func AddTestKeySetVerifier ¶ added in v0.5.0
AddTestKeySetVerifier adds a test key set verifier to the provider cachef or the issuer. This is primarily intended for testing - the static key set is not verified against the upstream issuer.
Types ¶
type VerifierProvider ¶ added in v0.5.0
type VerifierProvider interface {
Verifier(config *oidc.Config) *oidc.IDTokenVerifier
}
Click to show internal directories.
Click to hide internal directories.