It is quite common that we sometimes need to run the application without all the identity server redirection dance at development time. It is possible to assign common identity to all the users running the application locally as follows.
Create a custom authentication middleware as follows.
Then use the custom authentication middleware in the application startup
Comments