Skip to content

Commit 95aca70

Browse files
committed
Refine OAuth2 authentication property descriptions in af-project-files.adoc for clarity. Updated examples for 'scopes', 'secondaryAuthProvider', and 'tokenAudience' to enhance understanding and consistency.
1 parent 152c4aa commit 95aca70

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,12 +1008,12 @@ The `in-task-authorization-code` authentication has these properties.
10081008
|`kind` |Authentication type. |String |`in-task-authorization-code` |Yes
10091009
|`authorizationEndpoint` |OAuth2 authorization endpoint URL. Used to generate the authentication challenge. |String |Valid URL |Yes
10101010
|`tokenEndpoint` |OAuth2 token endpoint URL. Used to generate the authentication challenge. |String |Valid URL |Yes
1011-
|`scopes` |OAuth2 scopes required for step-up authentication. |String |Space- or comma-separated scope list (e.g. `openid profile email`) |Yes
1011+
|`scopes` |OAuth2 scopes required for step-up authentication. |String |Space- or comma-separated scope list (for example, `openid profile email`) |Yes
10121012
|`redirectUri` |OAuth2 redirect URI the client uses in the authorization flow. |String |Valid URI |Yes
1013-
|`secondaryAuthProvider` |Name of the IdP (e.g. `okta`, `auth0`). Informational only, for the authentication card. |String |Any string |No
1013+
|`secondaryAuthProvider` |Name of the IdP (for example, `okta`, `auth0`). Informational only, for the authentication card. |String |Any string |No
10141014
|`responseType` |OAuth2 response type. |String |Typically `code`. Default: `code` |No
10151015
|`codeChallengeMethod` |PKCE code challenge method. |String |Typically `S256`. Default: `S256` |No
1016-
|`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
10171017
|`bodyEncoding` |Encoding for the token request body. |String |`form`, `json`. Default: `form` |No
10181018
|`tokenTimeout` |Timeout in seconds for token requests. |Integer |Positive integer. Default: 300 |No
10191019
|`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.
10621062
|Parameter |Description |Type |Valid Values |Required
10631063

10641064
|`kind` |Authentication type. |String |`oauth2-obo` |Yes
1065-
|`flow` |Token exchange flow type. |String |`oauth2-token-exchange` (RFC 8693), `microsoft-entra-obo` |Yes
1065+
|`flow` |Token exchange flow type. |String |`oauth2-token-exchange`, `microsoft-entra-obo` |Yes
10661066
|`clientId` |OAuth2 client ID for token exchange. |String |Any string |Yes
10671067
|`clientSecret` |OAuth2 client secret for token exchange. |String |Any string |Yes
10681068
|`tokenEndpoint` |OAuth2 token endpoint URL for token exchange. |String |Valid URL |Yes

0 commit comments

Comments
 (0)