AdditionalAuthorizationParameters in ASP.NET Core 9
In ASP.NET Core 9, a new feature called AdditionalAuthorizationParameters allows you to customize OAuth and OpenID Connect (OIDC) flows more quickly. This new feature allows developers to add custom authentication parameters without needing to rely on the complex workarounds that existed before ASP.NET Core 9 was released. Sounds familiar? Then you’re going to like this! […]
AdditionalAuthorizationParameters in ASP.NET Core 9 Read More »