Skip to content

Trouble with Blacklist on the web not working #947

Closed Answered by KnifMelti
JeffGarvey asked this question in Q&A
Discussion options

You must be logged in to vote

Claude says:

Yes, you can access a file on SharePoint via a URL, but there are some important differences compared to a regular web server, especially when trying to access it as the SYSTEM account.

SharePoint files typically have URLs that follow this pattern:

https://[tenant].sharepoint.com/sites/[sitename]/[library]/excluded_apps.txt

However, there are several considerations:

  1. Authentication: Unlike basic web servers, SharePoint requires authentication. The SYSTEM account doesn't have an identity in SharePoint/Microsoft 365.

  2. Access methods:

    • For authenticated users: Direct URL access works when signed in
    • For service/scheduled tasks: You'll need an application with proper permissions

Replies: 6 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@KnifMelti
Comment options

Comment options

You must be logged in to vote
3 replies
@KnifMelti
Comment options

@KnifMelti
Comment options

@KnifMelti
Comment options

Answer selected by JeffGarvey
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants