Skip to content

feat(aigw): Migrate OIDC - #7286

Open
cloudjumpercat wants to merge 1 commit into
mainfrom
feat/aigw-oidc-migrate
Open

cloudjumpercat wants to merge 1 commit into
mainfrom
feat/aigw-oidc-migrate

Conversation

@cloudjumpercat

@cloudjumpercat cloudjumpercat commented Sep 18, 2026

Copy link
Copy Markdown
Contributor

Description

Fixes #6393

Preview Links

  • (NEW page) /ai-gateway/openid-connect/
    • I opted to use includes with the OIDC plugin because it's using the OIDC plugin under the hood, it's not separate. But let me know if you think this approach is wrong.
    • From my research mTLS proof of possession and OAuth 2.0 (because there is no auth policy) aren't supported (source) so I've removed those
    • Verify that the include pages render the correct variables
  • (updated) /ai-gateway/entities/ai-auth-strategy/
    • Updated a few sections based on research I did.
  • /plugins/openid-connect/
  • Note: The includes should be the exact same as what is currently in the OIDC plugin overview, other than I've added variables for conditional rendering.
  • Verify that this redirects to the new OIDC auth strategy page: /ai-gateway/policies/openid-connect/

Checklist

  • Tested how-to docs. If not, note why here.
  • All pages contain metadata.
  • Any new docs link to existing docs.
  • All autogenerated instructions render correctly (API, decK, Konnect, Kong Manager).
  • Style guide (capitalized gateway entities, placeholder URLs) implemented correctly.
  • Every page has a description entry in frontmatter.
  • Add new pages to the product documentation index (if applicable).

Signed-off-by: Diana <75819066+cloudjumpercat@users.noreply.github.com>
@cloudjumpercat
cloudjumpercat requested a review from a team as a code owner September 18, 2026 00:37
@netlify

netlify Bot commented Sep 18, 2026

Copy link
Copy Markdown

Deploy Preview for kongdeveloper ready!

Name Link
🔨 Latest commit 9452b00
🔍 Latest deploy log https://app.netlify.com/projects/kongdeveloper/deploys/6aac87c8e7fff80008fc59ab
😎 Deploy Preview https://deploy-preview-7286--kongdeveloper.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.


schema:
api: konnect/ai-gateway
path: /schemas/AIGatewayAuthStrategyOpenIDConnectResponse

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea how to get the schema to render? https://deploy-preview-7286--kongdeveloper.netlify.app/ai-gateway/openid-connect/#schema

Claude suggested this and it looks correct based on other AI entities. I just didn't want to link out to the OIDC plugin reference (although the case could be made for it since it is this plugin under the hood).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add an overview page for the OpenID Connect policy

1 participant