Skip to content

Commit f725668

Browse files
authored
Update authentication-scenarios.md
1 parent cd9cd14 commit f725668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory/develop/authentication-scenarios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Depending on how your client is built, it can use one (or several) of the authen
8383
|[Authorization code flow](v2-oauth2-auth-code-flow.md) | | x | x | x | x|
8484
|[Implicit flow](v2-oauth2-implicit-grant-flow.md) | | x | x | | |
8585
|[Hybrid OIDC flow](v2-protocols-oidc.md#get-access-tokens)| | x | | | x |
86-
|[Refresh token redemption](v2-oauth2-auth-code-flow.md#refreshing-the-access-tokens) | refresh token | x | x | x| |
86+
|[Refresh token redemption](v2-oauth2-auth-code-flow.md#refresh-the-access-token) | refresh token | x | x | x| |
8787
|[On-behalf-of flow](v2-oauth2-on-behalf-of-flow.md) | access token| x| x| x| |
8888
|[Client credentials](v2-oauth2-client-creds-grant-flow.md) | | | x (app-only)| | |
8989

0 commit comments

Comments
 (0)