Chris Ross

Results 470 comments of Chris Ross

This was a bug fix, per spec urls are allowed to be case sensitive so the original casing is preserved in the url.

https://github.com/dotnet/systemweb-adapters/issues/284#issuecomment-1423310311 - customer report of this issue using .NET 6.

Reviving this. While we don't intend to deprecate AddMicrosoftAccount or add AddMicrosoftAccountOidc in 6.0, we still want to transition the docs to show using AddOpenIdConnect (or Identity.Web) instead. @blowdart The...

@jennyf19 for guidance on moving to Identity.Web.

Thanks @jennyf19. There are a few details to work out: - These social providers aren't usually set as the default scheme, Identity is. We'll want the first sample to show...

@blowdart for the prioritization discussion. Since this is doc focused it's not on a strict release deadline, but we'd like to get it done in the .NET 6 time frame...

> I created an aspnetcore 3.1 project template with `--auth SingleOrg`. I followed this [doc](https://docs.microsoft.com/en-us/aspnet/core/security/authentication/social/microsoft-logins?view=aspnetcore-3.1), plus this [GitHub issue](https://github.com/aspnet/Security/issues/1369) to get things to work. Ok, I think this is the...

Something like the IIS configuration manager? Or as a web application that runs as part of the proxy?

This is related to https://github.com/microsoft/reverse-proxy/issues/123 (a status dashboard) but adds the requirement for changing and storing the configuration. This will depended heavily on where your routes are defined. E.g. We...

The deprecated values will be removed by https://github.com/Azure/azure-cli-extensions/pull/9265. The e2e test failures are due to an update azure-cli version, not this PR.