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
C#
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
Azure Face API
As promised, I've converted the quick training code I created in the CodeIT 2018 Hackathon into a console application. The code can be found here. There are three key parts to the training process: * Creating a people group * Adding people
CodeIT 18 Hackathon
Yesterday I was introduced to the world of Hackathons through Civica Digital's CodeIT18 event in Bristol. Teamed up with David Banks and Matthew Cantilion we had a pretty well rounded full stack team, even if it was our first time
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