jennyf19

Results 34 issues of jennyf19

**Why?** We want clients to call Microsoft Graph with Pop + server nonce etc ... and, really override all the possible authentication options when using the Graph SDK. **What?** Provide...

## Why? ITokenAcquirer can support any token type. There are really 2 token types, which are then organized in the protocols bearer Pop, with 2 flavors: MsAuth1.0ATPop (which Bogdan names...

enhancement

…quest Paused until this work in MSAL.NET is released: https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3598 https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3598 **PR is not complete** - just an example of what we need.

## Why? With certificateless coming only on Azure when MSI is available, we need a way to express a priority order to express confidential client application client credentials (and later...

from @onovotny and copied from https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/issues/240 In the Microsoft.Identity.Web library, the system should automatically clear (`RejectPrincipal()`) the auth cookie if the corresponding account entry is missing from the token cache....

documentation
enhancement
web app

**Why?** EnablePiiLogging and RedirectUri are not present in [AuthenticationOptions.cs](https://github.com/AzureAD/microsoft-identity-web/blob/rel/v2/src/Microsoft.Identity.Web.TokenAcquisition.Abstractions/ApplicationOptions/AuthenticationOptions.cs) in Microsoft.Identity.Web.TokenAcquisitionAbstraction, wheres they were present in `MicrosoftIdentityOptions`. We want to replace, in the new DevEx, the `MicrosoftIdentityOptions` by [MicrosoftAuthenticationOptions.cs](https://github.com/AzureAD/microsoft-identity-web/blob/rel/v2/src/Microsoft.Identity.Web.TokenAcquisition.Abstractions/ApplicationOptions/MicrosoftAuthenticationOptions.cs) **What?**...

fixed
relv2

I think the scheme needs to match the clientId

This is to start the discussion around these two classes.