Skip to content

Commit 35dce8d

Browse files
authored
fixing final break
1 parent f3fca18 commit 35dce8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/v2-oauth2-client-creds-grant-flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ After you've received a successful response from the app provisioning endpoint,
141141

142142
After you've acquired the necessary authorization for your application, proceed with acquiring access tokens for APIs. To get a token by using the client credentials grant, send a POST request to the `/token` Microsoft identity platform. There are a few different cases:
143143

144-
- [Access token request with a shared secret](#first-case-access-token-request-with-shared_secret)
144+
- [Access token request with a shared secret](#first-case-access-token-request-with-a-shared-secret)
145145
- [Access token request with a certificate](#second-case-access-token-request-with-a-certificate)
146146
- [Access token request with a federated credential](#third-case-access-token-request-with-a-federated-credential)
147147

0 commit comments

Comments
 (0)