Skip to content

Commit 8b742d8

Browse files
committed
format
1 parent 5f048d2 commit 8b742d8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

specification/draft/enterprise-managed-authorization.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ Pragma: no-cache
181181
}
182182
```
183183

184-
| Parameter | Required/Optional | Description | Example/Allowed Values |
185-
| ------------------- | ----------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- |
186-
| `issued_token_type` | REQUIRED | Indicates the type of token issued. | `urn:ietf:params:oauth:token-type:id-jag` |
184+
| Parameter | Required/Optional | Description | Example/Allowed Values |
185+
| ------------------- | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -------------------------------------------------- |
186+
| `issued_token_type` | REQUIRED | Indicates the type of token issued. | `urn:ietf:params:oauth:token-type:id-jag` |
187187
| `access_token` | REQUIRED | The Identity Assertion JWT Authorization Grant. (Note: Token Exchange requires the `access_token` response parameter for historical reasons, not an OAuth access token.) | (JWT string) |
188-
| `token_type` | REQUIRED | The token type. | `N_A` (because this is not an OAuth access token.) |
189-
| `scope` | OPTIONAL/REQUIRED | OPTIONAL if the scope of the issued token is identical to the requested; otherwise REQUIRED. May be fewer scopes than requested. | `scope1 scope2` |
190-
| `expires_in` | RECOMMENDED | The lifetime in seconds of the authorization grant. | `3600` |
188+
| `token_type` | REQUIRED | The token type. | `N_A` (because this is not an OAuth access token.) |
189+
| `scope` | OPTIONAL/REQUIRED | OPTIONAL if the scope of the issued token is identical to the requested; otherwise REQUIRED. May be fewer scopes than requested. | `scope1 scope2` |
190+
| `expires_in` | RECOMMENDED | The lifetime in seconds of the authorization grant. | `3600` |
191191

192192
#### 4.2.1 Error Response
193193

0 commit comments

Comments
 (0)