kentico_michal
-
5/12/2011 7:02:52 AM
RE:CustomSecurityHandler.OnAuthentication after Third-Party Authentication
Hi Alex,
The OnAuthentication handler is invoked only in case of form or windows authentication. Regrettably, there is no other handler that could be used for third-party authentication services. So, you will need to modify existing web parts that provide an alternative way how users can log in and register to your site and add custom code that executes before authentication action and check users against another database.
Best regards, Michal Legen
|