WSO2is 使用带有访问令牌的 SOAP 服务

Bry*_*Gom 0 wso2 wso2is

是否可以使用从/oauth2/端点生成的访问令牌并在 SOAP 调用中使用?

现在,我使用租户域的 admin 用户来创建和获取用户,但我认为最好使用基于权限的登录用户的访问令牌来创建新用户。

我已经尝试在 SOAP 调用中添加一个标头,如下所示:Authorization: Bearer <access-toke>,但Authentication failure显示消息。我尝试更改网址https://identity.com/t/mydomain/services/RemoteUserStoreManagerService.RemoteUserStoreManagerServiceHttpsSoap12Endpoint/

Has*_*thi 5

WSO2 Identity Server 中的 SOAP API 无法使用 Bearer 令牌进行身份验证。它们可以通过基本身份验证和 cookie 进行身份验证。