-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EnableSupportLogging (Allow extraction of all MSAL logs) #34072
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Milestone
Comments
scottaddie
added
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
labels
Mar 16, 2023
|
Example enabling Pii logging: https://learn.microsoft.com/en-us/azure/active-directory/develop/msal-logging-java#personal-and-organization-information |
joshfree
changed the title
Allow extraction of all MSAL logs from Azure Identity library
EnableSupportLogging (Allow extraction of all MSAL logs)
Jul 17, 2023
billwert
added a commit
to billwert/azure-sdk-for-java
that referenced
this issue
Jul 26, 2023
This enables users to turn on support logging for MSAL4j. Fixes Azure#34072
billwert
added a commit
that referenced
this issue
Jul 28, 2023
* Add EnableSupportLogging feature This enables users to turn on support logging for MSAL4j. Fixes #34072 * pr feedback * fix test mocks * remove en-us from learn.microsoft.com URLs.
github-project-automation
bot
moved this from In Progress
to Done
in Azure Identity SDK Improvements
Jul 28, 2023
This was referenced Aug 3, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
Azure.Identity
Client
This issue points to a problem in the data-plane of the library.
feature-request
This issue requires a new behavior in the product in order be resolved.
Context:
When customers encounter bugs in MSAL, the MSAL team needs detailed logs to diagnose the issue. The Azure Identity library doesn't have a provision to extract all these logs. In particular, we need verbose logs with PII information. For context, MSAL exposes 2 knobs for logging:
The request is to allow app developers using the Azure Identity library to collect Verbose + PII logs from MSAL, on request, which are sometimes needed for supportability. The Azure Identity library exposes some knobs already, but there's no alignment over PII.
The text was updated successfully, but these errors were encountered: