You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Steven Durrenmath (Jira)" <ji...@apache.org> on 2022/10/22 14:42:00 UTC

[jira] [Updated] (CAMEL-18637) camel-http - support OAuth 2.0

     [ https://issues.apache.org/jira/browse/CAMEL-18637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Durrenmath updated CAMEL-18637:
--------------------------------------
    Description: 
Implement OAuth 2.0 Resource Owner Password Credentials and Client Credentials grants, as described in https://www.rfc-editor.org/rfc/rfc6749

New options to be added:
 * oAuthTokenEndpoint
 * oAuthClientId (used for client credentials grant)
 * oAuthClientSecret (used for client credentials grant)
 * oAuthUsername (used for resource owner password credentials)
 * oAuthPassword (used for resource owner password credentials)
 * oAuthScope
 * oAuthGrantType: password, client_credentials

  was:
Implement OAuth 2.0 Resource Owner Password Credentials and Client Credentials grants, as described in [https://www.rfc-editor.org/rfc/rfc6749|https://www.rfc-editor.org/rfc/rfc6749#page-40]

New options to be added:
 * oAuthTokenEndpoint
 * oAuthClientId (used for client credentials grant)
 * oAuthClientSecret (used for client credentials grant)
 * oAuthUsername (used for resource owner password credentials)
 * oAuthPassword (used for resource owner password credentials)
 * oAuthScope
 * oAuthGrantType: password, client_credentials


> camel-http - support OAuth 2.0
> ------------------------------
>
>                 Key: CAMEL-18637
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18637
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http
>            Reporter: Steven Durrenmath
>            Priority: Major
>
> Implement OAuth 2.0 Resource Owner Password Credentials and Client Credentials grants, as described in https://www.rfc-editor.org/rfc/rfc6749
> New options to be added:
>  * oAuthTokenEndpoint
>  * oAuthClientId (used for client credentials grant)
>  * oAuthClientSecret (used for client credentials grant)
>  * oAuthUsername (used for resource owner password credentials)
>  * oAuthPassword (used for resource owner password credentials)
>  * oAuthScope
>  * oAuthGrantType: password, client_credentials



--
This message was sent by Atlassian Jira
(v8.20.10#820010)