<?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 OAuth Authentication filter for Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250366#M203496</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi community,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just a short message to share a small project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; I just published on Github (&lt;/SPAN&gt;&lt;A href="https://github.com/gdepourtales/share-oauth-sso" rel="nofollow noopener noreferrer"&gt;https://github.com/gdepourtales/share-oauth-sso&lt;/A&gt;&lt;SPAN&gt;). The Alfresco OAuth SSO module lets users login in Alfresco Share using their Google Apps account. The module creates automatically accounts which do not exist to make Share and Google Apps integrate transparently. Configuration uses standard Share Surf configuration.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use it and fork it&amp;nbsp; &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;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Guy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Nov 2012 06:46:51 GMT</pubDate>
    <dc:creator>gdepourtales</dc:creator>
    <dc:date>2012-11-16T06:46:51Z</dc:date>
    <item>
      <title>OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250366#M203496</link>
      <description>Hi community,Just a short message to share a small project. I just published on Github (https://github.com/gdepourtales/share-oauth-sso). The Alfresco OAuth SSO module lets users login in Alfresco Share using their Google Apps account. The module creates automatically accounts which do not exist to</description>
      <pubDate>Fri, 16 Nov 2012 06:46:51 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250366#M203496</guid>
      <dc:creator>gdepourtales</dc:creator>
      <dc:date>2012-11-16T06:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250367#M203497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for sharing this project, looks very interesting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does it allow for fallback, ie if you are not authenticated via Gapps, can you login with a standard Alfresco account?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The users created, is the user id equals to email?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way to turn off auto-creation and only allow for pre-created users to login?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Another thing is if one could map existing user id:s to Gapps user ids.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Haven't had the chance to test your add-on, but will do when I find some time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Nov 2012 16:18:08 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250367#M203497</guid>
      <dc:creator>loftux</dc:creator>
      <dc:date>2012-11-19T16:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250368#M203498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Loftux&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the late answer. So here my answers :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt; Does it allow for fallback, ie if you are not authenticated via Gapps, can you login with a standard Alfresco account?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes it does. Aditionnally, you can pass add the bypassOAuth parameter to your request to completely skip oauth redirection. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;The users created, is the user id equals to email?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Username is the first part of the email ie for a user with email &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:first.last@domain.com" rel="nofollow noopener noreferrer"&gt;first.last@domain.com&lt;/A&gt;&lt;SPAN&gt;, the username will be &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;first.last&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Is there a way to turn off auto-creation and only allow for pre-created users to login?&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not yet. but it's a good idea. I will add the feature&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Another thing is if one could map existing user id:s to Gapps user ids.&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you mean openid ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;blockquote&amp;gt;Haven't had the chance to test your add-on, but will do when I find some time.&amp;lt;/blockquote&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope you did by now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Guy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jan 2013 20:45:43 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250368#M203498</guid>
      <dc:creator>gdepourtales</dc:creator>
      <dc:date>2013-01-22T20:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250369#M203499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am a bit stuck . I need just a kick start . Please help .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have followed the instructions … and got 2 jar files &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cp /usr/local/src/share-oauth-2.2.jar /opt/alfresco-4.2.e/tomcat/webapps/share/WEB-INF/lib/share-oauth-2.2.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; cp /usr/local/src/scribe-1.3.5.jar /opt/alfresco-4.2.e/tomcat/webapps/share/WEB-INF/lib/share-oauth-2.2.jar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And copied it to the location. Then i changed web.xml with :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;description&amp;gt;Oauth Authentication Support&amp;lt;/description&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-name&amp;gt;OAuthAuthenticationFilter&amp;lt;/filter-name&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;filter-class&amp;gt;ch.gadp.alfresco.OAuthSSOAuthenticationFilter&amp;lt;/filter-class&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/filter&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;filter-mapping&amp;gt; &amp;lt;filter-name&amp;gt;OAuthAuthenticationFilter&amp;lt;/filter-name&amp;gt; &amp;lt;url-pattern&amp;gt;/page/*&amp;lt;/url-pattern&amp;gt; &amp;lt;/filter-mapping&amp;gt; &amp;lt;filter-mapping&amp;gt; &amp;lt;filter-name&amp;gt;OAuthAuthenticationFilter&amp;lt;/filter-name&amp;gt; &amp;lt;url-pattern&amp;gt;/p/*&amp;lt;/url-pattern&amp;gt; &amp;lt;/filter-mapping&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And just at that point share stopped working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It looks to me that tomcat reloaded server as soon as web.xml was changed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;And then spat following to catalina.out&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mar 03, 2014 5:04:26 AM org.apache.catalina.core.StandardContext startInternal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Error filterStart&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mar 03, 2014 5:04:26 AM org.apache.catalina.core.StandardContext startInternal&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;SEVERE: Context [/share] startup failed due to previous errors&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mar 03, 2014 5:04:26 AM org.apache.catalina.core.StandardContext reload&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;INFO: Reloading Context with name [/share] is completed&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is clear "filter" thing . Where should i look ? It looks like i didnt register JAR or something.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i get debug level up so i can see more info on problems and fix them ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note : I used to do java programming, but i am loosing it here on tomcat atm .&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 12:13:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250369#M203499</guid>
      <dc:creator>khershberg</dc:creator>
      <dc:date>2014-03-03T12:13:28Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250370#M203500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am experiencing a similar problem. I followed the steps in the instructions and share stopped working.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTTP Status 503 - This application is not currently available&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wonder if in the second step “deploy library” one needs to do an additional step to load the jar. Thank you for your help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2014 10:04:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250370#M203500</guid>
      <dc:creator>luisrcorral</dc:creator>
      <dc:date>2014-07-22T10:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: OAuth Authentication filter for Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250371#M203501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing an issue in dependencies and when i have added jars and followed the whole steps i am not even seeing any change in the project. Their is nothing like google login.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 11:53:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/oauth-authentication-filter-for-share/m-p/250371#M203501</guid>
      <dc:creator>sowjanya26</dc:creator>
      <dc:date>2015-07-02T11:53:15Z</dc:date>
    </item>
  </channel>
</rss>

