0

I'm working with WSO2 Api Manager version 1.6 and I need to obtain by a REST (or SOAP) service the Access Token (of Key Production) of the current suscription of an application.

Is it possible to obtain that key giving as input parameters user/pass of consumer (suscriber) user?

4

2 回答 2

0

Months ago I was working on that. I investigate trying with APIKeyMgtSubscriberService?wsdl. Try to call function getApplicationAccessToken by Soap UI. It returns keys you need, but I don't know why in my case returns some keys which are not equal to keys showed on the web interface. Hope it helps.

于 2014-01-14T12:23:19.063 回答
0

客户端有令牌生成和更新方法,但是您需要消费者和密钥来生成此令牌。

http://docs.wso2.org/display/AM160/Token+APIs

于 2014-01-14T03:07:30.160 回答