You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "dml (Jira)" <ji...@apache.org> on 2020/05/21 13:51:00 UTC

[jira] [Created] (NIFI-7475) Create processors to sign and unsign JWT

dml created NIFI-7475:
-------------------------

             Summary: Create processors to sign and unsign JWT
                 Key: NIFI-7475
                 URL: https://issues.apache.org/jira/browse/NIFI-7475
             Project: Apache NiFi
          Issue Type: New Feature
            Reporter: dml


As a NiFi user, I would like to be able to JWT sign JSON and to unsign JWT.

The sign processor should take incoming JSON, sign it with a specified RSA private key and write the JWT to the flowfile. 

The ensign processor should be able to take incoming JWT, unsign it with a RSA public key in a specified directory, and write the unsigned JSON to the flowfile.

See more about JWT here https://tools.ietf.org/html/rfc7519



--
This message was sent by Atlassian Jira
(v8.3.4#803005)