mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-20 12:34:17 +02:00
* Fix OAuth metadata endpoint URLs when base_url differs from issuer_url OAuth operational endpoints (/authorize, /token) are mounted at base_url, but metadata was incorrectly declaring them at issuer_url. This caused clients following the documented mounting pattern to receive incorrect endpoint URLs in /.well-known/oauth-authorization-server. Fixes #2287 * Update auth.py * Remove unnecessary assertion from OAuthProvider init * Add info log when issuer_url differs from base_url |
||
|---|---|---|
| .. | ||
| providers | ||
| __init__.py | ||
| test_auth_provider.py | ||
| test_debug_verifier.py | ||
| test_enhanced_error_responses.py | ||
| test_jwt_issuer.py | ||
| test_jwt_provider.py | ||
| test_oauth_consent_flow.py | ||
| test_oauth_mounting.py | ||
| test_oauth_proxy.py | ||
| test_oauth_proxy_redirect_validation.py | ||
| test_oauth_proxy_storage.py | ||
| test_oidc_proxy.py | ||
| test_redirect_validation.py | ||
| test_remote_auth_provider.py | ||
| test_static_token_verifier.py | ||