Skip to content

Commit 005bad4

Browse files
committed
- Resolved README.md file fixes for removing unused imports.
1 parent 5fb2c0f commit 005bad4

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,17 +2369,6 @@ The SDK includes support for Enterprise Managed Authorization (SEP-990), which e
23692369

23702370
The `EnterpriseAuthOAuthClientProvider` class extends the standard OAuth provider to implement the enterprise authorization flow:
23712371

2372-
```python
2373-
from mcp.client.auth.extensions import (
2374-
EnterpriseAuthOAuthClientProvider,
2375-
TokenExchangeParameters,
2376-
IDJAGClaims,
2377-
decode_id_jag,
2378-
)
2379-
from mcp.shared.auth import OAuthClientMetadata, OAuthToken
2380-
from mcp.client.auth import TokenStorage
2381-
```
2382-
23832372
**Token Exchange Flow:**
23842373

23852374
1. **Obtain ID Token** from your enterprise IdP (e.g., Okta, Azure AD)
@@ -2398,7 +2387,7 @@ from mcp.client.auth.extensions import (
23982387
EnterpriseAuthOAuthClientProvider,
23992388
TokenExchangeParameters,
24002389
)
2401-
from mcp.shared.auth import OAuthClientMetadata, OAuthToken
2390+
from mcp.shared.auth import OAuthClientMetadata
24022391
from mcp.client.auth import TokenStorage
24032392

24042393
# Define token storage implementation

0 commit comments

Comments
 (0)