I see the API ref.
In the document, I can use request header as below
<header>
</header>
<securityContext>
<webExID>hostid</webExID>
<password>hostpassword</password>
<siteID>0000</siteID>
</securityContext>
When the user use SSO (like cisco IT), what parameters should I enter?
Could you please give me the example?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
For SSO Enabled sites you would need to perform an AuthenticateUser request first, it will return a sessionTicket element you then use instead of the password element.
<securityContext>
<webExID>hostid</webExID>
<sessionTicket>sessionTicket</sessionTicket>
<siteName>webexSite</siteName>
</securityContext>
also note siteName is recommended over siteID/PartnerID
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Thanks Ryan.
I'll try this
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.