I am currently working on integrating Azure AD authentication with PVA chatbot and need help with setting up the authentication flow. Here's what I am aiming to achieve: - The user initiates the sign-in process via the PVA bot. - The bot directs the user to a Microsoft sign-in page where they should only need to enter their email address. - After the email is entered, Azure AD should send an MFA code to the user's phone. - The user then enters the MFA code received on their phone to complete the authentication process. I want to configure this flow entirely through Azure settings without the need for manual HTTP request actions in PVA. Ideally, this process should leverage the standard OAuth2 Authorization Code Flow. So far, my PVA bot seems to be triggering a Device Code Flow instead, where it presents a code to the user to be entered back into the chat window. I saw old guide on how to set up authorization code View solution in original post
but was wondering if in newer version I can use just Azure AD.