IdentityServer: How to pass custom parameters to Login Page?
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 ...
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 ...
Sometimes it is required to obtain your currently active Azure Token. The very convenient way is to use following AZ command: az account get-access-token --query accessToken ...
Following image shows most hot Azure Services, which have been updated in since April 2019 to November 2019. Personally, I find even more intersting the overall ...
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 ...
When working with build pipelines, you might sometimes want to include your local nuget packages into the build process. To do this, you will typically create ...