Skip to content

Commit 1511e31

Browse files
authored
Update public-access.md
1 parent 09de473 commit 1511e31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

umbraco-cloud/set-up/project-settings/public-access.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,9 @@ By default, **Basic Authentication** is enabled on trial projects.
3636
![Allow IPs for your Umbraco Cloud Project](../images/allow_ip.png)
3737

3838
Once **Basic Authentication** has been enabled, users not on the project or with IPs not added to the allowlist will be prompted to log in.
39+
40+
### CMS Basic Authentication
41+
42+
The Umbraco Cloud Public Access feature is built on top of the Basic Authentication implementation in CMS core. This means the appsettings related to Basic Authentication are controlled by Umbraco Cloud, but your Cloud Environment has access to them. With that you can setup a httpclient that can do a loop back request without being blocked, by adding the Shared Secret Header if needed.
43+
44+
[CMS Basic Authentication Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/basicauthsettings)

0 commit comments

Comments
 (0)