<?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: JAVA UME Security Question(s) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996453#M1606210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt there is a better way than developing your own custom application. Don't forget to protect answers using hash function. If you have a choice I would suggest to using something like bcrypt instead of SHA-1 for storing passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jun 2011 00:04:00 GMT</pubDate>
    <dc:creator>mvoros</dc:creator>
    <dc:date>2011-06-22T00:04:00Z</dc:date>
    <item>
      <title>JAVA UME Security Question(s)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996452#M1606209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was hoping that someone in the community might have some advice. I would like to use the "Security Question" feature of the Java UME to allow users to maintain a security question (for password reset). However my security policy requires that the user maintain 6 security questions and answers (not only one).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume I could achieve this only by custom development using the UME APIs to create a custom password reset scenario (and perhaps create a few additional UME attributes to store Q&amp;amp;As. Before I go down that path I want to ask if anyone has any other ideas or a more standard way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2011 04:29:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996452#M1606209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-21T04:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: JAVA UME Security Question(s)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996453#M1606210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I doubt there is a better way than developing your own custom application. Don't forget to protect answers using hash function. If you have a choice I would suggest to using something like bcrypt instead of SHA-1 for storing passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2011 00:04:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996453#M1606210</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-06-22T00:04:00Z</dc:date>
    </item>
    <item>
      <title>Re: JAVA UME Security Question(s)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996454#M1606211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As a more standard way without much customisation, You can enable Self Registration. Basically this allows users to setup their own account along with 1 security question that can be used to reset their password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the followings help document&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/45/7e6313d8780dece10000000a11466f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/45/7e6313d8780dece10000000a11466f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other options to enable users to reset their own password are listed in this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw70/helpdata/en/45/7e6313d8780dece10000000a11466f/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw70/helpdata/en/45/7e6313d8780dece10000000a11466f/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: David Fitzgibbon on Jun 24, 2011 12:09 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jun 2011 10:08:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996454#M1606211</guid>
      <dc:creator>davefitzgibbon</dc:creator>
      <dc:date>2011-06-24T10:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: JAVA UME Security Question(s)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996455#M1606212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is only for the reset of the password (i.e. not for the creation of the account) then there are several applications which offer these services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GRC and IdM do, with multiple question possibilities. IdM also has the option of using geographic indicators and business data (e.g. the invoice number on line &amp;lt;variable&amp;gt; of the &amp;lt;variable&amp;gt; last account statement). This is much better than favourite colour or maiden name...  &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are also many external tools which do the same using different flavours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Jun 2011 21:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/java-ume-security-question-s/m-p/7996455#M1606212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-06-25T21:20:35Z</dc:date>
    </item>
  </channel>
</rss>

