WSO2 API Manager with HMAC Authentication -
WSO2 API Manager with HMAC Authentication -
does know how add together hmac based authentication wso2 api manager?
background - we're rolling out wso2 api manager 1.3 in front end of our publicly available web services , need javascript applications (once authenticated) able consume services straight (not via service proxy on server handle oauth authentication).
does know easiest way implemented in wso2? we've started implementing abstracthandler , authenticator seems overkill - must have done or have pointers on this?
thank much in advance.
you can write own handler can implement abstracthandler. signature verification can implemented api handler similar 'apiauthenticationhandler'. access token provided before can used mac identifier. consumer secret can used mac key, shared secret between consumer , provider used sign normalized request string.
wso2
Comments
Post a Comment