使用https://learn.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-devquickstarts-node-web我收到此错误: TypeError:redirectUrl 的值无效。URL 必须是有效且为 https://
我的 config.js 包含 redirectUrl: ' http://localhost:3000/ '
使用https://developer.microsoft.com/en-us/graph/quick-start它可以工作。
任何想法?