Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Thursday, September 6, 2012
SessionAuthenticationModule and dynamic authorization
›
In my last blog post I’ve described a method to replace the FormsAuthenticationModule with the SessionAuthenticationModule. As it turned out...
Wednesday, September 5, 2012
Forms Authentication revisited
›
Forms authentication is an authentication module, known for years and quite reliable. The core idea is that the authentication pipeline take...
1 comment:
Indexing attributes in the Active Directory
›
The default Microsoft Active Directory schema is full of attributes. If you by chance pick some unused attributes and reuse them for your ow...
Wednesday, June 27, 2012
Using SysInternals ProcessExplorer to find the cause of “access denied” error
›
Often when you try to rebuild your project or even just delete or rename a file, you get the “access denied” error. For example, I run my ap...
Monday, June 18, 2012
IIS 7.5 Integrated Security with no prompt for credentials
›
If you try to configure an IIS site to use integrated security and still get the prompt for credentials, here are few key things to validate...
Wednesday, June 13, 2012
Facebook OAuth2 adventures
›
OAuth2 is a simple and reliable SSO protocol and what’s great is that it’s implemented by at least few well-known services, like Google, Mic...
Friday, June 1, 2012
How to implement XPO’s Soft Delete pattern for NHibernate
›
Soft Delete is a persistence pattern where instead of removing entities physically you just mark them as deleted by setting a fixed value in...
‹
›
Home
View web version