signin/verifyState is not invoked after notifySuccess
问题 notifySuccess doesn't fire signin/veriyState event. My TeamsMessagingExtensionQuery handler returns something like this: ... return { composeExtension: { type: "auth", suggestedActions: { actions: [ { type: "openUrl", value: "https://something.com/login/", title: "Sign in to this app" } ] } } } as MessagingExtensionResponse; ... This response shows the searchCmd extension with a sign-in message correctly. On clicking the sign-in, the prompt shows the login page correctly as well, according to