ALL the issuers
parent
849bfb39fb
commit
a27c1e50a9
2
main.go
2
main.go
|
|
@ -64,7 +64,7 @@ func setJWT(r *http.Request, brandID string) {
|
||||||
Key: []byte("dnKgzTPNZyEd2Kfop"),
|
Key: []byte("dnKgzTPNZyEd2Kfop"),
|
||||||
DefaultClaims: jwt.Claims{
|
DefaultClaims: jwt.Claims{
|
||||||
Audience: "qualtrics",
|
Audience: "qualtrics",
|
||||||
Issuer: "dataprocessing,responseengine,fieldset-definitions,qualtrics",
|
Issuer: "dataprocessing,responseengine,fieldset-definitions,qualtrics,objectstore,svs,monolith,ex,blixt",
|
||||||
UserID: "breel",
|
UserID: "breel",
|
||||||
BrandID: brandID,
|
BrandID: brandID,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue