-
Notifications
You must be signed in to change notification settings - Fork 5
docs: add complete OAuth2 Authorization Code Grant example for SSO #1158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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>
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
Summary
Changes Made
api-management/authentication/oauth-2.mdxcurlcommands with sample responsesTest plan
Resolves: DX-2014
🤖 Generated with Claude Code
PR Type
Documentation
Description
Add full OAuth2 Authorization Code example
Step-by-step SSO flow with Tyk
Include curl commands and responses
Add flow summary and IdP notes
Diagram Walkthrough
File Walkthrough
oauth-2.mdx
Add complete OAuth2 Authorization Code SSO walkthroughapi-management/authentication/oauth-2.mdx