Ideal Janrain integration with existing ASP.NET membership database

419 Views Asked by At

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?

2

There are 2 best solutions below

1
On

make the dummy passwords random?

0
On

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