diff --git a/src/scenarios/client/auth/scope-handling.ts b/src/scenarios/client/auth/scope-handling.ts index 166a9c3..32db087 100644 --- a/src/scenarios/client/auth/scope-handling.ts +++ b/src/scenarios/client/auth/scope-handling.ts @@ -418,7 +418,7 @@ export class ScopeStepUpAuthScenario implements Scenario { { prmPath: '/.well-known/oauth-protected-resource/mcp', requiredScopes: escalatedScopes, - scopesSupported: escalatedScopes, + scopesSupported: [initialScope], includeScopeInWwwAuth: true, authMiddleware: stepUpMiddleware, tokenVerifier