Suppose I only want a handful of users (maybe up to 100) of the total number of LiveID users to access my site. Is there anyway to restrict unwanted users from accessing my site
Dave
Windows Live ID: Development
Suppose I only want a handful of users (maybe up to 100) of the total number of LiveID users to access my site. Is there anyway to restrict unwanted users from accessing my site
Dave
You could build a whitelist of allowed user-id's, and change your login handler to reject all other user-id's (by redirecting them to an access denied or a log-out page). To gather the allowed user-id's you should build a "secret" page whose URL you only give to people you want to access your site...
That's resonable. I suppose some type of invite system with trackable invite IDs would work as well.
Thanks,
Dave