You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: authentication-personalization/partial-authentication-setup.mdx
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,20 @@
1
1
---
2
2
title: "Partial Authentication Setup"
3
-
description: "Authenticate users to view only certain pages"
3
+
description: "Control access to specific pages"
4
4
icon: "file-lock-2"
5
5
---
6
6
7
-
Partial Authentication allows you to authenticate users to view only certain pages.
7
+
Partial authentication lets you protect private documentation while keeping other pages publicly viewable. Users can browse public content freely and authenticate only when accessing protected pages.
8
8
9
-
You can authenticate users through handshake methods such as:
9
+
Partial authentication shares all the same features as authentication, but with the ability to allow unauthenticated users to view certain pages.
Partial Authentication shares all the same features as [Authentication](./authentication), but with the ability to allow unauthenticated users to view certain pages.
13
+
Follow the [Authentication setup](/authentication-personalization/authentication-setup) guide and select **Partial Authentication** when configuring your chosen handshake method.
17
14
18
-
By default, all pages are protected. You can specify which pages should be publicly accessible by adding the `public` property to the page's frontmatter.
15
+
## Making pages public
16
+
17
+
By default, all pages are protected. Add the `public` property to the page's frontmatter to make it viewable without authentication.
0 commit comments