Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [anonymous-access]

The tag has no usage guidance.

anonymous-access
0 votes
1 answer
24 views

MinIO console access restriction

I have deployed MinIO on my server and configured two URLs for access: minio.example.com - MinIO API minio-admin.example.com - MinIO Console (UI) I have set policies for my buckets (readonly policy ...
Anton Kozyk's user avatar
0 votes
0 answers
84 views

Facing issue while anonymous access to file share in windows using SMB 3 dialect

In this POC ,I tried creating folder inside a share folder with anonymous access. I am able to create with all SMB 2 dialects but when I use any of SMB 3 dialect, I am getting null pointer exception. ...
Minay Ghai's user avatar
0 votes
1 answer
202 views

Enabled flags to prevent anonymous access to pipes and shares not working

We have applied the following settings into a GPO and pushed it to a staging server and successfully prevented anonymous access to pipes and shares. However when we apply the same to our internal ...
Krist0f's user avatar
  • 73
1 vote
1 answer
443 views

Static file serving in Keystonejs 6

I am using Keystonejs 6 and some models contain image type fields. When fetching this data I get a src of that image which points to /public/images/myimage.png. This link successfully gets loaded with ...
ConductedClever's user avatar
0 votes
0 answers
151 views

onEdit script does not start for users under anonymous access

it's my 1st public question, hope I'm clear enough. Here is the context: I have created a spreadsheet as a template, including an "onEdit script" I have made a copy of the spreadsheet ...
Course Solidaire 06's user avatar
2 votes
0 answers
2k views

Kibana, anonymous access, dashboards only

I'm looking for the correct way to give users anonymous access to a Kibana dashboard, but at the same time preventing them from having access to other Kibana features. I read that the role ...
Flatline1963's user avatar
1 vote
2 answers
416 views

Anonymous access in MVC 5

How to allow anonymous access in routeconfig in asp.net mvc 5 ? In routeconfig I've added: routes.MapRoute( name:"cert", url:".well-known/acme-challenge") I want to allow anonymous access to ...
user3066249's user avatar
2 votes
2 answers
8k views

Spring Boot Security PreAuthenticated Scenario with Anonymous access

I have a Spring Boot (1.5.6) application that is using the "pre-authenticated" authentication scenario (SiteMinder) from Spring Security. I have a need to expose the actuator "health" endpoint ...
Sean Casey's user avatar
2 votes
0 answers
406 views

IIS remote virtual directory anonymous access

I have two servers. One is static image host and other is public web server. I need to use shared folder from static server as usual folder in web server with create/read/write/delete things. I've ...
Omni's user avatar
  • 31
1 vote
1 answer
80 views

How to stop Windows Security popup for Sharepoint 2007 site with anonymous access enabled

I've been researching this a lot lately and cannot seem to find a solution to the exact problem I'm having, so I figured I'd ask and get any help I can get. Here's the scenario: I took over a ...
easyeman77's user avatar
1 vote
2 answers
1k views

Getting username in an mvc application with no authentication and anonymous authentication enabled in IIS

I have been trying to read the username of the user browsing my MVC application. The application doesn't have any authentication, and is hosted in IIS with windows authentication disabled and ...
Sudip Arora's user avatar
1 vote
0 answers
61 views

mixing windows authentication with anonymous access

I have a web application with windows authentication used for submitting help calls to an organisation. I have a single folder in this web site with several pages in that folder that I need to be ...
dstewart101's user avatar
  • 1,102
0 votes
1 answer
28 views

Sharepoint 2007 - NewForm require login

I have anonymous accessed SP2007 site with a list, which has anonymous access to add item. When I am trying to add item, login prompt is shown. I have tried with default.master and with my master ...
Tomasz's user avatar
  • 2,061
0 votes
3 answers
8k views

Anonymous access to Sitecore item

I was wondering is there any way to enable anonymous access to some specific SiteCore content item? Assigning read permissions to extranet\anonymous for the item through Sitecore admin - doesn't help.....
MaksymD's user avatar
  • 414
2 votes
1 answer
1k views

IIS7 programmatically modify application anonymous access

I'm trying to enable anonymous access on an application in IIS7, using the code below: ConfigurationSection config = server.GetWebConfiguration(webSiteName).GetSection("system.webServer/security/...
MindlessBarber's user avatar

15 30 50 per page