<?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>Inside Oracle APEX by Patrick Wolf &#187; Security</title>
	<atom:link href="http://www.inside-oracle-apex.com/category/oracle-apex/apex-security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.inside-oracle-apex.com</link>
	<description>Inside Oracle APEX - a blog that helps to get more out of Oracle Application Express (APEX) for your daily development work!</description>
	<lastBuildDate>Wed, 11 May 2011 09:08:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is your Oracle APEX session timing out?</title>
		<link>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/</link>
		<comments>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 12:20:36 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Version 3.2]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/?p=808</guid>
		<description><![CDATA[You have upgraded to Oracle APEX 3.2 and are getting kicked out of your Oracle APEX Builder each time you are going back to your browser window after you have worked on something else for some time? For the last few days I had this problem quite often and it annoyed me a little bit. [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/is-your-oracle-apex-session-timing-out/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Two new Oracle APEX whitepapers</title>
		<link>http://www.inside-oracle-apex.com/two-new-oracle-apex-whitepapers/</link>
		<comments>http://www.inside-oracle-apex.com/two-new-oracle-apex-whitepapers/#comments</comments>
		<pubDate>Tue, 29 Jul 2008 19:18:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[NTLM]]></category>

		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/two-new-oracle-apex-whitepapers/</guid>
		<description><![CDATA[Ok, they are not brand new anymore, they have already been released last month. But in case you are not reading David Peake&#8217;s blog or checking regularly the Oracle APEX website on OTN, the APEX team has published the following two new whitepapers: NTLM Authentication (a PL/SQL only solution) and Oracle APEX with RAC (Real [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/two-new-oracle-apex-whitepapers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Windows Login Credentials for Single Sign On (NTLM authentication)</title>
		<link>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/</link>
		<comments>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 10:54:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[NTLM]]></category>

		<guid isPermaLink="false">http://www.test.inside-oracle-apex.com/blog/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/</guid>
		<description><![CDATA[Most users are lacy and don&#8217;t want to enter login credentials each time they start up an Oracle APEX application. They tell you, &#8220;Hey I have already logged in into my computer, can&#8217;t you use that information for the APEX application?&#8221;. Sure we can! The NTLM protocol is one way to do that. Instructions on [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/using-windows-login-credentials-for-single-sign-on-ntlm-authentication/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Warning: DBMS_LDAP.simple_bind_s/ APEX_LDAP.authenticate and NULL password</title>
		<link>http://www.inside-oracle-apex.com/dbms_ldapsimple_bind_s-apex_ldapauthenticate-and-null-password/</link>
		<comments>http://www.inside-oracle-apex.com/dbms_ldapsimple_bind_s-apex_ldapauthenticate-and-null-password/#comments</comments>
		<pubDate>Thu, 10 Jan 2008 18:29:33 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Caution]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[MS Active Directory]]></category>

		<guid isPermaLink="false">http://final.inside-oracle-apex.com/en/post/warning-dbms_ldapsimple_bind_sapex_ldapauthenticate-and-null-password/</guid>
		<description><![CDATA[Just came across a very strange behavior of the DBMS_LDAP.simple_bind_s and APEX_LDAP.authenticate procedure which I used to do a basic LDAP authentication against our MS Active Directory server. I used the following simple test code DECLARE vSession DBMS_LDAP.session; vResult PLS_INTEGER; BEGIN DBMS_LDAP.use_exception := TRUE; vSession := DBMS_LDAP.init ( hostname =&#62; 'your-active-directory-server' , portnum =&#62; 389 [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/dbms_ldapsimple_bind_s-apex_ldapauthenticate-and-null-password/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Adding a CAPTCHA to your Oracle APEX application</title>
		<link>http://www.inside-oracle-apex.com/adding-captcha-to-your-oracle-apex-application/</link>
		<comments>http://www.inside-oracle-apex.com/adding-captcha-to-your-oracle-apex-application/#comments</comments>
		<pubDate>Thu, 06 Sep 2007 18:52:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Captcha]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=165</guid>
		<description><![CDATA[Haven&#8217;t had the requirement to add one in my applications until now, but after reading Dan&#8217;s posting about integrating reCAPTCHA with Oracle SSO, I thought that shouldn&#8217;t be to hard to integrate into an Oracle Application Express (APEX) application too! A nice challenge for the evening Update on 08-Nov-2011: This is now also available as [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/adding-captcha-to-your-oracle-apex-application/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>Oracle APEX related articles you should read</title>
		<link>http://www.inside-oracle-apex.com/oracle-apex-related-articles-you-should-read/</link>
		<comments>http://www.inside-oracle-apex.com/oracle-apex-related-articles-you-should-read/#comments</comments>
		<pubDate>Fri, 18 May 2007 09:58:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Deployment]]></category>
		<category><![CDATA[Other blogs]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=127</guid>
		<description><![CDATA[Lately a few Oracle APEX related articles have been published which you should read. John Scott posted a whitepaper about &#8220;APEX &#8211; Delivering Pages in 3 Seconds or Less&#8221; which he held on Colab 07 in Las Vegas. Dimitri Gielis also posted the whitepaper of his presentation about &#8220;APEX by Example: Shared Components&#8220;. The security [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/oracle-apex-related-articles-you-should-read/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Using Google Account for APEX authentication</title>
		<link>http://www.inside-oracle-apex.com/using-google-account-for-apex-authentication/</link>
		<comments>http://www.inside-oracle-apex.com/using-google-account-for-apex-authentication/#comments</comments>
		<pubDate>Tue, 30 Jan 2007 20:35:00 +0000</pubDate>
		<dc:creator>Patrick Wolf</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.inside-oracle-apex.com/en/?p=64</guid>
		<description><![CDATA[Read a very interesting posting on Przemek Piotrowski blog about using the Google Account credentials for an APEX application login. The method described uses the Google Account Client Login API for verifying the user. More details at Application Express user authentication using Google Account. I think that&#8217;s a good example of the flexibility of APEX [...]]]></description>
		<wfw:commentRss>http://www.inside-oracle-apex.com/using-google-account-for-apex-authentication/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

