From a27c1e50a9784099f68bb8f703e1c87d2b50c189 Mon Sep 17 00:00:00 2001 From: Bel LaPointe Date: Wed, 2 Jan 2019 15:21:35 -0700 Subject: [PATCH] ALL the issuers --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 09c70e8..120126c 100644 --- a/main.go +++ b/main.go @@ -64,7 +64,7 @@ func setJWT(r *http.Request, brandID string) { Key: []byte("dnKgzTPNZyEd2Kfop"), DefaultClaims: jwt.Claims{ Audience: "qualtrics", - Issuer: "dataprocessing,responseengine,fieldset-definitions,qualtrics", + Issuer: "dataprocessing,responseengine,fieldset-definitions,qualtrics,objectstore,svs,monolith,ex,blixt", UserID: "breel", BrandID: brandID, },