[Prev]

3.4.7 WSP: tgtnid = tas3_wsp_validate(cf, ses, az_cred, soap_req)

Prototype

  char* tas3_wsp_validate(tas3_conf* cf, tas3_ses* ses,
                          const char* az_cred, const char* soap_req);
cf

TAS3 configuration object, see tas3_new_conf()

ses

Session object that contains the EPR cache, see tas3_new_ses()

az_cred

(Optional) Additional authorization credentials or attributes, query string format.

soap_req

Entire SOAP envelope as a string

return

idpnid, as a string, of the target identity of the request (rest of the information is populated to the session object, from where it can be retrieved).


[Prev | Next]