0

I have a asp.net web application which is using membership for authentication and authorization. Now I have develop the application in Java which authenticate the user from the same database [i.e. from the membership tables]. How to do that?

Chris
  • 2,293
  • 11
  • 48
  • 86

1 Answers1

0

Many frameworks have a security "library" to abstract away the low level stuff. What framework are you using? If you aren't using one take a look at Spring and Spring Security.

Gene De Lisa
  • 3,628
  • 1
  • 21
  • 36