So I'm working on a proprietary software for my company. There are 4
types of tokens in Adobe Analytics. Three of them require that clientID
and clientSecrets be created per user. I see a fourth one -- JWT --
which I'm trying to get. My question is if JWT can support just one
clientID and clientSecret that all users can use. On various Google
services -- Google Analytics, Google DCM, etc. -- only one clientID and
clientSecret is needed for a given application that all users can use to
access the...