I've got Janrain working for SSO and no problems there. But once I get the user's identification and put it into the ASP.NET membership database, don't I also need to set a password? I guess I can put in a dummy password for each user, but that would leave everyone open to compromize if someone finds what this password is?
Asked
Active
Viewed 404 times
2 Answers
1
make the dummy passwords random?

Robert Levy
- 28,747
- 6
- 62
- 94
-
Yeah, you can make the dummy password random and HUGE....I think it accepts over 100 characters. – Greg Jan 07 '11 at 13:28