Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freistli committed Sep 23, 2022
1 parent e02d8e2 commit e7d3805
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

Bot Framework v4 bot authentication sample, multiple turns prompts working in WebBot channel, Teams Channel, Bot Emulator.

Cert Bot Auth logics are in https://github.com/freistli/CertAuthJSBot/blob/main/MyServiceClientCredentialsFactory.js, to verify claims from clients check https://github.com/freistli/CertAuthJSBot/blob/main/MyBotFrameworkAuthentication.js
Cert Bot Auth logics are in https://github.com/freistli/CertAuthJSBot/blob/main/MyServiceClientCredentialsFactory.js,

![image](https://user-images.githubusercontent.com/8623897/191971918-745654a9-e8a8-4d1d-b36e-90a16e5778de.png)


To verify claims from clients check https://github.com/freistli/CertAuthJSBot/blob/main/MyBotFrameworkAuthentication.js


![image](https://user-images.githubusercontent.com/8623897/191972014-1add3a7e-646f-4981-90c2-e79b549e979c.png)


The bot app use Certificate to do Bot App Auth. The test certificate can be self-signed. To create self-signed certificate:

Expand All @@ -19,6 +28,9 @@ Don'f forget to upload the self signed certificate to the AAD registered app.

This bot has been created using [Bot Framework](https://dev.botframework.com), it shows how to use authentication in your bot using OAuth too. To set it up, check https://github.com/microsoft/BotBuilder-Samples/tree/main/samples/javascript_nodejs/46.teams-auth

![image](https://user-images.githubusercontent.com/8623897/191971634-92383393-96f8-400c-ac87-991d4d34f00d.png)


The sample uses the bot authentication capabilities in [Azure Bot Service](https://docs.botframework.com), providing features to make it easier to develop a bot that authenticates users to various identity providers such as Azure AD (Azure Active Directory), GitHub, Uber, etc.


Expand Down

0 comments on commit e7d3805

Please sign in to comment.