diff --git a/authentication-personalization/authentication-setup.mdx b/authentication-personalization/authentication-setup.mdx index 8693e5e40..18beab13a 100644 --- a/authentication-personalization/authentication-setup.mdx +++ b/authentication-personalization/authentication-setup.mdx @@ -21,6 +21,10 @@ Choose between full and partial authentication modes based on your access contro **Partial authentication**: Some pages are publicly viewable while others require authentication. Users can browse public content freely and authenticate only when accessing protected pages. + +Partial authentication supports redirects for unauthenticated users. When an unauthenticated user visits a redirect source path, the system will check the destination page's authentication requirements and return the appropriate access metadata. + + When configuring any handshake method below, you'll select either **Full authentication** or **Partial authentication** in your dashboard settings. ## Configuring authentication diff --git a/settings.mdx b/settings.mdx index fa2eff4eb..e09ddb909 100644 --- a/settings.mdx +++ b/settings.mdx @@ -575,6 +575,10 @@ See [Themes](themes) for more information. Whether to use a permanent redirect (301). Defaults to `true`. + + + **Partial authentication support**: When using [partial authentication](/authentication-personalization/authentication-setup#authentication-modes), redirects work for unauthenticated users. If an unauthenticated user visits a redirect source path, the system checks the destination page's authentication requirements and returns the appropriate access metadata. Wildcard redirects are not supported with partial authentication. +