Skip to content

Commit a9cad27

Browse files
committed
edit pass: v1-oauth2-on-behalf-of-flow
1 parent d57c212 commit a9cad27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/v1-oauth2-on-behalf-of-flow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,9 +282,9 @@ The response contains a SAML token encoded in UTF8 and Base64url.
282282
- ext_expires_in: 0
283283
- expires_on: 1529627844
284284
- resource: `https://api.contoso.com`
285-
- access_token: <SAML assertion>
285+
- access_token: \<SAML assertion\>
286286
- issued_token_type: urn:ietf:params:oauth:token-type:saml2
287-
- refresh_token: <Refresh token>
287+
- refresh_token: \<Refresh token\>
288288

289289
## Client limitations
290290

0 commit comments

Comments
 (0)