Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes audience to issuer in sdk.go #126

Merged
merged 1 commit into from
Jul 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type Verifier struct {
// Options are the configurations for an attestation.
type Options struct {
// JWKSEndpoint is the static JWKS endpoint to use.
// If unset, the JWKS endpoint will be inferred from the audience claim on the
// If unset, the JWKS endpoint will be inferred from the issuer claim on the
// unverified JWT. Any discovered keys will be trusted on first used (TOFU).
JWKSEndpoint string
// Datastore is used to cache JSON Web Keys. If nil, a default in-memory
Expand Down
Loading