简体   繁体   中英

IdentityServer v3 not returning from Authorize endpoint

So switching machines for work from a windows 7 box to a windows 10. The main application is a set of web sites that use IdentityServer3. When I go to any of the non-authenticated pages, they load fine. But if I navigate to one that needs the user to be logged in, the page just spins. If I trigger an IIS reset, it appears the page was hung on the Authorize endpoint.

So the application works fine on the windows 7 box, so I am working on the assumption something is misconfigured on the windows 10 box. I am not seeing anything in my logs and the logs on identity server look pretty clean. Is there an easy way to debug the authorize endpoint to spot where it is hanging?

Turns out it was a bad connection string to the database. Nothing in the logs, but this what it ended up being.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM