<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Single Sign-On</title>
	<atom:link href="http://www.singlesignon.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.singlesignon.com</link>
	<description>From convenience to security, everything you need to know about Single Sign-on.</description>
	<lastBuildDate>Tue, 15 Dec 2009 14:40:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Dr. Dobb&#8217;s: User Authentication: It Doesn&#8217;t Belong In Your Application</title>
		<link>http://www.singlesignon.com/sso/dr-dobbs-user-authentication-it-doesnt-belong-in-your-application</link>
		<comments>http://www.singlesignon.com/sso/dr-dobbs-user-authentication-it-doesnt-belong-in-your-application#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:40:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=39</guid>
		<description><![CDATA[This recent article on Dr. Dobb&#8217;s echos what we&#8217;ve been saying for months: If your password is compromised, whether or not it&#8217;s your fault, it&#8217;s always your problem.  If developing a web application is in your future, you must read this article.
&#8230;Decouple the authentication process from your application and take advantage of the growing acceptance [...]]]></description>
			<content:encoded><![CDATA[<p>This recent article on Dr. Dobb&#8217;s echos what we&#8217;ve been saying for months: If your password is compromised, whether or not it&#8217;s your fault, it&#8217;s always your problem.  If developing a web application is in your future, you must read <a href="http://www.ddj.com/security/222001896" target="_blank">this article</a>.</p>
<blockquote><p>&#8230;Decouple the authentication process from your application and take advantage of the growing acceptance of standards like <a href="http://www.ddj.com/architect/208402532">SAML</a> and<a href="http://www.ddj.com/architect/210603354">OpenID</a> to let dedicated Identity Providers take on the responsibility of authenticating users.</p>
<p>Whether you use OpenID or SAML, the process is similar. Your application exchanges identity assertions with other applications, typically trusted identity providers or partners. The Identity Provider (IdP) authenticates the user. Your application is a &#8217;service provider&#8217; or identity consumer (the terminology varies with the protocol). It consumes or accepts the identity assertions of the provider. Your application only needs to maintain the list of the providers or partners that you trust when it comes to user identity.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/dr-dobbs-user-authentication-it-doesnt-belong-in-your-application/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Evolution of Identity and Access Management</title>
		<link>http://www.singlesignon.com/sso/the-evolution-of-identity-and-access-management</link>
		<comments>http://www.singlesignon.com/sso/the-evolution-of-identity-and-access-management#comments</comments>
		<pubDate>Mon, 30 Nov 2009 17:09:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=36</guid>
		<description><![CDATA[Peter Cooke at Bloor Research recently wrote this interesting article on the history and future of IAM.
Single sign-on solutions (SSO) have been developed to help with this issue. SSO systems enable users to log in once only and then be automatically authenticated when they attempt access to other resources. There are a number of technical [...]]]></description>
			<content:encoded><![CDATA[<p>Peter Cooke at Bloor Research recently wrote <a href="http://www.it-director.com/content.php?cid=11675">this interesting article</a> on the history and future of IAM.</p>
<blockquote><p>Single sign-on solutions (SSO) have been developed to help with this issue. SSO systems enable users to log in once only and then be automatically authenticated when they attempt access to other resources. There are a number of technical solutions to this problem, each with its own advantages and disadvantages, including Kerberos, password management and password synchronisation. The reason for the number of solutions is down to the complexity of implementing each and the wide range of run-time environments where some solutions cannot be supported.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/the-evolution-of-identity-and-access-management/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hotmail imposes tracking cookies for logout</title>
		<link>http://www.singlesignon.com/sso/hotmail-imposes-tracking-cookies-for-logout</link>
		<comments>http://www.singlesignon.com/sso/hotmail-imposes-tracking-cookies-for-logout#comments</comments>
		<pubDate>Fri, 13 Nov 2009 17:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=34</guid>
		<description><![CDATA[According to The Register, Microsoft&#8217;s Hotmail has begun requiring the use of third-party cookies in order for its users to successfully log out of their accounts. Third party cookies are most commonly used by advertising networks to track surfers across the web and are often blocked by browsers, by default, due to privacy concerns.
File this [...]]]></description>
			<content:encoded><![CDATA[<p>According to <a href="http://www.theregister.co.uk/2009/11/12/hotmail_cookies/">The Register</a>, Microsoft&#8217;s Hotmail has begun requiring the use of third-party cookies in order for its users to successfully log out of their accounts. Third party cookies are most commonly used by advertising networks to track surfers across the web and are often blocked by browsers, by default, due to privacy concerns.</p>
<p>File this one under &#8216;how <em>not</em> to emplement web authentication&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/hotmail-imposes-tracking-cookies-for-logout/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSO for FFIEC Compliance</title>
		<link>http://www.singlesignon.com/sso/sso-for-ffiec-compliance</link>
		<comments>http://www.singlesignon.com/sso/sso-for-ffiec-compliance#comments</comments>
		<pubDate>Fri, 13 Nov 2009 17:02:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=32</guid>
		<description><![CDATA[NetDeposit, a company that enables businesses to streamline their revenue collection and management with proven payment technologies, recently announced they&#8217;ve selected a Single Sign-on solution to ensure compliance with Federation Financial Institutions Examination Council (FFIEC) risk mitigation guidelines.
They have selected TriCipher&#8217;s myOneLogin service to provide strong customer/client authentication for its Web-based payment solutions.
Read the press [...]]]></description>
			<content:encoded><![CDATA[<p>NetDeposit, a company that enables businesses to streamline their revenue collection and management with proven payment technologies, recently announced they&#8217;ve selected a Single Sign-on solution to ensure compliance with Federation Financial Institutions Examination Council (FFIEC) risk mitigation guidelines.</p>
<p>They have selected TriCipher&#8217;s myOneLogin service to provide strong customer/client authentication for its Web-based payment solutions.</p>
<p>Read the <a href="http://www.prnewswire.com/news-releases/netdeposit-partners-with-tricipher-for-strong-authentication-69850987.html">press release</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/sso-for-ffiec-compliance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Single Sign-On to Manage Employee Passwords</title>
		<link>http://www.singlesignon.com/sso/using-single-sign-on-to-manage-employee-passwords</link>
		<comments>http://www.singlesignon.com/sso/using-single-sign-on-to-manage-employee-passwords#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:09:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=30</guid>
		<description><![CDATA[Here&#8217;s another look at the security aspects of implementing a single sign-on solution behind your company&#8217;s firewall.   SSO solutions basically ensure your employee&#8217;s password are secure by adding second and third factors to authentication. Then, users are automatically authenticated to their everyday applications (including email and internal applications).
Some programs let companies manage employee passwords [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s another look at the security aspects of implementing a single sign-on solution behind your company&#8217;s firewall.   SSO solutions basically ensure your employee&#8217;s password are secure by adding second and third factors to authentication. Then, users are automatically authenticated to their everyday applications (including email and internal applications).</p>
<blockquote><p>Some programs let companies manage employee passwords for applications inside and outside the firewall for as little as $3 per user per month. Such programs tout their ability to give workers a single sign-on, one login for access to their corporate network, e-mail, and applications.</p></blockquote>
<p>If you&#8217;re concerned that your employee&#8217;s passwords may be too weak, here&#8217;s a <a href="http://www.inc.com/magazine/20091101/are-your-passwords-too-weak.html">good article</a> to read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/using-single-sign-on-to-manage-employee-passwords/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Single Sign-on to Protect Your Company&#8217;s Data</title>
		<link>http://www.singlesignon.com/sso/using-single-sign-on-to-protect-your-companys-data</link>
		<comments>http://www.singlesignon.com/sso/using-single-sign-on-to-protect-your-companys-data#comments</comments>
		<pubDate>Thu, 29 Oct 2009 14:10:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=28</guid>
		<description><![CDATA[When thinking of Single Sign-On, most people initially  consider the increase in end-user convenience and back-end user management.  A single sign-on solution, however, should be considered when creating a risk-management process for your company&#8217;s data.
Industry analyst Gregg Kreizmann, of Gartner Inc., says small companies are increasingly turning to such &#8220;single sign-on&#8221; tools, which are also made [...]]]></description>
			<content:encoded><![CDATA[<p>When thinking of Single Sign-On, most people initially  consider the increase in end-user convenience and back-end user management.  A single sign-on solution, however, should be considered when creating a risk-management process for your company&#8217;s data.</p>
<blockquote><p>Industry analyst Gregg Kreizmann, of <a style="color: #093d72; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://online.wsj.com/public/quotes/main.html?type=djn&amp;symbol=IT">Gartner</a> Inc., says small companies are increasingly turning to such &#8220;single sign-on&#8221; tools, which are also made by TriCipher Inc. and Arcot Systems Inc., to help manage and control access to popular software-as-a-service applications such as<a style="color: #093d72; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://online.wsj.com/public/quotes/main.html?type=djn&amp;symbol=CRM">Salesforce.com</a> and <a style="color: #093d72; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://online.wsj.com/public/quotes/main.html?type=djn&amp;symbol=GOOG">Google</a> Apps. These single-sign-on tools typically cost $1 to $3 per employee per month, and can make it easier for small companies to move from passwords to stronger access methods, such as one-time codes that are sent to mobile phones, which TriCipher provides using technology from <a style="color: #093d72; text-decoration: none; outline-style: none; outline-width: initial; outline-color: initial;" href="http://online.wsj.com/public/quotes/main.html?type=djn&amp;symbol=VRSN">VeriSign</a> Inc.</p></blockquote>
<p>Here&#8217;s the<a href="http://online.wsj.com/article/SB10001424052748703363704574501833819464604.html?mod=WSJ_hpp_RIGHTTopCarousel"> full article</a> on protecting your company&#8217;s data using a single sign-on solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/using-single-sign-on-to-protect-your-companys-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two-factor authentication for Google Apps</title>
		<link>http://www.singlesignon.com/sso/two-factor-authentication-for-google-apps</link>
		<comments>http://www.singlesignon.com/sso/two-factor-authentication-for-google-apps#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:22:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=16</guid>
		<description><![CDATA[NetworkWorld has written a nice article about 10 Google Apps add-ons for the enterprise which includes myOneLogin, a 3rd party solution for enhancing the security of your users&#8217; Google apps access.
This particular app provides users with a single sign-on, two-factor authentication portal that is easy to set up and deploy for both internal and external Web [...]]]></description>
			<content:encoded><![CDATA[<p>NetworkWorld has written a nice article about 10 Google Apps add-ons for the enterprise which includes myOneLogin, a 3rd party solution for enhancing the security of your users&#8217; Google apps access.</p>
<blockquote><p>This particular app provides users with <span>a single sign-on, two-factor authentication portal that is easy to set up and deploy for both internal and external Web and other resources</span></p></blockquote>
<p>Read the <a href="http://www.networkworld.com/community/node/46061">10 Google Apps add-ons for the enterprise</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/two-factor-authentication-for-google-apps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MavenWire Choose TriCipher&#8217;s myOneLogin for Secure Web Single Sign-On</title>
		<link>http://www.singlesignon.com/sso/mavenwire-choose-triciphers-myonelogin-for-secure-web-single-sign-on</link>
		<comments>http://www.singlesignon.com/sso/mavenwire-choose-triciphers-myonelogin-for-secure-web-single-sign-on#comments</comments>
		<pubDate>Fri, 23 Oct 2009 13:19:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=14</guid>
		<description><![CDATA[TriCipher, a leading provider of Internet identity services, recently announced that Oracle Business Process Outsourcing partner MavenWire has selected the myOneLogin Secure Single Sign-on service to support its transition to Google Apps Premier for employees across three continents.
MavenWire is a rapidly-growing business services company that provides consulting, training, Business Process Outsourcing and hosting services for [...]]]></description>
			<content:encoded><![CDATA[<p>TriCipher, a leading provider of Internet identity services, recently announced that Oracle Business Process Outsourcing partner MavenWire has selected the myOneLogin Secure Single Sign-on service to support its transition to Google Apps Premier for employees across three continents.</p>
<p>MavenWire is a rapidly-growing business services company that provides consulting, training, Business Process Outsourcing and hosting services for Oracle Transportation Management. Like many small and mid-sized businesses, it has decided to use software-as-a-service (SaaS) applications like Google Apps to run its core operations. MavenWire selected myOneLogin Secure Single Sign-on to support the transition to its new web applications, particularly Google Apps Premier.</p>
<p><a href="http://www.tricipher.com/news/MavenWire-chooses-TriCipher-myOneLogin-for-Secure-Web-Sign-On.html">TriCipher Press Release</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/mavenwire-choose-triciphers-myonelogin-for-secure-web-single-sign-on/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strategic Security: Web Single Sign-On</title>
		<link>http://www.singlesignon.com/sso/another</link>
		<comments>http://www.singlesignon.com/sso/another#comments</comments>
		<pubDate>Fri, 04 Sep 2009 04:03:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=5</guid>
		<description><![CDATA[In a recent InformatonWeek article, Andrew Conry-Murray writes how a growing number of Single Sign-on services are helping users manage multiple Saas Passwords.
These providers build back-end integrations with a variety of SaaS applications so that companies have to make only one connection&#8211;to the provider&#8217;s service&#8211;to enjoy SSO for multiple Web applications. These providers use SAML, [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent InformatonWeek article, Andrew Conry-Murray writes how a growing number of Single Sign-on services are helping users manage multiple Saas Passwords.</p>
<blockquote><p>These providers build back-end integrations with a variety of SaaS applications so that companies have to make only one connection&#8211;to the provider&#8217;s service&#8211;to enjoy SSO for multiple Web applications. These providers use SAML, other standards such as WS-Federation, as well as vendors&#8217; proprietary APIs to enable SSO.</p></blockquote>
<p>The article also describes and various Single sign-on technologies available to pass credentials to applications, including SAML, WS-Federation, and APIs from major SaasS Vendors.You can read the entire article <a href="http://www.informationweek.com/news/security/client/showArticle.jhtml?articleID=218200003">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/another/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Single Sign-On for the Cloud</title>
		<link>http://www.singlesignon.com/sso/single-sign-on-for-the-cloud</link>
		<comments>http://www.singlesignon.com/sso/single-sign-on-for-the-cloud#comments</comments>
		<pubDate>Sun, 23 Aug 2009 13:31:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SSO]]></category>

		<guid isPermaLink="false">http://www.singlesignon.com/?p=20</guid>
		<description><![CDATA[If your company relies on cloud-based applications (Salesforce, Google Apps, etc) for its every day business, you may consider a single sign-on solution not just for the convenience, but for the security.   In a recent article on ReadWriteWeb, Sarah Parez does an excellent job explaining how Single Sign-on is now being used in cloud [...]]]></description>
			<content:encoded><![CDATA[<p>If your company relies on cloud-based applications (Salesforce, Google Apps, etc) for its every day business, you may consider a single sign-on solution not just for the convenience, but for the security.   In a <a href="http://www.readwriteweb.com/enterprise/2009/04/myonelogin-single-sign-on-for-the-cloud.php">recent article</a> on ReadWriteWeb, Sarah Parez does an excellent job explaining how Single Sign-on is now being used in cloud based computing.   She also mentions an often overlooked by-product of a Single Sign-on solution: The huge benefit of controlling their users/employees access to business applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.singlesignon.com/sso/single-sign-on-for-the-cloud/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
