<?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 Re: Webex unstable? in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698668#M1581</link>
    <description>&lt;P&gt;Ok thanks for this information. Our engineers just resolved an issue which affected multiple services, one of our servers (in EU) was having a huge spike in CPU load. Possibly this affected the functionality you refer to, meaning it got redirected to idbroker instead of idebroker.eu, at least temporarily. It sounds plausible but we'd have no way to check that really and it wouldn't be our area of expertise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the other issues you mentioned where "&lt;SPAN&gt;the token endpoint was not available and our App on the developer portal was removed&lt;/SPAN&gt;", I am more confident in saying that this was caused by the issue on our servers that I explained above. Engineering had to move the developer portal temporarily to another server, so that it continued working. This might have caused the temporary issues you faced.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this issue only happened today so anything you experienced yesterday would not have been related to this.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Oct 2022 13:29:50 GMT</pubDate>
    <dc:creator>Raffaele Lagana</dc:creator>
    <dc:date>2022-10-05T13:29:50Z</dc:date>
    <item>
      <title>Webex unstable?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698624#M1578</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;We faced some issues yesterday and today. We implemented SSO with webex using the opened interface (&lt;A href="https://developer.webex.com/docs/login-with-webex)" target="_blank" rel="noopener"&gt;https://developer.webex.com/docs/login-with-webex)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yesterday we first got an unexpected issuer (&lt;A href="https://idbroker.*.webex.com/idb" target="_blank" rel="noopener"&gt;https://idbroker.webex.com/idb&lt;/A&gt;&amp;nbsp;instead of expected &lt;A href="https://idbroker-eu.webex.com/idb" target="_blank" rel="noopener"&gt;https://idbroker-eu.webex.com/idb&lt;/A&gt;) which led to token validation problems.&lt;/P&gt;&lt;P&gt;Today first our App disappeared first from the developer portal and we got other issues. Now it is working again...for now.&lt;BR /&gt;We never had any problems with webex SSO&lt;/P&gt;&lt;P&gt;It seems like the webex API devs are making changes that are causing problems.&lt;/P&gt;&lt;P&gt;Can you verify? Is there any site where I can get updates? This is critical.&lt;/P&gt;&lt;P&gt;Thank you &amp;amp; best regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 11:39:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698624#M1578</guid>
      <dc:creator>finnk</dc:creator>
      <dc:date>2022-10-05T11:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Webex unstable?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698628#M1579</link>
      <description>&lt;P&gt;The idbroker links you mentioned are expected depending on what region a user's org belongs to. If it's in US, you will get&amp;nbsp;routed to&amp;nbsp;&lt;A href="https://idbroker.%2A.webex.com/idb" target="_blank" rel="noopener nofollow noreferrer"&gt;https://idbroker.webex.com/idb&lt;/A&gt;&amp;nbsp;and for EU you will get&amp;nbsp;routed to&amp;nbsp;&lt;A href="https://idbroker.eu.webex.com/idb" target="_blank" rel="nofollow noopener noreferrer"&gt;https://idbroker.eu.webex.com/idb&lt;/A&gt;&amp;nbsp;. Not sure exactly how you configured SSO but the above routing I explained is normal for authentication. Which user did you use for this?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 12:13:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698628#M1579</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-10-05T12:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Webex unstable?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698658#M1580</link>
      <description>&lt;P&gt;Thank you for your reply. We used different users. We all got redirected for sign-in to "&lt;A href="https://idbroker" target="_blank"&gt;https://idbroker&lt;/A&gt;&lt;STRONG&gt;-eu&lt;/STRONG&gt;.webex.com/idb/....." but then the issuer was set to "&lt;A href="https://idbroker.%2A.webex.com/idb" target="_blank" rel="noopener nofollow noreferrer"&gt;https://idbroker.webex.com/idb&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;" while the expected issuer was still "&lt;A href="https://idbroker" target="_blank"&gt;https://idbroker&lt;/A&gt;&lt;STRONG&gt;-eu&lt;/STRONG&gt;.webex.com/idb"&lt;/P&gt;&lt;P&gt;This was solved automatically after some time, so I couldn't dig deeper into it. Yesterday I temporarily disabled the issuer validation as a hotfix, but today when I investigated, everything was fine again. Now we allowed different regions for the issuer by setting up a custom Issuer validator using Regex.&amp;nbsp;&lt;BR /&gt;Later today we faced some other issues, the token endpoint was not available and our App on the developer portal was removed.&lt;/P&gt;&lt;P&gt;After a few minutes, everything worked again, but I got the feeling that Webex had some internal problems...&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 13:16:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698658#M1580</guid>
      <dc:creator>finnk</dc:creator>
      <dc:date>2022-10-05T13:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Webex unstable?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698668#M1581</link>
      <description>&lt;P&gt;Ok thanks for this information. Our engineers just resolved an issue which affected multiple services, one of our servers (in EU) was having a huge spike in CPU load. Possibly this affected the functionality you refer to, meaning it got redirected to idbroker instead of idebroker.eu, at least temporarily. It sounds plausible but we'd have no way to check that really and it wouldn't be our area of expertise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for the other issues you mentioned where "&lt;SPAN&gt;the token endpoint was not available and our App on the developer portal was removed&lt;/SPAN&gt;", I am more confident in saying that this was caused by the issue on our servers that I explained above. Engineering had to move the developer portal temporarily to another server, so that it continued working. This might have caused the temporary issues you faced.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But this issue only happened today so anything you experienced yesterday would not have been related to this.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 13:29:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698668#M1581</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-10-05T13:29:50Z</dc:date>
    </item>
    <item>
      <title>Re: Webex unstable?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698679#M1582</link>
      <description>&lt;P&gt;Ok great. That makes sense. Thank you for the insight.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 13:37:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/webex-unstable/m-p/4698679#M1582</guid>
      <dc:creator>finnk</dc:creator>
      <dc:date>2022-10-05T13:37:54Z</dc:date>
    </item>
  </channel>
</rss>

