mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-27 07:50:43 +02:00
WIP auth provider plugins checkpoint
This commit is contained in:
parent
428427220f
commit
835ba07bcd
137 changed files with 6031 additions and 5338 deletions
|
|
@ -97,7 +97,7 @@ async def my_tool(
|
|||
For Azure/Entra, the new `fastmcp[azure]` extra adds `EntraOBOToken`, which handles the On-Behalf-Of token exchange declaratively:
|
||||
|
||||
```python
|
||||
from fastmcp.server.auth.providers.azure import EntraOBOToken
|
||||
from fastmcp.server.plugins.auth.azure.provider import EntraOBOToken
|
||||
|
||||
@mcp.tool()
|
||||
async def get_emails(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue