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
Identity Server 4
The Quest for Identity : Part 2 - Angular Client
The quest continues, this time to get an Angular client authenticated against our Identity server. First of all, let's get a basic Angular app going: $ ng new AngClient --routing -prefix ac --skip-install $ cd AngClient $ yarn or npm install With that,
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