Hi,
If it's SSO enabled sites, does it work with following Meeting API? How should I put username/password?
<?xml version="1.0" encoding="UTF-8"?>
<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<header>
<securityContext>
<webExID></webExID>
<password></password>
<siteName>SiteName</siteName>
</securityContext>
</header>
<body>
<bodyContent xsi:type="java:com.webex.service.binding.meeting.CreateMeeting">
<metaData>
<confName>Sample Meeting</confName>
</metaData>
<schedule>
<startDate/>
</schedule>
</bodyContent>
</body>
</serv:message>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Instead of <password> you will use <sessionTicket>, and you get the <sessionTicket> by performing an authenticateUser request with a SAML response.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.