Skip to content

Commit 51b3969

Browse files
committed
README: simplify expected output for agent test
1 parent ccb5afa commit 51b3969

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ This project supports deploying with OAuth 2.0 authentication using Keycloak as
332332

333333
### Testing with the agent
334334

335-
1. Generate the local environment file:
335+
1. Generate the local environment file (automatically created after `azd up`):
336336

337337
```bash
338338
./infra/write_env.sh
@@ -346,18 +346,7 @@ This project supports deploying with OAuth 2.0 authentication using Keycloak as
346346
uv run agents/agentframework_http.py
347347
```
348348

349-
The agent automatically detects `KEYCLOAK_REALM_URL` in the environment and authenticates via DCR + client credentials.
350-
351-
Expected output:
352-
353-
```text
354-
INFO 🔐 Auth enabled - connecting to https://mcproutes.<env>.azurecontainerapps.io/mcp with Bearer token
355-
INFO 📝 Registering client via DCR...
356-
INFO ✅ Registered client: agentframework-20251205-...
357-
INFO 🔑 Getting access token from Keycloak...
358-
INFO ✅ Got access token (expires in 300s)
359-
The expense of $1200.0 for 'laptop' on 2025-12-04 has been successfully added.
360-
```
349+
The agent automatically detects `KEYCLOAK_REALM_URL` in the environment and authenticates via DCR + client credentials. On success, it will add an expense and print the result.
361350

362351
### Known limitations (demo trade-offs)
363352

0 commit comments

Comments
 (0)