I believe have nearly duplicated the example in the Quick start section.
I configure my example to points to my identity server which is implemented using IdentityServer4
When I run the application it redirects me to my login page.
I log in and it redirect back to my callback and finally display the content with in my
With Fiddler enabled, I see that the follow calls are executing
../connect/checksession
../connect/authorize?client_id=..
../.well-known/openid-configuration
This loop occurs about 100 times and then aborts.
I must be missing subtle import step.
Anthony