Michael Mitchell-Halter

Results 11 issues of Michael Mitchell-Halter

## Purpose * Configure paths to work correctly with `net6.0`. This resolves [issue 580](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/issues/580) ## Does this introduce a breaking change? ``` [ ] Yes [x] No ``` ## Pull...

## Purpose * To update the sample to be compatible with net6.0 and resolve [issue 581](https://github.com/Azure-Samples/active-directory-aspnetcore-webapp-openidconnect-v2/issues/581) ## Does this introduce a breaking change? ``` [ ] Yes [X] No ```...

## Purpose * Removes the consent banner and updates the copyright year to 2022. * Consent banner contained dead link to a `Privacy` page that did not exist in the...

## Purpose * ... ## Does this introduce a breaking change? ``` [ ] Yes [X] No ``` ## Pull Request Type What kind of change does this Pull Request...

## Purpose * This is meant to update the current `own-api` sample to distinguish between user and application provided tokens. * A sample app was added similar to the [ctive-directory-aspnetcore-webapp-openidconnect-v2...

## Purpose * Use dependency injection pattern * Use `Options` pattern to deal with `appsettings.json` configuration instead of original `AuthenticationConfig.cs` class * Include sample unit tests with mocks ## Does...

…r nonce. ## Purpose * To add disclaimer concerning **nonce** not being implemented in the server. * Preview of what people navigating to the GitHub page will see is below....

**Is your feature request related to a problem? Please describe.** I'm trying to create testing scenarios using **MSAL** and [Playwright](https://playwright.dev/dotnet/) for E2E testing. I'm able to bypass discovery if I...

bug
external:msal

## Purpose * Add BASHER to sample 2 ## Does this introduce a breaking change? ``` [ ] Yes [x] No ``` ## Pull Request Type What kind of change...

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]. When using the [RequiredScopeOrAppPermission](https://github.com/AzureAD/microsoft-identity-web/blob/f2bb617b262d6beebab5e06fdeed14b042dbc8d7/src/Microsoft.Identity.Web/Policy/RequiredScopeOrAppPermissionAttribute.cs)...

enhancement
Feature Request