Hello, We're implementing transactional messaging in ACS, and have just
set up the JWT Authentication in Adobe I/O. The way the encryption
happens for the JWT seems strange to me, and I was wondering if anyone
could help clarify this? In any other 'normal' instances, like let's say
an encrypted PGP file sent from a client to ACC, it is the client (the
sender) who encrypts the file using a public key, and ACC (the
recipient) who decrypts it using its private key. With the Adobe I/O JWT
exchange, ...