使用wso2 Identity Server保护thrift Web服务

时间:2015-03-29 15:07:55

标签: wso2 wso2is

如何使用Identity Server保护thrift服务,然后使用RemoteUserStoreManagerServiceStub对用户进行身份验证。在验证用户之后,我希望使用给定的会话ID进行相应的访问。

由于

1 个答案:

答案 0 :(得分:0)

请注意,只有使用thrift暴露了WSO2IS的EntitlementService。所有其他人都作为SOAP服务公开。已使用用户名/密码保护EntitlementService Thrift service。首先,您需要使用thrift身份验证器进行身份验证并调用EntitlementService Thrift service。您可以从here

中找到示例客户端代码