Skip to content

Commit cc099a9

Browse files
authored
Merge pull request #6116 from sahandilshan/ciba
Update JSON examples in authentication guides to use placeholder iden…
2 parents 124abfa + 266daf8 commit cc099a9

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

en/includes/guides/agentic-ai/ai-agents/agent-authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ The flow proceeds as follows:
223223

224224
```json
225225
{
226-
"sub": "user@example.com",
226+
"sub": "<user_identifier>",
227227
"act": {
228-
"sub": "agent-identity@example.com"
228+
"sub": "<agent_identifier>"
229229
},
230230
...
231231
}

en/includes/guides/authentication/configure-ciba-grant.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ The `actor_token` is a signed JWT representing the AI agent's identity. When the
114114

115115
```json
116116
{
117-
"sub": "user@example.com",
117+
"sub": "<user_identifier>",
118118
"act": {
119-
"sub": "agent-identity@example.com"
119+
"sub": "<agent_identifier>"
120120
}
121121
}
122122
```

0 commit comments

Comments
 (0)