How to exclude authentication on a controller in ASP.NET Core?
Imageine you have an application with enabled authentication. Most easier way to enable AAD in your application is using a connected service. Once you activate the ...
Imageine you have an application with enabled authentication. Most easier way to enable AAD in your application is using a connected service. Once you activate the ...
It is a common in enterprise projects, to build components that require a security context. For example, your component Device implements an interface IDevice, which defines ...
When working with Identity Server, more sophisticated applications usually require specific context in the process of generating of the token. For example, imagine the user wants ...
I stumbled about a strange behaviour on ASP.NET MVC REST API. I send an HTTP request using PostMan with a large file (form-data). Basically it's ...
ML.NET is a great approach to democratize Machine Learning technology. But, if you want to publish your ASP.NET Core application, which holds a dependency ...