Has anyone actually done this? In theory, we are ready to go but as I've read, if you create a custom certificate you get in lot and lot of problems(server denying the cert, exceptions thrown, security issues).
What i would like to actually do is have a WCF service with asp.net and 3.5 framework (so no elevated membership classes) that will get the data from an Ajax - Json Call. It will then log the user in.
I think i can handle the cookie authentication the custom membership login and anything else related, except the certificate. As I've said, in theory it can be done and i could give advise also but what i would like to know is if anyone have actually achieved this. From my experience and the site not being MVC i sense tons of problems coming my way, "beep beep").
So yeah if i can't manage this i have made an encryption client to WCF solution but I am a masochist and i would like to try the custom certificate solution.
Thanks.
What i would like to actually do is have a WCF service with asp.net and 3.5 framework (so no elevated membership classes) that will get the data from an Ajax - Json Call. It will then log the user in.
I think i can handle the cookie authentication the custom membership login and anything else related, except the certificate. As I've said, in theory it can be done and i could give advise also but what i would like to know is if anyone have actually achieved this. From my experience and the site not being MVC i sense tons of problems coming my way, "beep beep").
So yeah if i can't manage this i have made an encryption client to WCF solution but I am a masochist and i would like to try the custom certificate solution.
Thanks.