We are developing a public site that has a mutiple subsites that are accessible via IP authentication and/or fba authentication. Other sub sites in that site collection contain member only areas accessible via a member role, which the IP records do not have. They are only accessible via fba authentication.
So how can I solve the following scenario:
I access the website through company's network (IP range), get authenticated (IP role), and have access to the IP areas. Now, assume I am also a member of the site (but not authenticated as such because I was authenticated by IP already). I go to the member area, but get access denied becuase my authenticated IP record does not have that member role.
Any ideas how to make this work?