From 89754bcacdc34ae46210257600cc67a3d468fdc1 Mon Sep 17 00:00:00 2001 From: zachary painter <60552605+ZPain8464@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:45:40 -0400 Subject: [PATCH] changes audience to issuer --- sdk.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk.go b/sdk.go index 0fff569..2de80e2 100644 --- a/sdk.go +++ b/sdk.go @@ -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