Удаление связи с Open ID (во всех профилях пользователей)
Метод: DeleteOpenIdConnectProvider
Передаваемые параметры
Параметр | Описание |
ASPNETSessionId | Идентификатор сессии |
authenticationType | Идентификатор провайдера авторизации |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteOpenIdConnectProvider xmlns="http://streamline/">
<ASPNETSessionId>string</ASPNETSessionId>
<authenticationType>string</authenticationType>
</DeleteOpenIdConnectProvider>
</soap:Body>
</soap:Envelope>
Возвращаемые параметры
Параметр | Описание |
DeleteOpenIdConnectProviderResult | Результат выполнения запроса |
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<DeleteOpenIdConnectProviderResponse xmlns="http://streamline/">
<DeleteOpenIdConnectProviderResult>
<Errors>
<string>string</string>
<string>string</string>
</Errors>
<Objects>
<string>string</string>
<string>string</string>
</Objects>
</DeleteOpenIdConnectProviderResult>
</DeleteOpenIdConnectProviderResponse>
</soap:Body>
</soap:Envelope>