Skip to content

Commit 145b793

Browse files
authored
Update public-access.md
1 parent 1511e31 commit 145b793

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Once **Basic Authentication** has been enabled, users not on the project or with
3939

4040
### CMS Basic Authentication
4141

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.
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, and 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 Configuration: Reading Configuration in Code](https://docs.umbraco.com/umbraco-cms/reference/configuration#reading-configuration-in-code)
45+
- [CMS Configuration Options: Basic Authentication Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/basicauthsettings)
4346

44-
[CMS Basic Authentication Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/basicauthsettings)

0 commit comments

Comments
 (0)