08-24-2016 11:26 AM
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>
Solved! Go to Solution.
08-29-2016 03:18 PM
Instead of <password> you will use <sessionTicket>, and you get the <sessionTicket> by performing an authenticateUser request with a SAML response.
08-29-2016 03:18 PM
Instead of <password> you will use <sessionTicket>, and you get the <sessionTicket> by performing an authenticateUser request with a SAML response.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide