Skip to content
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

[Bug] WAM error logs from Runtime are duplicated in Interactive calls #4353

Closed
gladjohn opened this issue Sep 19, 2023 · 0 comments · Fixed by #4354
Closed

[Bug] WAM error logs from Runtime are duplicated in Interactive calls #4353

gladjohn opened this issue Sep 19, 2023 · 0 comments · Fixed by #4354

Comments

@gladjohn
Copy link
Contributor

Library version used

4.54.1

.NET version

.NET 6

Scenario

PublicClient - desktop app

Is this a new or an existing app?

This is a new app or experiment

Issue description and reproduction steps

WAM Runtime with Logging Enabled, MSAL Runtime logs are duplicated

sample :

LogTelemetryData:340 Key: is_successful, Value: true
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: is_successful, Value: true
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: authorization_type, Value: CompleteBrokerResult
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: authorization_type, Value: CompleteBrokerResult
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: api_error_context, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: api_error_context, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: transfer_token_error, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: transfer_token_error, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: server_suberror_code, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:340 Key: server_suberror_code, Value: PII logging enabled on client.
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:345 Printing Execution Flow:
MSAL Log True MSAL 4.51.0.0 MSAL.Desktop 4.8 or later Windows 10 Enterprise [2023-09-18 22:08:45Z] [MSAL:0002] INFO LogTelemetryData:345 Printing Execution Flow:

Relevant code snippets

No response

Expected behavior

No response

Identity provider

Microsoft Entra ID (Work and School accounts and Personal Microsoft accounts)

Regression

No response

Solution and workarounds

No response

@gladjohn gladjohn added untriaged Do not delete. Needed for Automation needs attention Delete label after triage bug P2 scenario:Desktop public-client and removed untriaged Do not delete. Needed for Automation needs attention Delete label after triage labels Sep 19, 2023
@pmaytak pmaytak added this to the 4.57.0 milestone Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants