Skip to content

Commit eb7b15f

Browse files
committed
Update authentication options in af-project-files.adoc to include 'in-task-authorization-code' and 'oauth2-obo' types. Expanded the description of the 'spec.authentication.kind' property to reflect these additions.
1 parent 5b7f720 commit eb7b15f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ The `connections` element has these properties.
779779
|`spec` |Connection specification. Properties vary by connection kind. |Object |Object with spec properties (See <<spec-section,Spec>>) |Yes
780780
|`spec.url` |The URL for the connection endpoint. |String |Valid URL string |Yes (for agent and llm), No (for mcp)
781781
|`spec.authentication` |Authentication configuration for the connection. |Object |Authentication object (See <<authentication-types,Authentication types>>) |No
782-
|`spec.authentication.kind` |The type of authentication. |String |`basic`, `oauth2-client-credentials`, `apikey-client-credentials`, `apiKey` |Yes (when authentication is specified)
782+
|`spec.authentication.kind` |The type of authentication. |String |`basic`, `oauth2-client-credentials`, `apikey-client-credentials`, `apiKey`, `in-task-authorization-code`, and `oauth2-obo` |Yes (when authentication is specified)
783783
|`spec.authentication.username` |The username for basic authentication. |String |Any string value |Yes (for basic auth)
784784
|`spec.authentication.password` |The password for basic authentication. |String |Any string value |Yes (for basic auth)
785785
|`spec.authentication.headerName` |The name of the header in which to set the key. If not specified, 'Authorization' is set by default. |String |Any string value |No

0 commit comments

Comments
 (0)