#include "wsaapi.h"
#include "smdevp.h"
#include "threads.h"
§ soap_wst_request_saml_token()
int soap_wst_request_saml_token |
( |
struct soap * |
soap, |
|
|
const char * |
endpoint, |
|
|
int |
soapver, |
|
|
const char * |
applyto, |
|
|
const char * |
username, |
|
|
const char * |
password, |
|
|
saml1__AssertionType ** |
saml1, |
|
|
saml2__AssertionType ** |
saml2 |
|
) |
| |
Request SAML 1.0 or SAML 2.0 token.
- Parameters
-
soap | context |
endpoint | service endpoint URL (send to) |
soapver | SOAP version 1 = SOAP 1.1, 2 = SOAP 1.2 (recommended) |
applyto | service domain |
username | authentication or NULL |
password | authentication or NULL |
saml1 | if non-NULL, requests SAML 1.0 and upon return points to a pointer that is set to the SAML 1.0 assertion received |
saml2 | if non-NULL, requests SAML 2.0 and upon return points to a pointer that is set to the SAML 2.0 assertion received |
- Returns
- SOAP_OK or error code
§ soap_wst_rst_action
const char* soap_wst_rst_action |
§ soap_wst_rstc_action
const char* soap_wst_rstc_action |
§ soap_wst_rstr_action
const char* soap_wst_rstr_action |
§ soap_wst_rstrc_action
const char* soap_wst_rstrc_action |