Peter

Results 29 issues of Peter

### Task type Best practices ### Description Need to update the threading analyzers to match best practices. https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/index.md - Update VSTHR* rules in the editor config: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/ab797510ce4ffa7438254a5ca4e5dd87fe54f29f/.editorconfig#L201-L244 - Remove this...

internal
QM

After MSAL 4.61.0 is released which removes net6.0-windows target, update the WAM and embedded browser usage guidance in the docs: - https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/using-web-browsers#browser-availability - https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/desktop-mobile/wam#package-availability I would probably still mention net6-windows...

Add to the OBO page - To not use common and org endpoints. - How to get a tenant ID from the user assertion. > Correct pattern is: > >...

- Update [this section](https://learn.microsoft.com/en-us/entra/msal/dotnet/acquiring-tokens/web-apps-apis/on-behalf-of-flow#practical-usage-of-obo-in-an-aspnet--aspnet-core-application), which says to use `AcquireTokenSilent` in a web API (incorrect) to use `AcquireTokenOnBehalfOf`. - Add a link to [WWW-Authenticate parameters page](https://learn.microsoft.com/en-us/entra/msal/dotnet/advanced/extract-authentication-parameters) or merge them, as there's...

- Add `` - Resolve the issues - fix or suppress. - Rules: https://github.com/microsoft/vs-threading/blob/main/doc/analyzers/index.md - This project **doesn't** treat warnings as errors. So any default rule severety of warning should...

fundamentals

Currently when the token is being parsed, the string values are saved into string properties and into a Dictionary. - Leverage the underlying UTF8 bytes to return Span when property...