This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
Breaking change
- Added option 'loggingNoPII' to OIDCStrategy and BearerStrategy per Microsoft policy.
If this is set to true, then Passport-azure-ad won't log anything related to
personal identification information, such as id_token, claims, etc. The default value is true. If you want the full log as before, you
have to explicitly set 'loggingNoPII' to false in the constructor of OIDCStrategy and BearerStrategy.