Удаление связи с Open ID (во всех профилях пользователей)


URL: components/services/Integrations.asmx

Метод: DeleteOpenIdConnectProvider

Передаваемые параметры

ПараметрОписание
ASPNETSessionIdИдентификатор сессии
authenticationTypeИдентификатор провайдера авторизации
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:str="http://streamline/">
   <soapenv:Header/>
   <soapenv:Body>
      <str:DeleteOpenIdConnectProvider>
         <str:ASPNETSessionId>string</str:ASPNETSessionId>
         <str:authenticationType>string</str:authenticationType>
      </str:DeleteOpenIdConnectProvider>
   </soapenv:Body>
</soapenv:Envelope>

Возвращаемые параметры

ПараметрОписание
DeleteOpenIdConnectProviderResultРезультат выполнения запроса
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <DeleteOpenIdConnectProviderResponse xmlns="http://streamline/">
      <DeleteOpenIdConnectProviderResult>
        <Errors>
          <string>string</string>
          <string>string</string>
        </Errors>
        <Objects>
          <string>string</string>
          <string>string</string>
        </Objects>
      </DeleteOpenIdConnectProviderResult>
    </DeleteOpenIdConnectProviderResponse>
   </s:Body>
</s:Envelope>