cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
865
Views
0
Helpful
1
Replies

SSO Enabled Sites

Yuki Iwagishi
Cisco Employee
Cisco Employee

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>

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

Instead of <password> you will use <sessionTicket>, and you get the <sessionTicket> by performing an authenticateUser request with a SAML response.

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

Instead of <password> you will use <sessionTicket>, and you get the <sessionTicket> by performing an authenticateUser request with a SAML response.