Skip to content

Commit 1ba9c04

Browse files
authored
Merge pull request MicrosoftDocs#4955 from MicrosoftDocs/2371777-2
portal checker new rules - follow up - 2371777
2 parents ee45697 + cb0535e commit 1ba9c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/maker/portals/admin/portal-checker-analysis.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ To find anonymous OData feeds enabled on your portal:
6666
![Enabled OData feeds](media/portal-checker-analysis/enabled-odata-feeds.png "Enabled OData feeds")
6767

6868
> [!NOTE]
69-
> List of all OData feeds enabled doesn't mean all of them are available anonymously.
69+
> The list of OData feeds on this page might be available anonymously depending on your security configuration. The next steps will help you verify the anonymous access of these feeds.
7070
71-
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} where collection href value is highlighted below.
71+
1. Go to each of OData feed by browsing to the URL format {Portal URL}/_odata/{collection href value} (for example, `https://contoso.powerappsportals.com/_odata/accounts`) where collection href value is highlighted below.
7272

7373
![Browse to OData feed](media/portal-checker-analysis/browse-to-enabled-odata-feeds.png "Browse to OData feed")
7474

75-
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to oData, with the entity set name of '{entity set name}', has been denied.”
75+
1. If the OData field is available anonymously, it will return the data with HTTP 200 response. If the feed isn't enabled anonymously, it will return HTTP 403 response with a message “Access to OData, with the entity set name of '{table set name}', has been denied.”
7676

7777
If you've unintended OData feed enabled on your portal anonymous, it could be because of one of these possibilities:
7878

0 commit comments

Comments
 (0)