このソリューションは、サンプル コード (GitHub で公開) を使用して開発されました --> https://github.com/AzureAD/passport-azure-ad/tree/master/examples/login-oidc-b2c
Passport-azure-ad (Node JS Web App --> https://azure.microsoft.com/en-us/documentation/articles/active-directory-b2c-devquickstarts-web-node/ ) でサインインしたい場合)、Node JS 出力 (端末上) は次のように述べています。
WARN: AzureAD: OIDC Passport Strategy/14580 on Llorenç-PC: We are not validating the issuer. This is fine if you are expecting multiple organizations to connect to your app. Otherwise you should validate the issuer
.
どうすれば修正できますか?
一方、ユーザー配列のユーザー情報/クレームを取得するにはどうすればよいでしょうか?
var users = []; //Array of Users (app.js)