<?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: How to logout from an integration? in Webex for Developers</title>
    <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669225#M1326</link>
    <description>&lt;P&gt;The OAuth flow does support some of the OpenID parameters. &lt;BR /&gt;For example, if you include &lt;EM&gt;&amp;amp;prompt=select_account&lt;/EM&gt; in your OAuth authorization URL the user will be given the option to enter a different email address and therefore login with a different account.&lt;/P&gt;</description>
    <pubDate>Mon, 15 Aug 2022 14:30:34 GMT</pubDate>
    <dc:creator>Jeff Marshall</dc:creator>
    <dc:date>2022-08-15T14:30:34Z</dc:date>
    <item>
      <title>How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4666693#M1300</link>
      <description>&lt;P&gt;I have a webex integration, where I'd like to allow the user to enter different webex credentials for the grant flow that gives permission for my integration to use webex APIs. Is there something like a request to&amp;nbsp;&lt;A href="https://webexapis.com/v1/logout" target="_blank" rel="noopener"&gt;https://webexapis.com/v1/logout&lt;/A&gt;&amp;nbsp;that will invalidate all tokens and cookies or whatever webex is using?&lt;/P&gt;&lt;P&gt;Currently, if my web app starts a new grant flow by going to&amp;nbsp;&lt;A href="https://webexapis.com/v1/authorize," target="_blank" rel="noopener"&gt;https://webexapis.com/v1/authorize,&lt;/A&gt;&amp;nbsp;then webex simply skips the login pages, doesn't give the user a chance to enter webex credentials, it uses the same credentials the user entered before. I think the cookies the browser has for idbroker.webex.com are triggering the webex authentication to skip the login pages.&lt;/P&gt;&lt;P&gt;What can my app do to allow the user to enter new webex credentials in the webex integration grant flow?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 01:35:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4666693#M1300</guid>
      <dc:creator>mark@avarobotics.com</dc:creator>
      <dc:date>2022-08-10T01:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4666914#M1301</link>
      <description>&lt;P&gt;&lt;SPAN&gt;You may use the&amp;nbsp;&lt;A href="https://developer.webex.com/docs/api/v1/authorizations" target="_self"&gt;Authorizations API&lt;/A&gt;&lt;/SPAN&gt;&amp;nbsp;with the&amp;nbsp;DELETE&amp;nbsp;method to revoke&amp;nbsp;access&amp;nbsp;and&amp;nbsp;refresh&amp;nbsp;tokens. Deleting a&amp;nbsp;refresh&amp;nbsp;token will revoke all associated&amp;nbsp;access&amp;nbsp;tokens as well.&lt;/P&gt;
&lt;P&gt;Hope this help!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 06:53:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4666914#M1301</guid>
      <dc:creator>Rudrakshi</dc:creator>
      <dc:date>2022-08-10T06:53:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4667439#M1307</link>
      <description>&lt;P&gt;We tried this but this does not clear session cookies, it still skips the login page until the user leaves meeting and rejoins.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2022 20:15:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4667439#M1307</guid>
      <dc:creator>Advait</dc:creator>
      <dc:date>2022-08-10T20:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4667704#M1313</link>
      <description>&lt;P&gt;Is this use case a common use case for you? Where you have users who need to log out from the browser session and login with another webex user?&lt;BR /&gt;&lt;BR /&gt;Or is it a one-time thing? If it's a one-time thing then you can simply delete the 'webex.com' and 'idbroker' cookies from the browser.&lt;BR /&gt;&lt;BR /&gt;The way the webex user experience functionality is built means that session cookies will be stored in the browser and there is no API to remove those. This is based on the fact most users would only have one webex user and so wouldn't need to log out and login with another user.&lt;BR /&gt;&lt;BR /&gt;If you do have a use case where you regularly have webex users needing to log out and login with another webex users, then you may need to look up ways through code logic to remove the cookies I mentioned above. I think it is possible through code to remove cookies, did a quick google search and I see ways of doing it through php and jQuery. Haven't done it before myself, but looks possible. You would need to test this however.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 09:59:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4667704#M1313</guid>
      <dc:creator>Raffaele Lagana</dc:creator>
      <dc:date>2022-08-11T09:59:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669225#M1326</link>
      <description>&lt;P&gt;The OAuth flow does support some of the OpenID parameters. &lt;BR /&gt;For example, if you include &lt;EM&gt;&amp;amp;prompt=select_account&lt;/EM&gt; in your OAuth authorization URL the user will be given the option to enter a different email address and therefore login with a different account.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 14:30:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669225#M1326</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-08-15T14:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669266#M1327</link>
      <description>&lt;P&gt;Jeff, would like to get more info on this, i.e. any other available OpenId parameters besides 'prompt'..?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 15:42:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669266#M1327</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2022-08-15T15:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669281#M1328</link>
      <description>&lt;P&gt;The ones I'm aware of other than that one are these:&lt;BR /&gt;&lt;EM&gt;&amp;amp;email=user@example.com&lt;/EM&gt; - It will bypass the screen that asks for the user's email. Mostly only useful if the org has SSO and they can use it to bypass the Webex sign-in screen so the user is taken directly to their SSO sign-in. &lt;BR /&gt;&lt;BR /&gt;&lt;EM&gt;&amp;amp;forceAuth=true&lt;/EM&gt; - It will prompt the user to enter a password again but the email will still be whatever they were logged in with previously.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Aug 2022 16:03:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4669281#M1328</guid>
      <dc:creator>Jeff Marshall</dc:creator>
      <dc:date>2022-08-15T16:03:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to logout from an integration?</title>
      <link>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4670310#M1336</link>
      <description>&lt;P&gt;Thanks Jeff, the parameter&amp;nbsp;&lt;EM&gt;&amp;amp;prompt=select_account&amp;nbsp;&lt;/EM&gt;gives us the behavior we are looking for!&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 01:24:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-for-developers/how-to-logout-from-an-integration/m-p/4670310#M1336</guid>
      <dc:creator>mark@avarobotics.com</dc:creator>
      <dc:date>2022-08-17T01:24:26Z</dc:date>
    </item>
  </channel>
</rss>

