Re: Additional steps after authentication
Efran Cobisi <[email protected]>
| Newsgroups | gmane.comp.windows.devel.dotnet.web |
|---|---|
| Organization | QBGROUP spa |
| Message-ID | <[email protected]> |
Hi Alex, I've had the very same problem in a web app some time ago. My solution was to stay with FormsAuthentication but do not authenticate the user until she completed the required checks; in that case, I stored a state value in the user session, which basically would indicate that the user has been already checked against username/password match but it has to complete the aforementioned checks. Once the checks completed, I'd authenticate the user within FormsAuthentication. HTH, Efran Cobisi http://www.cobisi.com Alex Ivanoff wrote: > I have an application using forms authentication with the following > requirement. After user logs in the application needs to to perform some > checks. If all checks are satisfied user is redirected to the original > page she requested. If one or more checks fail user is redirected to other > page to make some changes. After that checks are performed again until all > of the ckecks are satisfied and user is redirected to the original page. > What is the best way to accompish something like this? > > Thank you, > Alex > > =================================== > This list is hosted by DevelopMentor� http://www.develop.com > > View archives and manage your subscription(s) at http://discuss.develop.com > =================================== This list is hosted by DevelopMentor® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com