docs: add app-level access control guide#1419
Open
charIeszhao wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new documentation guide for configuring app-level access control in Logto and links to it from relevant integration entry points (Protected App and third-party OAuth/OIDC apps), improving discoverability for readers who need to restrict sign-in per application.
Changes:
- Added a new “App-level access control” guide explaining concepts, rule types, setup steps, and behavioral notes.
- Linked the new guide from the third-party applications and Protected App docs where access restriction is a common need.
- Added an “App-level access control” card to the Integrate Logto landing page for easier navigation.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/integrate-logto/app-level-access-control.mdx | New guide documenting app-level access control concepts, configuration steps, and related behavior. |
| docs/integrate-logto/README.mdx | Adds a DocCardList link to the new guide to improve discoverability from the integration hub. |
| docs/integrate-logto/protected-app.mdx | Adds a direct reference to app-level access control from the Protected App overview. |
| docs/integrate-logto/third-party-applications/README.mdx | Adds a direct reference to app-level access control from the third-party app setup flow. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wangsijie
approved these changes
Jun 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add documentation for app-level access control