You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Being able to send the sku (MsIdWeb) and version in requests to EVO so that we can measure the usage of Microsoft.Identity.Web and proactively contact 1P.
when MSAL makes a call is it initiated by Microsoft.Identity.Web ?
when Wilson makes a call, is it initiated by Microsoft.Identity.Web?
Today:
MSAL.NET will send x-client-sku: MSAL.NetCore (and x-client-ver the version)
ASP.NET Core will send x-client-sku: ID_NETSTANDARD2.0 (and x-client-ver the version)
We don't want to lose this information.
Therefore, given that Microsoft.Identity.Web acts as an orchestrator, the best is, as @jennyf19 suggested a few weeks ago, to add other properties in addition to the ones we have already.
x-client-orch: ID_WEB
x-client-orch-ver: (Microsoft.Identity.Web version from the assembly).
The text was updated successfully, but these errors were encountered:
we can change ID_NETSTANDARD_2 into ID_NETSTANDARD_2_IDWEB
but we cannot add-up IDWEB to the MSAL.NET sku.
Henrik suggested using the telemetry blob, but they are for APIs, not for SKUs, and they would require surfacing something in the MSAL.NET API anyway, which I don't want to do
Is your feature request related to a problem? Please describe.
Being able to send the sku (MsIdWeb) and version in requests to EVO so that we can measure the usage of Microsoft.Identity.Web and proactively contact 1P.
cc: @henrik-me
We want to know:
Today:
We don't want to lose this information.
Therefore, given that Microsoft.Identity.Web acts as an orchestrator, the best is, as @jennyf19 suggested a few weeks ago, to add other properties in addition to the ones we have already.
x-client-orch: ID_WEB
x-client-orch-ver: (Microsoft.Identity.Web version from the assembly).
The text was updated successfully, but these errors were encountered: