You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine OAuth2 authentication property descriptions in af-project-files.adoc for clarity. Updated examples for 'scopes', 'secondaryAuthProvider', and 'tokenAudience' to enhance understanding and consistency.
|`tokenAudience` |Intended recipient of the token (e.g. agent or API URL). |String |Any string |No
1016
+
|`tokenAudience` |Intended recipient of the token (for example, `agent1` or API URL). |String |Any string |No
1017
1017
|`bodyEncoding` |Encoding for the token request body. |String |`form`, `json`. Default: `form` |No
1018
1018
|`tokenTimeout` |Timeout in seconds for token requests. |Integer |Positive integer. Default: 300 |No
1019
1019
|`challengeResponseStatusCode` |HTTP status code returned for auth-required challenge responses. Typically 200 for JSON-RPC compatibility. |Integer |HTTP status code. Default: 200 |No
@@ -1062,7 +1062,7 @@ The `oauth2-obo` authentication has these properties.
0 commit comments