cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
631
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Ryan Newman on 11-07-2013 03:14:37 PM
As part of our plans to build WebEx API integration into our application we plan to use the AuthenticateUser request in order to avoid the need to store users WebEx credentials.  Reading the API documentation (http://developer.cisco.com/documents/4733862/4736722/xml_api_5+9.pdf) in chapter 3.1 in the example request for AuthenticateUser a password is supplied (I copied the example below).  Is the inclusion of the password in this request a mistake in the documentation?  If not what is the point of retrieving the a sessionTicket and SAML response if the user still must supply us with their WebEx password?

 1<?xml version="1.0" encoding="ISO-8859-1"?>
 2<serv:message xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 3              xmlns:serv="http://www.webex.com/schemas/2002/06/service">
 4   <header>
 5      <securityContext>
 6          <siteName>ian0830</siteName>
 7          <webExID>siteadmin</webExID>
 8          <password>pass</password>
 9          <partnerID>webexpartner</partnerID>
10          <email>johnsmith@xyz.com</email>
11      </securityContext>
12   </header>
13   <body>
14      <bodyContent xsi:type="java:com.webex.service.binding.user.AuthenticateUser">
15         <samlResponse>samlResponse message will go here</samlResponse>
16      </bodyContent>
17   </body>
18</serv:message>


Subject: RE: WebEx XML API AuthenticateUser request requires password?
Replied by: Jonathan Reitnauer on 23-09-2013 01:26:55 PM
That is indeed a mistake in the docs, the password is not needed in the header section for the AuthenticateUser call assuming a valid samlResponse element is supplied.

Once you get back the response, then you use the sessionTicket element in the header in place of password.

Subject: RE: WebEx XML API AuthenticateUser request requires password?
Replied by: Narendar Ellandula on 28-11-2013 05:34:08 AM
Hi Jonathan,
How to generate SamleReponse here .. could you please tell ? any samples for that I new in those.. not getting how to generate SAMLResonse ...  becuse of the that getting response as :
<serv:response><serv:result>FAILURE</serv:result><serv:reason>Authentication Server can't generate a valid session ticket</serv:reason>

Could you please help here

Thanks,
Naren
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links