<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: WebORB Security Flex .NET Server Side PartI</title>
	<atom:link href="http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=weborb-security-flex-net-server-side-parti</link>
	<description>Software development</description>
	<lastBuildDate>Sun, 20 Nov 2011 12:49:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ah Kong Wimax</title>
		<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/comment-page-1/#comment-22375</link>
		<dc:creator>Ah Kong Wimax</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:34:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johlero.eu/?p=173#comment-22375</guid>
		<description>Keep up the fine effort!</description>
		<content:encoded><![CDATA[<p>Keep up the fine effort!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/comment-page-1/#comment-10989</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 11 Apr 2009 17:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johlero.eu/?p=173#comment-10989</guid>
		<description>If you don&#039;t want to work with the acl&#039;s you&#039;ll need to implement your own authenticationhandler.
This link http://www.adobe.com/devnet/flex/articles/net_security_04.html is really everything you&#039;ll need to know to get you started!</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t want to work with the acl&#8217;s you&#8217;ll need to implement your own authenticationhandler.<br />
This link <a href="http://www.adobe.com/devnet/flex/articles/net_security_04.html" rel="nofollow">http://www.adobe.com/devnet/flex/articles/net_security_04.html</a> is really everything you&#8217;ll need to know to get you started!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DustinB</title>
		<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/comment-page-1/#comment-10884</link>
		<dc:creator>DustinB</dc:creator>
		<pubDate>Thu, 09 Apr 2009 23:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johlero.eu/?p=173#comment-10884</guid>
		<description>Hi, I too am searching for a clear explanation of how to authenticate through WebORB with credentials stored in a SQL database. I currently have everything working with the ACLs in weborb.config but am not sure how to go about creating and using my own authentication and authorization handlers. Can anyone point me in the right direction?</description>
		<content:encoded><![CDATA[<p>Hi, I too am searching for a clear explanation of how to authenticate through WebORB with credentials stored in a SQL database. I currently have everything working with the ACLs in weborb.config but am not sure how to go about creating and using my own authentication and authorization handlers. Can anyone point me in the right direction?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/comment-page-1/#comment-7360</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Dec 2008 22:17:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johlero.eu/?p=173#comment-7360</guid>
		<description>Hi there, 

For the example the easiest thing was to work with the acl list, but I actually don&#039;t work with that. I do work with passwords that are in the database. For that you need to wait for a blog post on that in the future ;-) or lookup the AuthenticationHandler, AuthorizationHandler and RolesProvider in Weborb.config. There are some articles on the internet, but I didn&#039;t find them always very clear. I&#039;ll try to post something on this in the next days.</description>
		<content:encoded><![CDATA[<p>Hi there, </p>
<p>For the example the easiest thing was to work with the acl list, but I actually don&#8217;t work with that. I do work with passwords that are in the database. For that you need to wait for a blog post on that in the future <img src='http://blog.johlero.eu/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  or lookup the AuthenticationHandler, AuthorizationHandler and RolesProvider in Weborb.config. There are some articles on the internet, but I didn&#8217;t find them always very clear. I&#8217;ll try to post something on this in the next days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JBrown</title>
		<link>http://blog.johlero.eu/2008/09/27/weborb-security-flex-net-server-side-parti/comment-page-1/#comment-7358</link>
		<dc:creator>JBrown</dc:creator>
		<pubDate>Thu, 18 Dec 2008 21:23:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johlero.eu/?p=173#comment-7358</guid>
		<description>Excellent! Excellent! Excellent.  Clear and understandable.  Thank you.  I have been trying to understand this security model for a week now.  How would things work if the passwords are stored in a database rather than the config file?  Wouldn&#039;t storing passwords in a file be a &#039;bad&#039; practice?  Does the RemoteObject.setCredentials work against a database?  If so, how should</description>
		<content:encoded><![CDATA[<p>Excellent! Excellent! Excellent.  Clear and understandable.  Thank you.  I have been trying to understand this security model for a week now.  How would things work if the passwords are stored in a database rather than the config file?  Wouldn&#8217;t storing passwords in a file be a &#8216;bad&#8217; practice?  Does the RemoteObject.setCredentials work against a database?  If so, how should</p>
]]></content:encoded>
	</item>
</channel>
</rss>

