lvde0

Results 6 issues of lvde0

I am using a multi auth scheme in my Blazor application: ```csharp services .AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(options => options.EventsType = typeof(CookieAuthEvents)); services .AddAuthentication() .AddMicrosoftIdentityWebApp( configuration.GetSection("AzureAD"), openIdConnectScheme: OpenIdConnectDefaults.AuthenticationScheme, //https://github.com/AzureAD/microsoft-identity-web/wiki/multiple-authentication-schemes#cookie-schemes cookieScheme: null) .EnableTokenAcquisitionToCallDownstreamApi() .AddMicrosoftGraph(configuration.GetSection("GraphApi"))...

Blazor
multiple auth schemes

### What is the question? Is there any reasonable way of transforming the `exception.message` of an exception record? I have this `ProblemDetails` (RFC 7807) exception that carries its information inside...

question

### Things to check - [X] I have searched the **existing issues** for this bug - [X] To rule out a caching problem I made sure the bug also happens...

`ActivatableType` was introduced to avoid trim warnings. I am targeting Kiota from a .NET 9 project and it seems to resolve the netstandard 2.1 version of the library due to...

### What are you generating using Kiota, clients or plugins? API Client/SDK ### In what context or format are you using Kiota? Nuget tool ### Client library/SDK language Csharp ###...

type:bug
Csharp
Needs: Attention :wave:

### Describe the Problem The nightly YARP image enforces HTTP by setting `ASPNETCORE_URLS=http://+:5000`. See [here](https://github.com/dotnet/dotnet-docker/blob/nightly/src/yarp/2.3/azurelinux-distroless/amd64/Dockerfile). Are there plans to support HTTPS in the future? ### Describe the Solution ### Additional...