Skip to content

Conversation

@buger
Copy link
Member

@buger buger commented Dec 8, 2025

🔗 Auto-generated mirror PR for Mintlify preview

Original PR: #1158
Author: @buger

Purpose

This PR provides a Mintlify preview link for reviewing documentation changes.

Preview Link

The Mintlify preview will be available once this PR is processed.

⚠️ Important Notes

Changes

Summary

  • Adds a comprehensive step-by-step example for OAuth 2.0 Authorization Code Grant flow with Tyk as the authorization server
  • Demonstrates the complete SSO implementation including API setup, client registration, authorization flow, and token management
  • Addresses the documentation gap that made it difficult for users to implement OAuth2-secured APIs

Changes Made

  • Added new section Complete
    Example:
    OAuth
    2.0
    Authorization
    Code
    Grant
    for
    SSO to
  • Includes 7 steps covering the full flow from API creation to token refresh
  • Provides practical commands with sample responses
  • Includes flow summary diagram description and integration notes for identity providers

Test plan

  • Verify MDX renders correctly in Mintlify preview
  • Confirm all curl commands are properly formatted
  • Validate code blocks have correct syntax highlighting
  • Check that internal links work correctly

Resolves: DX-2014

🤖 Generated with Claude Code

yurisasuke and others added 30 commits June 19, 2025 18:50
* add release-bot

* add release-bot

---------

Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
* Update outbound-email-configuration.mdx

fix something

* Create bla.mdx

* Update docs.json
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
* add mirror pr as draft

* auto merge pull request

---------

Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Revert "Add auto merge (#179)"

This reverts commit 032eac1.
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
Co-authored-by: itachi sasuke <8012032+Keithwachira@users.noreply.github.com>
sharadregoti and others added 17 commits November 24, 2025 10:43
Add a comprehensive step-by-step example demonstrating the full
OAuth 2.0 Authorization Code Grant flow with Tyk as the authorization
server. This addresses the documentation gap identified in DX-2014.

The example covers:
- API Definition setup with OAuth 2.0 configuration
- OAuth client registration
- Authorization request initiation
- Authorization code request from identity server
- Token exchange for access and refresh tokens
- Accessing protected APIs with the access token
- Token refresh flow

Includes practical curl commands, sample responses, and a flow
summary to help developers successfully implement SSO with Tyk.

Resolves: DX-2014

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
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.

7 participants