AI-100 · Question #144
You plan to implement a bot that will require user authentication. You need to recommend a secure solution that provides encryption for the authentication of the bot. Which two security solutions…
The correct answer is B. JSON Web Token (JWT) E. SSL/TLS. Your bot communicates with the Bot Connector service using HTTP over a secured channel JSON Web Tokens are used to encode tokens that are sent to and from the bot. https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-
Question
You plan to implement a bot that will require user authentication. You need to recommend a secure solution that provides encryption for the authentication of the bot. Which two security solutions should you include in the recommendation? Each correct answer presents a complete solution. NOTE: Each correct selection is worth one point.
Options
- ANTLM
- BJSON Web Token (JWT)
- CAPI keys
- Dsmart cards
- ESSL/TLS
How the community answered
(25 responses)- A4% (1)
- B76% (19)
- C12% (3)
- D8% (2)
Explanation
Your bot communicates with the Bot Connector service using HTTP over a secured channel JSON Web Tokens are used to encode tokens that are sent to and from the bot. https://docs.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-
Topics
Community Discussion
No community discussion yet for this question.