Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Well, the first thing I would do is to log in with an SF user using standard authentication to see if you have the same results. Next, I would take a single user, verify the permissions, etc. and immediately after logging in, I would write a little test and verify that the user's permissions were granted and denied appropriately.
If this works, then I would back up one step and try it for an AD authentication and go through the same process.
So let's work from the most granular level first by looking at permissions for a particular user to ensure that they are pulled (and stored) int he DB properly.
|