AzureAD / microsoft-authentication-library-common-for-android

Common code used by both the Active Directory Authentication Library (ADAL) and the Microsoft Authentication Library (MSAL)
MIT License
41 stars 35 forks source link

Update logging of CommandParameters #2398

Closed SammyO closed 5 months ago

SammyO commented 6 months ago
SammyO commented 6 months ago

If username under SignInStartCommandParameters, userattributes under SignUpStartCommandParameters are not sensitive info under allowPii=true mode, and challengeTypes can be logged under allowPii=false mode, then I am fine with the PR and have double checked the logging.

Good points.