OpenIddict (@openiddict) 's Twitter Profile
OpenIddict

@openiddict

Versatile OpenID Connect stack for @dotnet.

ID: 1413140500211638274

linkhttps://openiddict.com/ calendar_today08-07-2021 14:20:07

73 Tweet

216 Followers

0 Following

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

Multiple users reported issues affecting IdentityModel 7.4.0: while OpenIddict 5.3.0 also references this version, it's not affected because the client and validation stacks don't use IdentityModel's OpenIdConnectConfiguration primitive and have their own discovery logic.

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

OpenIddict 5.4.0 just shipped and comes with nice new features, including custom grant types support for the client stack and configurable user code charset/length/display format ✨ #openiddict #aspnet #dotnet github.com/openiddict/ope…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

As part of this release, 5 new web providers have also been added: Atlassian, ClassLink, Clever, Todoist and Wikimedia. Many thanks to Jonathan Law from myBlueprint/SpacesEDU 🚀 for contributing the ClassLink and Clever providers! 👏

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

OpenIddict 5.7.0 just shipped and introduces nice improvements to the client stack (e.g response_mode=fragment and form_post support for desktop applications or the ability to select a specific grant_type/response_type combination dynamically) 🎉 github.com/openiddict/ope…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

Thanks to fantastic contributions from 戈小荷 🎹🌟🐾, Gitee, Huawei, KOOK, Lark/Feishu and Weibo are now supported by the OpenIddict.Client.WebIntegration package 🥰

The .NET Dev (@thedotnetdev) 's Twitter Profile Photo

Read this guide on setting up an authentication server in .NET Core with OpenIddict, covering Password, Refresh Token, and Client Credentials flows. #DEVCommunity #dotNET dev.to/naeemsahil/imp…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

We had to update OpenIddict's LinkedIn integration to react to a breaking change introduced by LinkedIn in their OIDC implementation. Consider migrating to 5.7.1 ASAP if you're using the LinkedIn provider! #openiddict #dotnet #aspnet github.com/openiddict/ope…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

Woooooo, looks like Christmas came early this year: Rock Solid Knowledge just shipped an OpenIddict version of their popular AdminUI product for #Dotnet 🎅🎁 openiddictcomponents.com/articles/hello…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

OpenIddict 6.1 just shipped and includes PAR support. And with 3 new providers, the OpenIddict client now supports 100 web services! #aspnet #dotnet #openiddict github.com/openiddict/ope…

DotNest (@dotnest) 's Twitter Profile Photo

Would a hosted (SaaS) OpenIddict make sense? So, focused on just OpenID, without the rest of Orchard Core, for hosted authentication. @OpenIddict?

Jerrie Pelser (@jerriepelser) 's Twitter Profile Photo

If you're using OpenIddict, have you heard of AdminUI for OpenIddict from the folks at Rock Solid Knowledge? Here is a quick overview of the product: jerriepelser.com/posts/admin-ui…

Kévin Chalet (@kevin_chalet) 's Twitter Profile Photo

OpenIddict's first 7.0 preview comes very early this year: if you're still on ASP․NET Core 2.1 or 2.2, consider moving to 2.3 and give the #openiddict preview a try to ensure the ASP․NET Core 2.1 -> 2.3 migration won't negatively impact you 🤞 #dotnet github.com/openiddict/ope…

Jerrie Pelser (@jerriepelser) 's Twitter Profile Photo

My latest blog post is live, showing how OpenIddict supports Pushed Authorization Requests (PAR). I once again throw AdminUI (from Rock Solid Knowledge) into the mix to help me with configuring my OAuth Client to enable PAR.