mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-24 06:24:18 +02:00
* Update docs for required scopes * add scopes * Fix Azure scope validation Azure returns unprefixed scopes in JWT tokens but requires prefixed scopes in authorization requests. The previous implementation incorrectly validated tokens against prefixed scopes, causing "invalid_token" errors. Simplified AzureProvider to use standard JWTVerifier with unprefixed scopes for validation. Scopes are only prefixed when building the Azure authorization URL via _build_upstream_authorize_url() override. Closes #2263 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_auth0.py | ||
| test_aws.py | ||
| test_azure.py | ||
| test_descope.py | ||
| test_github.py | ||
| test_google.py | ||
| test_introspection.py | ||
| test_scalekit.py | ||
| test_supabase.py | ||
| test_workos.py | ||