Skip to content

Commit b6b79a2

Browse files
authored
Merge pull request #89679 from jmprieur/master
Fixing a typo
2 parents fcfa98c + f5c5e61 commit b6b79a2

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
@@ -65,7 +65,7 @@ Depending on how your client is built, it can use one (or several) of the authen
6565
|-----|----------|----------|--------------|---------------|--------------------|
6666
|[Authorization code flow](v2-oauth2-auth-code-flow.md) | | x | x | x | x|
6767
|[Implicit flow](v2-oauth2-implicit-grant-flow.md) | | x | x | | |
68-
|[Hybrid OIDC flow](v2-protocols-oidc.md#get-access-tokens)| | x | | | | x|
68+
|[Hybrid OIDC flow](v2-protocols-oidc.md#get-access-tokens)| | x | | | x |
6969
|[Refresh token redemption](v2-oauth2-auth-code-flow.md#refresh-the-access-token) | refresh token | x | x | x| |
7070
|[On-behalf-of flow](v2-oauth2-on-behalf-of-flow.md) | access token| x| x| x| |
7171
|[Device code flow](v2-oauth2-device-code.md) | | x| x| x| |

0 commit comments

Comments
 (0)