nerdexam
Microsoft

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-

Design AI solutions

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)
  • A
    4% (1)
  • B
    76% (19)
  • C
    12% (3)
  • D
    8% (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

#bot authentication#JWT#SSL/TLS#encryption

Community Discussion

No community discussion yet for this question.

Full AI-100 Practice