Skip to content

Commit 7cfac36

Browse files
committed
Update timeout default values in af-project-files.adoc for OAuth 2.0 token exchange requests from 5000ms to 10000ms to ensure consistency with the latest specifications.
1 parent 2697b3a commit 7cfac36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/ROOT/pages/af-project-files.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ authentication:
962962
targetType: audience
963963
targetValue: https://api.example.com/agents/my-agent
964964
scope: Read #optional, OAuth 2.0 scope to request. Required for Microsoft Entra OBO (for example, api://downstream-client-id/.default). Optional for OAuth 2.0 Token Exchange (RFC 8693).
965-
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 5000.
965+
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
966966
----
967967

968968
Using Microsoft Entra ID On-Behalf-Of:
@@ -976,7 +976,7 @@ authentication:
976976
clientId: clientId
977977
clientSecret: clientSecret
978978
scope: api://downstream-client-id/.default
979-
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 5000.
979+
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
980980
----
981981

982982
[[exchange-json-file-element]]

0 commit comments

Comments
 (0)