aspnet / AspNetKatana

Microsoft's OWIN implementation, the Katana project
Apache License 2.0
967 stars 333 forks source link

OpenIDConnect Authorization Code Flow - redeems token on IIS express but not local IIS - C# asp.net #438

Closed cjmak closed 2 years ago

cjmak commented 2 years ago

relates to this issue on SO: https://stackoverflow.com/questions/70813536/why-is-the-authorization-code-not-automatically-redeeming-automatic-code-rede

It's possible I have something misconfigured but I find that with IIS Express OWIN attempts to redeem the token. With Local IIS it doesn't. I guess this could be an issue with IIS but i'm not sure where to look.

Any thoughts?

Tratcher commented 2 years ago

Answered on SO.