2013-01-21 69 views

回答

0

我看到有ID連接的WSO2的Identity Server的實現,允許獲得從OAuth訪問令牌的用戶信息,但它只能在4.1.1版(尚未發佈,我希望它將很快發佈)。 這裏更多的信息:http://sureshatt.blogspot.fr/2013/03/openid-connect-basic-client-profile.html

您也可以使用OAuth2TokenValidationService:當你調用一個令牌驗證功能,關聯到該令牌的用戶名在回答(見OAuth2TokenValidationService.wsdl瞭解此項服務的更多信息被髮送:https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/service-stubs/org.wso2.carbon.identity.oauth.stub/4.0.3/src/main/resources/OAuth2TokenValidationService.wsdl

OAuth2TokenValidationService在4.1.0版本的WSO2 Identity Server中可用

相關問題