I am going to use LUIS service in my application. How can I provide secure authentication to my account? I want to make sure that nobody uses my subscription key to make own calls. I have LUIS app id and LUIS subscription key. Thank you in advance.
First make sure that the Microsoft account you use to sign in to LUIS is secure (I recommend enabling 2 factor authentication enabled). Second, make sure that nobody sees the URL you are using (like in a demo session, or hard coding it in your code)