Skip to content

Commit 35533df

Browse files
authored
Update how-to-generate-auth-token.md
1 parent 45753b5 commit 35533df

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/energy-data-services/how-to-generate-auth-token.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -153,11 +153,12 @@ The first step to get an access token for many OpenID Connect (OIDC) and OAuth 2
153153

154154
7. Keep this `authorization-code` handy for future use.
155155

156-
|Parameter| Description|
157-
| --- | --- |
158-
|code|The authorization code that the app requested. The app can use the authorization code to request an access token for the target resource. Authorization codes are short lived. Typically, they expire after about 10 minutes.|
159-
|state|If a state parameter is included in the request, the same value should appear in the response. The app should verify that the state values in the request and response are identical. This check helps to detect [CSRF attacks](https://tools.ietf.org/html/rfc6749#section-10.12) against the client.|
160-
|session_state|A unique value that identifies the current user session. This value is a GUID, but it should be treated as an opaque value that's passed without examination.|
156+
|Parameter| Description|
157+
| --- | --- |
158+
|code|The authorization code that the app requested. The app can use the authorization code to request an access token for the target resource. Authorization codes are short
159+
lived. Typically, they expire after about 10 minutes.|
160+
|state|If a state parameter is included in the request, the same value should appear in the response. The app should verify that the state values in the request and response are identical. This check helps to detect [CSRF attacks](https://tools.ietf.org/html/rfc6749#section-10.12) against the client.|
161+
|session_state|A unique value that identifies the current user session. This value is a GUID, but it should be treated as an opaque value that's passed without examination.|
161162

162163
> [!WARNING]
163164
> Running the URL in Postman won't work because it requires extra configuration for token retrieval.

0 commit comments

Comments
 (0)