Issue:
The webview display the steps in the microsoft domain but the redirection to my server fails.
Is there kind of limitation with Messenger WebView ? Is there a Best Practice to sign-in throught Messenger ?
EDIT:
The code is located in a Node-RED node. The redirect is a standard Node-RED (aka ExpressJS) end point The card construction relies on Microsoft Bot Builder v3.0
When building a Sign-In Card with Microsoft Graph authentication you have to add two platforms: - Web Platform - Native Platform
Set the Callback URL to the Web Platform and leave native platform as is with no custom redirection.
It should now works with Messenger App and Web App