-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Implement SEP-990 Enterprise Managed OAuth #1721
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
Open
BinoyOza-okta
wants to merge
28
commits into
modelcontextprotocol:main
Choose a base branch
from
BinoyOza-okta:feature/sep-990-enterprise-oauth
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,129
−5
Open
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
3e5d7aa
- Implemented SEP-990 feature for providing support for Enterprise Ma…
BinoyOza-okta 70937cc
Added test cases for missing lines of code.
BinoyOza-okta 51f8fcc
- Added tests cases for few of the missing lines. src/mcp/client/auth…
BinoyOza-okta b8d2c97
- Fixed pre-commit errors.
BinoyOza-okta cd8d111
- Tried to fix the ruff error.
BinoyOza-okta f2421eb
- Fixed ruff errors.
BinoyOza-okta ab23ceb
- Removed server side changes for enterprise_managed_auth.py
BinoyOza-okta 204bd86
- Added README.md changes for SEP-990 implementation for enterprise m…
BinoyOza-okta add0cc2
- Resolved pyright checks error.
BinoyOza-okta 9e4c83f
- Resolved README.md file fixes for removing unused imports.
BinoyOza-okta 9da5f5b
- Resolved pyright errors.
BinoyOza-okta 5663563
- Added new test cases for the missing code lines.
BinoyOza-okta 5ef7740
- Fixed the failing test cases.
BinoyOza-okta 7587731
- Fixed the test cases.
BinoyOza-okta e57633d
- Added typing for request payload structures TokenExchangeRequestDat…
BinoyOza-okta 36d30b3
- Updated test case to include IDJAGClaims type model to verify payload.
BinoyOza-okta f86758e
feat: Add conformance tests for enterprise managed authorization (SEP…
BinoyOza-okta 2a67fcd
- Fix uv.lock.
BinoyOza-okta 649d9d8
feat(auth): migrate enterprise auth conformance tests to @modelcontex…
BinoyOza-okta 3565513
Fixed end-of-file-fixer for test_enterprise_managed_auth_client.py.
BinoyOza-okta 14dd313
Fixed pre-commit hooks issues.
BinoyOza-okta a3a9af3
Fixed Ruff formatting issues.
BinoyOza-okta 6653fb2
Fixed pyright issues.
BinoyOza-okta 57802c8
Moved the changes from README.md to README.v2.md.
BinoyOza-okta 84330a3
- Removed Unicode characters from the example snippet file.
BinoyOza-okta f01bf16
- Removed unused parameters from the EnterpriseAuthOAuthClientProvide…
BinoyOza-okta 170df60
refactor(auth): address code review feedback for enterprise managed auth
BinoyOza-okta e2f3136
- Removed the non-existing scenario from docstring.
BinoyOza-okta File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these scenarios do not exist, only the top one does.