[ 
https://issues.apache.org/jira/browse/CXF-4431?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421531#comment-13421531
 ] 

Sergey Beryozkin commented on CXF-4431:
---------------------------------------

OK, I was working with the older draft :-)

This latest one has still refers to "access_token", "secret" and "algorithm" 
props, with "access_token" being the mac key itself.
However Authorization header uses an 'id' for the key, and 'mac' for the 
signature (which I recall seeing in your patch) but it also drops a 'timestamp' 
property, and uses an 'ext' one. The normalization algo is a bit different too 
I think, I'll take care of it. 

                
> Add support for OAuth2 'mac' token type
> ---------------------------------------
>
>                 Key: CXF-4431
>                 URL: https://issues.apache.org/jira/browse/CXF-4431
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS, JAX-RS Security
>    Affects Versions: 2.6.1
>            Reporter: Sasi M
>             Fix For: 2.7.0
>
>         Attachments: mac_token_nonce_checking.txt, mac_token_support.txt
>
>
> CXF currently supports only the Bearer token type. This token type is not 
> feasible for use without SSL.
> OAuth2 specs out the 'mac' token type that requires request signing for 
> authentication using the access token. The spec is described here:
> http://tools.ietf.org/html/draft-ietf-oauth-v2-http-mac-01

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to