You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (JIRA)" <ji...@apache.org> on 2019/04/30 13:19:00 UTC

[jira] [Created] (CAMEL-13472) camel-box, add JWT authentication method

Jiri Ondrusek created CAMEL-13472:
-------------------------------------

             Summary: camel-box, add JWT authentication method
                 Key: CAMEL-13472
                 URL: https://issues.apache.org/jira/browse/CAMEL-13472
             Project: Camel
          Issue Type: Improvement
          Components: camel-box
    Affects Versions: 3.0.0
            Reporter: Jiri Ondrusek


Camel-box component is currently using OAuth mechanism for authentication [1].
But it should be possible to authenticate also with JWT mechanism [2].

It seems that it should be possible to enhance camel-box component to use either OAuth [1] and JWT [2] mechanisms.

Usage of JWT [2] authentication mechanism would allow box component to use some more API calls (e.g. to create app users) and to allow some integration tests, which are currently ignored.

If both mechanisms are supported, users could decide which one to use.

[1] https://developer.box.com/docs/authenticate-with-oauth-2
[2] https://developer.box.com/docs/authenticate-with-jwt




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)