We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57c212 commit a9cad27Copy full SHA for a9cad27
articles/active-directory/develop/v1-oauth2-on-behalf-of-flow.md
@@ -282,9 +282,9 @@ The response contains a SAML token encoded in UTF8 and Base64url.
282
- ext_expires_in: 0
283
- expires_on: 1529627844
284
- resource: `https://api.contoso.com`
285
-- access_token: <SAML assertion>
+- access_token: \<SAML assertion\>
286
- issued_token_type: urn:ietf:params:oauth:token-type:saml2
287
-- refresh_token: <Refresh token>
+- refresh_token: \<Refresh token\>
288
289
## Client limitations
290
0 commit comments