<?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 log out of a SAS BI portlet embedded in an iframe in another website? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-log-out-of-a-SAS-BI-portlet-embedded-in-an-iframe-in/m-p/147174#M262166</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I figured this out, so I thought I would post what worked for me in case anyone else is hoping to do the same thing.&amp;nbsp; If you are working with BI Dashboard, it turns out the URL you need to link to is "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Logoff"&gt;http://server:port/SASBIDashboard/Logoff&lt;/A&gt;&lt;SPAN&gt;".&amp;nbsp; I assume that you could substitute other applications (e.g., SASStoredProcess) to do the same thing in other situations.&amp;nbsp; So, I'm simply including a 'Log Off' hyperlink to the URL above in the website that contains the embedded dashboard portlet in an iframe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;a id="logoff" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Logoff"&gt;http://server:port/SASBIDashboard/Logoff&lt;/A&gt;&lt;SPAN&gt;" target="iframe1"&amp;gt;&amp;lt;b&amp;gt;Log Off&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;iframe name="iframe1" src='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Director?_directive=PortletDisplayDashboard&amp;amp;dashboard=SBIP"&gt;http://server:port/SASBIDashboard/Director?_directive=PortletDisplayDashboard&amp;amp;dashboard=SBIP&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learned how to create the SBIP, which needs to be customized for the end of the iframe dashboard link above, from the example on page 6 of this document:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/061-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/061-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/061-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If others have better solutions, please share!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Nov 2013 19:12:46 GMT</pubDate>
    <dc:creator>rkgrc000</dc:creator>
    <dc:date>2013-11-18T19:12:46Z</dc:date>
    <item>
      <title>How to log out of a SAS BI portlet embedded in an iframe in another website?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-log-out-of-a-SAS-BI-portlet-embedded-in-an-iframe-in/m-p/147173#M262165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am wondering how to log out of a SAS BI portlet that will be embedded in an iframe in another website.&amp;nbsp; My thought is to simply create a new 'log off' link, but I have not had success yet.&amp;nbsp; I have tried adding a hyperlink via Static Content: Label to a generic log-on page (e.g., &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASLogon/index.jsp?_sasapp=BI+Dashboard+4.3"&gt;http://server:port/SASLogon/index.jsp?_sasapp=BI+Dashboard+4.3&lt;/A&gt;&lt;SPAN&gt;) or a similar address with a session ID from a previous session and a different user name, etc.&amp;nbsp; That approach opens a new log-on screen page, but does not actually log the user out of the embedded portlet.&amp;nbsp; Closing the browser does not work either.&amp;nbsp; Any suggestions would be greatly appreciated!&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 16:33:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-log-out-of-a-SAS-BI-portlet-embedded-in-an-iframe-in/m-p/147173#M262165</guid>
      <dc:creator>rkgrc000</dc:creator>
      <dc:date>2013-11-18T16:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to log out of a SAS BI portlet embedded in an iframe in another website?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-log-out-of-a-SAS-BI-portlet-embedded-in-an-iframe-in/m-p/147174#M262166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;I figured this out, so I thought I would post what worked for me in case anyone else is hoping to do the same thing.&amp;nbsp; If you are working with BI Dashboard, it turns out the URL you need to link to is "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Logoff"&gt;http://server:port/SASBIDashboard/Logoff&lt;/A&gt;&lt;SPAN&gt;".&amp;nbsp; I assume that you could substitute other applications (e.g., SASStoredProcess) to do the same thing in other situations.&amp;nbsp; So, I'm simply including a 'Log Off' hyperlink to the URL above in the website that contains the embedded dashboard portlet in an iframe.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The HTML:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;a id="logoff" href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Logoff"&gt;http://server:port/SASBIDashboard/Logoff&lt;/A&gt;&lt;SPAN&gt;" target="iframe1"&amp;gt;&amp;lt;b&amp;gt;Log Off&amp;lt;/b&amp;gt;&amp;lt;/a&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;iframe name="iframe1" src='&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://communities.sas.com/http://server:port/SASBIDashboard/Director?_directive=PortletDisplayDashboard&amp;amp;dashboard=SBIP"&gt;http://server:port/SASBIDashboard/Director?_directive=PortletDisplayDashboard&amp;amp;dashboard=SBIP&lt;/A&gt;&lt;SPAN&gt;'&amp;gt;"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I learned how to create the SBIP, which needs to be customized for the end of the iframe dashboard link above, from the example on page 6 of this document:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/061-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/061-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/061-2013.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If others have better solutions, please share!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Nov 2013 19:12:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-log-out-of-a-SAS-BI-portlet-embedded-in-an-iframe-in/m-p/147174#M262166</guid>
      <dc:creator>rkgrc000</dc:creator>
      <dc:date>2013-11-18T19:12:46Z</dc:date>
    </item>
  </channel>
</rss>

