06-09-2016 07:20 PM
Hi all
I'm new to webex dev and I can't seem to figure out how to get the saml response that would replace the username and password in the authenticate user function. Do I have to generate it myself? If so, how? Or do I get it from someone else? Also, does it have to be a new saml response every session?
Solved! Go to Solution.
06-14-2016 02:12 PM
The AuthenticateUser call is only required if you are attempting to authenticate on a site that already has SAML enabled on it. It is difficult to use AuthenticateUser unless you have direct access to the Identity Management System (IDMS). If you do not have direct access to the IDMS you won't be able to use AuthenticateUser. Are you trying to create an integration which will be used by multiple sites and different customers, or just using this on your own webex site?
If they site you are trying to use is not enabled for SAML you can just authenticate with the Hosts username, and password in the securityContext of the call you are using.
06-14-2016 02:12 PM
The AuthenticateUser call is only required if you are attempting to authenticate on a site that already has SAML enabled on it. It is difficult to use AuthenticateUser unless you have direct access to the Identity Management System (IDMS). If you do not have direct access to the IDMS you won't be able to use AuthenticateUser. Are you trying to create an integration which will be used by multiple sites and different customers, or just using this on your own webex site?
If they site you are trying to use is not enabled for SAML you can just authenticate with the Hosts username, and password in the securityContext of the call you are using.
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