Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Release 3.0.12

Latest
Compare
Choose a tag to compare
@lovemaths lovemaths released this 27 Feb 23:47
· 29 commits to master since this release
1a99c94

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.