<?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: Siteminder SSO not showing company home folder in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303701#M256831</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I mean to say is if you set your default location as company home each time you login with OOTB page it will lead you to companyhome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you are logging in though the SSO it will not as you need to manage that thing explicitly in your code and as your java class does not have JSF context it will be difficult to manage redirection on login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Nov 2013 11:16:51 GMT</pubDate>
    <dc:creator>mitpatoliya</dc:creator>
    <dc:date>2013-11-08T11:16:51Z</dc:date>
    <item>
      <title>Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303698#M256828</link>
      <description>Hi,I integrated Siteminder SSO with my application to seamlessly login to alfresco web-client.It works great but the problem is that when i am logged in from the normal login process from the login page company home folder is shown to the userBut when i am logging in from the following code it is no</description>
      <pubDate>Wed, 06 Nov 2013 07:20:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303698#M256828</guid>
      <dc:creator>msj4u</dc:creator>
      <dc:date>2013-11-06T07:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303699#M256829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;During Out of box login process Alfresco load the User Preferences of user after authentication and lookout for the start location set by that user.(you can set start location from user profile page)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt; public String getStartLocation()&lt;BR /&gt;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; String location = (String)PreferencesService.getPreferences().getValue(PREF_STARTLOCATION);&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if (location == null)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // default to value from client config&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; location = Application.getClientConfig(FacesContext.getCurrentInstance()).getInitialLocation();&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return location;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; }&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Once it find that location alfresco use that value to display initial page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There are navigation rules defined based on the string return by start location which will redirect you to particular page on login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 06:51:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303699#M256829</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-11-08T06:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303700#M256830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set the home location = Company Home from the profile; but when i did the SSO/Siteminder login/out of the box login; it again (re)set my start location to My Home&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any other ideas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 07:21:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303700#M256830</guid>
      <dc:creator>msj4u</dc:creator>
      <dc:date>2013-11-08T07:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303701#M256831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What I mean to say is if you set your default location as company home each time you login with OOTB page it will lead you to companyhome.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if you are logging in though the SSO it will not as you need to manage that thing explicitly in your code and as your java class does not have JSF context it will be difficult to manage redirection on login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Nov 2013 11:16:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303701#M256831</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-11-08T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303702#M256832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as a general note: DO NOT implement your own filter, rather reuse what Alfresco already supports - namely an external authentication system that you can plug into. Simply create a new class that implements the interface "RemoteUserMapper", put your logic in its getRemoteUser(HttpServletRequest) method, re-configure the bean in your &amp;lt;configRoot&amp;gt;/alfresco/extension/subsystems/Authentication/external/externalXY/external-filter-context.xml (with bean id = "remoteUserMapper") and add "externalXY:external" to your authentication chain.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;With this approach, everything else should be gracefully handled by Alfresco without you having to re-implement so much of the standard logic.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Axel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Nov 2013 16:40:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303702#M256832</guid>
      <dc:creator>afaust</dc:creator>
      <dc:date>2013-11-11T16:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303703#M256833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Agree with Axel,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You may run in to another issue after getting rid of this one. So batter to follow the approach suggested by Axel.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Nov 2013 06:01:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303703#M256833</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-11-12T06:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303704#M256834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;uh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;actually i was providing username in upper case like 'user1@TENANT1' and alfresco was expecting 'user1@tenant1'&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and it worked fine &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 08:22:52 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303704#M256834</guid>
      <dc:creator>msj4u</dc:creator>
      <dc:date>2013-12-04T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Siteminder SSO not showing company home folder</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303705#M256835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi msj4u,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you had any issues using the "edit online" feature within Share when integrated with Siteminder?&amp;nbsp; I'm using Office 2010 and when I click Edit Online the document loads but just comes up blank.&amp;nbsp; Curious if you've seen that issue as well.&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Feb 2016 18:31:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/siteminder-sso-not-showing-company-home-folder/m-p/303705#M256835</guid>
      <dc:creator>vsilvestri</dc:creator>
      <dc:date>2016-02-02T18:31:10Z</dc:date>
    </item>
  </channel>
</rss>

