I’m configuring my passport/express/node azure app service website for single-tenant azure ad logins. I can sign in successfully on my localhost, but when I publish the site, I get {"code":400,"message":"IDX10205: Issuer validation failed. Issuer: '[PII is hidden]'. Did not match: validationParameters.ValidIssuer: '[PII is hidden]' or validationParameters.ValidIssuers: '[PII is hidden]'."}
I think I need set showPII somewhere to see that PII and diagnose/fix the issue. How can we control this flag in a node azure?