Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DotNet] Add Bot Authentication Certificate sample bot #415

Closed
wants to merge 4 commits into from

Conversation

JhontSouth
Copy link

#minor

Description

This PR adds a new sample for csharp_dotnetcore that shows how to authenticate the Azure bot through Certificate.

Proposed Changes

  • Added the new sample bot-authentication-certificate.
  • Added a simple bot conversation to validate the authentication.
  • Added README file with the instructions and information about the sample.

Testing

This image shows the new bot-authentication-certificate sample working.
image

@JhontSouth JhontSouth force-pushed the southworks/add/net-certificate-sample branch from e88a7fd to 4fda602 Compare October 11, 2023 18:40
Copy link

@ceciliaavila ceciliaavila left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please clean the commit history so the WIP commit is not visible.

Comment on lines 8 to 10
using Microsoft.Bot.Builder.Dialogs;
using Microsoft.Bot.Schema;
using Microsoft.Extensions.Logging;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dialogs and Logging are not necessary.

@JhontSouth JhontSouth force-pushed the southworks/add/net-certificate-sample branch from 4fda602 to 43b580c Compare October 12, 2023 15:45
@JhontSouth
Copy link
Author

Promoted to 3916

@JhontSouth JhontSouth closed this Oct 16, 2023
@JhontSouth JhontSouth deleted the southworks/add/net-certificate-sample branch October 16, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants