Questions tagged [anonymous-users]

Questions involving this tag should cover topics related to identifying a user for the purpose access control in relation to a product or service that may span multiple sessions over an indefinite period of time. Such a user could be either an individual person or some implementation of a system, such as an API client.

An anonymous user may be:

  • accessing an installed or web-based application as part of a trial
  • accessing an installed or web-based application for the purposes of secrecy
  • associated with a usage quota for abuse prevention
  • granted temporary/guest access to edit or view a resource

Questions related to identifying a user for the purpose of advertising or analytics are considered off-topic for this tag. Depending on the context, questions regarding strategies to deanonymize a user may also be considered off-topic (such as deanonymizing a Sign in with Apple user).

Related tags:

Web-based anonymous access is often associated with methods of storing user identifiers and tokens such as:

68 questions
0
votes
1 answer

Authorization in ASP.NET 4

I have a site which is running in ASP.NET 4.0, on Windows 7 Ultimate. It is using FormsAuthentication, with a nice little logon page, all of which is fine so far as logging in and authenticating. What is NOT working okay though is directory…
eidylon
  • 7,068
  • 20
  • 75
  • 118
0
votes
0 answers

Allow unauthenticated access while keeping IIS Windows authentication and occasional impersonation

I have several intranet-only web sites written in ASP.NET MVC 5 and hosted on IIS7. For these I want to enable impersonation when accessing the database. I don't want the complete impersonation that lasts for the whole request - because I don't need…
GSerg
  • 76,472
  • 17
  • 159
  • 346
0
votes
2 answers

enabling anonymous users to Sharepoint 2013 - your opinion please

Problem with enabling anonymous users to SharePoint 2013 I am trying to enable anonymous users to access the site or maybe some pages on the site and I have made the regular steps, but still it is not working. I have enabled anonymous on the web…
user3270220
0
votes
1 answer

Different type of anonymous users with Django

The Django project I'm currently working on is a website that should be accessed from a local network and the Internet. And part of the content should be available to anonymous users only if the visit the site from the local network (basically it's…
Levans
  • 14,196
  • 3
  • 49
  • 53
0
votes
2 answers

Drupal 6 - Redirect Anonymous Users to Login Page

Drupal 6 I'm trying to make it so anonymous users can access a few overview pages, but if they click on any other menu item they'll be taken to the login page. Right now the way my site is set up, using the "Node Privacy by Role" module, I can…
danzo
  • 301
  • 1
  • 5
  • 18
0
votes
2 answers

SharePoint anonymous access does not work on DispForm.aspx within list

I have a MOSS site that uses anonymous access, which works everywhere I need it except on DispForm.aspx for a custom list. Basically there is a custom list containing links to news articles on the internet. I have made the list available as an RSS…
strongopinions
  • 3,917
  • 3
  • 25
  • 28
0
votes
1 answer

How can I use "type ahead" in xpages for anonymous users without compromising database security?

I'm developing a xpage application using an anonymous form for yet unknown (not authenticated) users. The database ACL is set to not give anonymous users access to the content (e.g. views and documents). In general no public access is allowed.…
-2
votes
1 answer

Track anonymous users without forcing users to go through authentication proccess

I want to track all users (both authenticated users and anonymous users) , so far the solution i found are not good. First of all, we can use a cookie but as we all know its not a reliable solution, second of all we, can use browser finger printing,…
jsDevia
  • 1,282
  • 4
  • 14
  • 37
1 2 3 4
5