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

AuthenticationContext(...) adds an enable_pii flag #124

Merged
merged 1 commit into from
Mar 2, 2018
Merged

Conversation

rayluo
Copy link
Collaborator

@rayluo rayluo commented Mar 2, 2018

This PR adds an booolean enable_pii flag for previous PR #111, therefore resolves #114.

If you want to have Personally Identifiable Information (PII) included in log, you just add one more optional parameter to the AuthenticationContext(...):

ac = AuthenticationContext(..., enable_pii=True)
ac.acquire_token...(...)

@rayluo rayluo requested a review from yugangw-msft March 2, 2018 18:12
@rayluo rayluo merged commit f8fd8ef into dev Mar 2, 2018
@rayluo rayluo mentioned this pull request Mar 7, 2018
@rayluo rayluo deleted the pii-switch branch May 10, 2018 18:48
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

can't find a way to set enable_pii to True
2 participants