DEV Community

Discussion on: Setting up an Authorization Server with OpenIddict - Part II - Create ASPNET project

Collapse
 
codingsoldiers profile image
codingsoldiers

Robin, Thank you for such great content explaining the implementation of OpenIddict. This would be the most detailed tutorial I have been able to find, but I am struggling with how to roll out my implementation using ASP.NET Identity. How does the application flow in the situation where users use the Identity Register/Login Pages to gain access to backend services. Being fairly new to OpenIddict, I see a lot of areas where things just don't make sense and I have a desire to understand. Thank you for any additional information you can provide. Take Care and Have a Great Day.

Charles