Skip to content

Commit c57e05e

Browse files
committed
fix after merge
1 parent c5e3c6d commit c57e05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/servers/simple-auth/mcp_simple_auth/auth_server.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ async def introspect_handler(request: Request) -> Response:
121121
"exp": access_token.expires_at,
122122
"iat": int(time.time()),
123123
"token_type": "Bearer",
124+
"aud": access_token.resource, # RFC 8707 audience claim
124125
}
125126
)
126127

0 commit comments

Comments
 (0)