用户自行注册WSO2是否需要租户管理员?

时间:2017-05-09 13:45:01

标签: wso2 wso2is

Reference
是否有必要提供租户管理员用户名& tenant-admin-register为registerUser()的密码.. 不能在超级租户层面处理吗?

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://services.mgt.identity.carbon.wso2.org" xmlns:xsd="http://dto.mgt.identity.carbon.wso2.org/xsd">
   <soapenv:Header/>
   <soapenv:Body>
      <ser:registerUser>
         <ser:userName>testSelfUser</ser:userName>
         <ser:password>testSelfUser</ser:password>
         <ser:claims>
            <xsd:claimUri>http://wso2.org/claims/country</xsd:claimUri>
            <xsd:claimValue>usa</xsd:claimValue>
         </ser:claims>
         <ser:claims>
            <xsd:claimUri>http://wso2.org/claims/emailaddress</xsd:claimUri>
            <xsd:claimValue>testSelfUser@email.com</xsd:claimValue>
         </ser:claims>
         <ser:profileName>default</ser:profileName>
         <ser:tenantDomain>mytenant.com</ser:tenantDomain>
      </ser:registerUser>
   </soapenv:Body>
</soapenv:Envelope>

  

UserInformationRecoveryService

作为授权标题,我们必须通过**admin@mytenant.com:************

0 个答案:

没有答案