Skip to content

Commit d4cfea3

Browse files
Merge pull request #232447 from cynthn/patch-60
[Doc-a-thon] /active-directory/develop/active-directory-v2-protocols
2 parents 6a0b66a + 28381a7 commit d4cfea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/active-directory-v2-protocols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The endpoint URIs for your app are generated automatically when you register or
6363

6464
Two commonly used endpoints are the [authorization endpoint](v2-oauth2-auth-code-flow.md#request-an-authorization-code) and [token endpoint](v2-oauth2-auth-code-flow.md#redeem-a-code-for-an-access-token). Here are examples of the `authorize` and `token` endpoints:
6565

66-
```Bash
66+
```
6767
# Authorization endpoint - used by client to obtain authorization from the resource owner.
6868
https://login.microsoftonline.com/<issuer>/oauth2/v2.0/authorize
6969
# Token endpoint - used by client to exchange an authorization grant or refresh token for an access token.

0 commit comments

Comments
 (0)