Skip to content

Commit 2697b3a

Browse files
committed
Update timeout values in af-project-files.adoc for OAuth 2.0 token exchange requests from 50000ms to 5000ms to align with default settings.
1 parent eb7b15f commit 2697b3a

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: 50000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
965+
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 5000.
966966
----
967967

968968
Using Microsoft Entra ID On-Behalf-Of:
@@ -972,11 +972,11 @@ Using Microsoft Entra ID On-Behalf-Of:
972972
authentication:
973973
kind: oauth2-obo
974974
flow: microsoft-entra-obo
975-
timeout: 50000 #optional, Timeout for token exchange requests in milliseconds. Default: 10000.
976975
tokenEndpoint: https://oauth.provider.com/token
977976
clientId: clientId
978977
clientSecret: clientSecret
979978
scope: api://downstream-client-id/.default
979+
timeout: 5000 #optional, Timeout for token exchange requests in milliseconds. Default: 5000.
980980
----
981981

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

0 commit comments

Comments
 (0)