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?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Comments
0 comments
Please sign in to leave a comment.