<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Webex XML API with SSO Auth in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/3806582#M247</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have written an XML API script (in Postman) that will update a users Webex PMR PIN number via the XML API and it works on the devnet test site (&lt;SPAN&gt;&lt;A href="https://apidemoeu.Webex.com/WBXService/XMLService" target="_blank" rel="noopener"&gt;apidemoeu.Webex.c_m/WBXService/XMLService&lt;/A&gt;) but the customer has their site integrated with SSO (ADFS).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have an account that I can login and host meetings with, but the XML command when pushed to the production site fails with an authentication fail.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a problem with trying to use the XML API for a Webex site that has SSO configured?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Mar 2022 16:48:35 GMT</pubDate>
    <dc:creator>dana.tong</dc:creator>
    <dc:date>2022-03-03T16:48:35Z</dc:date>
    <item>
      <title>Webex XML API with SSO Auth</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/3806582#M247</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I have written an XML API script (in Postman) that will update a users Webex PMR PIN number via the XML API and it works on the devnet test site (&lt;SPAN&gt;&lt;A href="https://apidemoeu.Webex.com/WBXService/XMLService" target="_blank" rel="noopener"&gt;apidemoeu.Webex.c_m/WBXService/XMLService&lt;/A&gt;) but the customer has their site integrated with SSO (ADFS).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have an account that I can login and host meetings with, but the XML command when pushed to the production site fails with an authentication fail.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is there a problem with trying to use the XML API for a Webex site that has SSO configured?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 16:48:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/3806582#M247</guid>
      <dc:creator>dana.tong</dc:creator>
      <dc:date>2022-03-03T16:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Webex XML API with SSO Auth</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/3993006#M248</link>
      <description>What ever happened?</description>
      <pubDate>Tue, 03 Dec 2019 19:03:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/3993006#M248</guid>
      <dc:creator>Anthony Holloway</dc:creator>
      <dc:date>2019-12-03T19:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Webex XML API with SSO Auth</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4267873#M249</link>
      <description>&lt;P&gt;I too would be interested in knowing if this was resolved.&amp;nbsp; We have a similar issue so would be helpful to know how they worked through this, if at all.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Jan 2021 16:04:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4267873#M249</guid>
      <dc:creator>jstewart1</dc:creator>
      <dc:date>2021-01-06T16:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Webex XML API with SSO Auth</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4281679#M250</link>
      <description>&lt;P&gt;Looping back to this in case others come across this in their dev efforts...&amp;nbsp;&lt;/P&gt;&lt;P&gt;We use OAuth and are able to connect without issue. You'll find that PostMan is your friend in this effort...&lt;/P&gt;&lt;P&gt;In a nutshell, we created our integration here&amp;nbsp;&lt;A href="https://developer.webex.com/" target="_blank"&gt;https://developer.webex.com/&lt;/A&gt;&amp;nbsp;and obtained the various keys needed in your app.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You'll also need to define the redirect URI and we've learned they are case sensitive.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can only have 2 redirect URI's so we have one for DEV and one for Prod.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set what permissions you want your app to have using the integration...&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now you have to code the app to have a way to "login" to webex using the URL provided in your app created above.&lt;/P&gt;&lt;P&gt;You'll need to add in elements from your IDP, we use ADFS so that was pretty straight forward.&lt;/P&gt;&lt;P&gt;Once you have that working, the login will provide a "code"&amp;nbsp; with that, you can obtain an access token and refresh token.&lt;/P&gt;&lt;P&gt;The access and refresh token is unique to the user that generated to code, so you cannot share it with other accounts.&lt;/P&gt;&lt;P&gt;Once you have an access token, you can obtain a session ticket.&lt;/P&gt;&lt;P&gt;Now you have enough to authenticate... pass your user name and session ticket in your security context along with your site name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this doesn't get into how to actually do this, but in a nutshell this is how it all works.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 19:59:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4281679#M250</guid>
      <dc:creator>jstewart1</dc:creator>
      <dc:date>2021-01-28T19:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Webex XML API with SSO Auth</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4282322#M251</link>
      <description>&lt;P&gt;This Python/VS Code repo includes some Webex meetings samples, including handling both Webex meetings and Webex messaging OAuth providers: &lt;A href="https://github.com/CiscoDevNet/webex-meetings-python-samples" target="_blank"&gt;https://github.com/CiscoDevNet/webex-meetings-python-samples&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 16:57:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-xml-api-with-sso-auth/m-p/4282322#M251</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2021-01-29T16:57:34Z</dc:date>
    </item>
  </channel>
</rss>

