I have enabled SPS for anonymous access, working fine.
When an anonymous user does something that he isn't allowed to do, he is prompted for a username and password. Being an anonymous user, he will click Cancel. But now he can't browse the website anymore without being prompted for a username and password. Clicking cancel on these prompts results in an access denied error.
I think the problem is that when logging in anonymously, the user is given the username of the anonymous account, which is lost when he clicks cancel.
Both of the following the following solutions will do:
1- Not showing links that the user is not allowed to click (optimal)
2- Not prompting for username and password when the user does something that is not allowed. Just not allow it. (less optimal, but this sould definitely be possible)
Maybe there is some configuration setting for this?
When an anonymous user does something that he isn't allowed to do, he is prompted for a username and password. Being an anonymous user, he will click Cancel. But now he can't browse the website anymore without being prompted for a username and password. Clicking cancel on these prompts results in an access denied error.
I think the problem is that when logging in anonymously, the user is given the username of the anonymous account, which is lost when he clicks cancel.
Both of the following the following solutions will do:
1- Not showing links that the user is not allowed to click (optimal)
2- Not prompting for username and password when the user does something that is not allowed. Just not allow it. (less optimal, but this sould definitely be possible)
Maybe there is some configuration setting for this?