Open MV10 opened 4 years ago
Migrated comment by Damien Sawyer on 2018-04-26 4:23:43 AM
Another fantastic post. I agree with your comment - "this is another failing of the 'convention over configuration' and 'it just works' mentalities driving recent ASP.NET development". I honestly was starting to wonder if I was the only person who had an issue with this!!
Migrated comment by MV10 on 2018-04-26 5:31:31 AM
I was rather appalled when I first encountered the concept of "convention over configuration" -- and realized it was a real thing. Lately it feels more like "undocumented convention over configuration"!
Migrated comment by SaddleBear on 2019-12-06 3:55:56 PM
Thanks Jon, this saved me tons of time.
Migrated comment by MV10 on 2019-12-07 7:33:27 AM
Glad to help. My Identity Server articles and StackOverflow answers get a huge amount of traffic, it's a great system but it can take awhile to learn your way around.
Migrated comment by ClubberLang on 2019-12-27 6:16:58 AM
Hi there,
I tried your suggestion, but maybe there is something I don't understand ?
I have put all the details here : https://stackoverflow.com/q...
Unfortunately, when I'm back on my page, it log-in automatically, can't find why !
I'm looking for a solution since more than a week now, but no way :-(
Any idea of the issue ? or suggestion ?
Thanks a lot :-D
Migrated comment by MV10 on 2019-12-27 10:44:05 AM
I replied on SO, but generally the problem with Blazor is that you don't have an active HttpContext most of the time. I don't use client-side (wasm) Blazor at all, but I have fully-working OIDC on IDS4 with Blazor server-side.
Written on 2018-01-26 10:39:20 AM
URL: https://mcguirev10.com/2018/01/26/signoutasync-and-identity-server-cookies.html