<?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: Need help with the loginplugin. method not getting triggered. Github code link added in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325160#M12161</link>
    <description>&lt;P&gt;I actually got it working, it seems I have a some typo in my configuration file. Now the working code is here https&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jul 2017 09:54:28 GMT</pubDate>
    <dc:creator>Sherry_Ummen</dc:creator>
    <dc:date>2017-07-28T09:54:28Z</dc:date>
    <item>
      <title>Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325157#M12158</link>
      <description>&lt;P&gt;Hi here is the code of the plugin which I am trying &lt;A href="https://github.com/sherry-ummen/NuxeoLoginPlugin" target="test_blank"&gt;https://github.com/sherry-ummen/NuxeoLoginPlugin&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;its basically taken from here &lt;A href="https://www.nuxeo.com/blog/guest-post-integrating-single-sign-sso-nuxeo-case-management/" target="test_blank"&gt;https://www.nuxeo.com/blog/guest-post-integrating-single-sign-sso-nuxeo-case-management/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I did 'mvn clear package' and added the .jar file to C:\Nuxeo\nxserver\bundles&lt;/P&gt;
&lt;P&gt;I know that initPlugin method is being called (because of my debug code), but handleRetrieveIdentity
is not being called ?&lt;/P&gt;
&lt;P&gt;I am trying to login via .Net client and I thought it would trigger the handleRetrieveIdentity but it does not, i tried to login from the portal that also does not trigger it. Now I am confused when it should be actually called then or why is it not being called ?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 10:20:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325157#M12158</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-25T10:20:36Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325158#M12159</link>
      <description>&lt;P&gt;This file is not valid XML (it has two "component" document root elements):&lt;/P&gt;
&lt;P&gt;&lt;A href="https://github.com/sherry-ummen/NuxeoLoginPlugin/blob/master/src/main/resources/OSGI-INF/extensions/myproject-LoginPluginRegistry-contribution.xml" target="test_blank"&gt;https://github.com/sherry-ummen/NuxeoLoginPlugin/blob/master/src/main/resources/OSGI-INF/extensions/myproject-LoginPluginRegistry-contribution.xml&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;edit: I have not run your code, but I am guessing that initPlugin runs when the Java bundle is loaded (and hence will run) but since the authentication config file is not well-formed, no behavior is changed. Check your server startup log for WARNING or ERROR messages related to that XML file or your bundle in general.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2017 15:46:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325158#M12159</guid>
      <dc:creator>Steven_Huwig</dc:creator>
      <dc:date>2017-07-26T15:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325159#M12160</link>
      <description>&lt;P&gt;I have fixed that file by removing that component, but still it does not work. No warning related to that in the console. Also I have log prints in the code. How do I see them in the console ? And how can I test it ? by just login in from my nuxeo instance portal or any other way ?&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 07:28:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325159#M12160</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-28T07:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325160#M12161</link>
      <description>&lt;P&gt;I actually got it working, it seems I have a some typo in my configuration file. Now the working code is here https&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 09:54:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325160#M12161</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-28T09:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325161#M12162</link>
      <description>&lt;P&gt;Ok now full chain works&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:05:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325161#M12162</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-28T10:05:20Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with the loginplugin. method not getting triggered. Github code link added</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325162#M12163</link>
      <description>&lt;P&gt;Full working code could be found here &lt;A href="https://github.com/sherry-ummen/NuxeoLoginPlugin"&gt;https://github.com/sherry-ummen/NuxeoLoginPlugin&lt;/A&gt;
. A detailed blog post will follow soon.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jul 2017 10:06:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/need-help-with-the-loginplugin-method-not-getting-triggered/m-p/325162#M12163</guid>
      <dc:creator>Sherry_Ummen</dc:creator>
      <dc:date>2017-07-28T10:06:06Z</dc:date>
    </item>
  </channel>
</rss>

