Kévin Chalet

Results 270 comments of Kévin Chalet

It's not clear to me why you'd want to use ISO 8601 here (it's purely a GUI thing, so there's no interop/round-trip concern in that case). @Piedone I'm not even...

> Don't be confused by the format string here: Haha, yeah, I definitely got confused: it's indeed only used for the `datetime` attribute of the `` node, for which an...

Hey @ravindUwU, > Could OpenIddict set response status codes this way 🤔? I wish it was that easy but that method has unfortunately a downside: it would become a lot...

Thanks a lot for that great repro, @ravindUwU! I played with it extensively and came to the same conclusion as you: the information I was looking for doesn't seem to...

@rajeshgithub001 hey. If you're interested in contributing, you'll need to ping the ASP.NET folks and ask them if they'd accept a PR to fix the issue. More info here: https://github.com/dotnet/aspnetcore/issues/60659#issuecomment-3242513194.

> It seems, though, that for Asp.Net there is It's actually by design: unlike ASP.NET Core Identity, ASP.NET Identity uses the `Claim.Issuer` property of the name claim. Since both IdentityModel...

I believe the problem is right here: https://github.com/novotnyllc/MSBuildSdkExtras/blob/b58e1d25b530e02ce4d1b937ccf99082019cdc47/Source/MSBuild.Sdk.Extras/Build/Inference.targets#L55 That check only uses the first digit of the extracted version to determine whether the target framework might be a .NET (Core)...

> (represented as a new JsonWebKeySetUri property allowing to retrieve the JWKS document dynamically, using HTTP/HTTPS). Note that we may also want to combine that with https://github.com/openiddict/openiddict-core/issues/2400 to avoid hardcoding...

Hi, Support is reserved to sponsors and contributors. For more information on how to sponsor the project on GitHub, visit https://github.com/sponsors/kevinchalet. Hope to see you on board soon!

Ah, that changes things drastically 🤣 > However, we are looking for a solution to implement directly in a Blazor Server application within the Razor pages, we are particularly interested...