Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/v4sdk/bot-builder-authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ Once you finish, you will have a bot running locally that can respond to a few s

| Sample | BotBuilder version | Demonstrates |
|:---|:---:|:---|
| **Bot authentication** in [**CSharp**][cs-auth-sample] or [**JavaScript**][js-auth-sample] or [**Python**][python-auth-sample] | v4 | OAuthCard support |
| **Bot authentication MSGraph** in [**CSharp**][cs-msgraph-sample] or [**JavaScript**][js-msgraph-sample] or [**Python**](https://aka.ms/bot-auth-msgraph-python-sample-code)| v4 | Microsoft Graph API support with OAuth 2 |
| **Bot authentication** in [**C#**][cs-auth-sample] or [**JavaScript**][js-auth-sample] or [**Python**][python-auth-sample] | v4 | OAuthCard support |
| **Bot authentication MSGraph** in [**C#**][cs-msgraph-sample] or [**JavaScript**][js-msgraph-sample] or [**Python**](https://aka.ms/bot-auth-msgraph-python-sample-code)| v4 | Microsoft Graph API support with OAuth 2 |

## Create your bot resource on Azure

Expand Down