feat(identity): landing page#5271
Conversation
✅ Deploy Preview for kongdeveloper ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@juliamrch Just a few small notes:
|
|
@juliamrch I've updated the
|
9319a81 to
2c9b188
Compare
33ce795 to
7b2f80b
Compare
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Adds a new Kong Identity landing page and reshapes existing Kong Identity reference URLs to align around /identity/ (landing) plus /identity/auth-servers/ (auth server reference), updating a few cross-doc references accordingly.
Changes:
- Added a new landing page at
/identity/with product-specific CTAs and plugin/how-to surfacing. - Moved the existing auth server reference off
/identity/to/identity/auth-servers/and updated at least one related-resource link. - Updated internal Kong Identity how-to patterns to use the new
/identity/base breadcrumb and auth-server deep link.
Reviewed changes
Copilot reviewed 4 out of 5 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| app/kong-identity/principals-and-directories.md | Updates related resource link(s) to point at the new auth servers location. |
| app/kong-identity/auth-servers.md | Changes permalink to /identity/auth-servers/ (now separate from the landing page). |
| app/_landing_pages/identity.yaml | Introduces the new Kong Identity landing page content and CTAs. |
| .claude/skills/kong-identity-how-to/references/how-to-patterns.md | Updates internal how-to template references to use /identity/ and new auth-server anchor URL. |
Comments suppressed due to low confidence (1)
app/kong-identity/auth-servers.md:12
- Changing the permalink to
/identity/auth-servers/breaks existing links that still point to sections on the old/identity/URL (for example/identity/#dynamic-claim-templatesin multiple how-tos and includes), so those references need to be updated (or redirected) in the same PR to avoid 404/anchor breakage.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
|
||
| Use {{site.identity}} to: | ||
| * Issue and validate OAuth 2.0 and OIDC tokens from authorization servers | ||
| * Manage authenticating entities across {{site.base_gateway}}, {{site.event_gateway_short}}, and {{site.dev_portal}} in one place with principals |
There was a problem hiding this comment.
Ideally this should reference multiple API and event Gateways
Also worth referencing that the same Principal can support multiple authentication types (multiple OAuth servers, API Keys, Usernames and Passwords)
| * Issue and validate OAuth 2.0 and OIDC tokens from authorization servers | ||
| * Manage authenticating entities across {{site.base_gateway}}, {{site.event_gateway_short}}, and {{site.dev_portal}} in one place with principals | ||
| * Drive plugin and policy behavior with metadata attached to principals | ||
| * Set up an out-of-the-box authorization server |
There was a problem hiding this comment.
Act as an OAuth 2.0 compatible authorization server, to allow complete OAuth protection to API endpoints and MCP Servers
| {{site.identity}} centralizes authentication in {{site.konnect_short_name}}. It provides principals and directories as a shared identity layer to authenticate across Kong products. | ||
|
|
||
| Use {{site.identity}} to: | ||
| * Issue and validate OAuth 2.0 and OIDC tokens from authorization servers |
| Use {{site.identity}} to: | ||
| * Issue and validate OAuth 2.0 and OIDC tokens from authorization servers | ||
| * Manage authenticating entities across {{site.base_gateway}}, {{site.event_gateway_short}}, and {{site.dev_portal}} in one place with principals | ||
| * Drive plugin and policy behavior with metadata attached to principals |
There was a problem hiding this comment.
Maybe simply "Drive complex Gateway behavior with metadata attached to principals"
Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Co-authored-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
Description
Needs to be merged last, after #1895
Closes #4246
To do
Preview Links
https://deploy-preview-5271--kongdeveloper.netlify.app/identity/
Checklist
descriptionentry in frontmatter.