Now for the final part of the Quest for Identity posts, how to configure an API to work with Identity Server 4. RESTful Service configuration Firstly let's create a new ASP.Net Web application project within our solution. Make sure
.Net Core 2
HttpClients with Proxies in .Net Core 2
One of my biggest day to day problems is dealing with a corporate proxy. Especially with .Net Core 2 which is not completely configurable from the appsettings.json file yet. This post is about how to configure your application to
Speech to Text Service Comparisons
The last week or so I've been exploring the pros and cons of three Speech to Text services. Bing Speech, IBM Watson and AWS Transcribe using a .Net Core 2.0 backend and an Angular 6 client. These are my
The Quest for Identity : Part 1
I wanted to explore the concept of identity, authentication and authorisation in more detail after I acquired some hands-on experience with Identity Server 3 on my last project. This post is about my findings along the way and hopefully the