1

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?

Jenn Rain
  • 11
  • 1

2 Answers2

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
0

you can just generate a guid for the password and be done with it.

Roman
  • 1,177
  • 1
  • 17
  • 25