omon77
omon77
Using the code from comments to wire up MyCustomAttribute which derives from AuthorizeAttribute, results in error: **InvalidOperationException: Unable to resolve service for type 'System.Func`2[System.Collections.Generic.IEnumerable`1[MyCustomAttribute],System.Collections.Generic.IEnumerable`1[System.String]]' while attempting to activate 'Swashbuckle.AspNetCore.Filters.SecurityRequirementsOperationFilter`1[MyCustomAttribute]'.** ```csharp...
**v0.25.53** **VS code - Deployment Pane - Copy/Paste doesn't work on Windows machine** Using Deployment Pane feature of Bicep extension for VS code, copy/paste context menu doesn't copy data into...
I am not sure if there is a gap in migration guide or the functionality hasn't been worked on yet, but I am trying to figure out what is the...
When no `DisplayName` or `Display(Name=` attribute present on property, would it be possible to return Humanized property name? Library: https://github.com/Humanizr/Humanizer I.e. `"DateCreated".Humanize(LetterCasing.Title) => "Date Created"`
Application logout doesn't support automatic redirect post signout, which Duende added a while back
### Describe the bug When application logs out, the application stays on STS's logged out page. Duende added support for redirecting the application to the configured/specified url a while back....
While using Oracle.ManagedDataAccess.Core v23.5.1 and v23.6.0 (not sure about prior versions), and wiring up OpenTelemetry via Oracle Data Provider Instrumentation, setting EnableSqlIdTracing to `true` ``` tracing.AddOracleDataProviderInstrumentation(opt => { opt.EnableSqlIdTracing =...
This PR adds support for auto-redirecting the user after signing out of STS, if the client has PostLogoutRedirectUri configured. Resolves issue #226 .
Duende.IdentityServer transitioned from full MVC to Razor Pages with v6.0.0 back in 2021. Would be great to have the STS project caught up as well as it will align with...
Duende released v7.4.* of IdentityServer, that is also targeting .NET10. Retarget + update dependencies. There might be breaking changes...