Remove classic Microsoft authentication implementation (#276787)

* Initial plan

* Remove classic Microsoft authentication implementation

Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>

* Remove classic implementation

* extra space

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: TylerLeonhardt <2644648+TylerLeonhardt@users.noreply.github.com>
Co-authored-by: Tyler Leonhardt <tyleonha@microsoft.com>
This commit is contained in:
Copilot
2025-11-11 23:18:53 +00:00
committed by GitHub
parent 96ede6b3ec
commit c6464f84b9
8 changed files with 115 additions and 1308 deletions

View File

@@ -43,17 +43,6 @@ export class MicrosoftAuthenticationTelemetryReporter implements IExperimentatio
this._telemetryReporter.sendTelemetryEvent('activatingmsalnobroker');
}
sendActivatedWithClassicImplementationEvent(reason: 'setting' | 'web'): void {
/* __GDPR__
"activatingClassic" : {
"owner": "TylerLeonhardt",
"comment": "Used to determine how often users use the classic login flow.",
"reason": { "classification": "SystemMetaData", "purpose": "FeatureInsight", "comment": "Why classic was used" }
}
*/
this._telemetryReporter.sendTelemetryEvent('activatingClassic', { reason });
}
sendLoginEvent(scopes: readonly string[]): void {
/* __GDPR__
"login" : {