MV10 / mv10.github.io

McGuireV10's personal blog
MIT License
4 stars 2 forks source link

SignOutAsync and Identity Server Cookies #9

Open MV10 opened 4 years ago

MV10 commented 4 years ago

Written on 2018-01-26 10:39:20 AM

URL: https://mcguirev10.com/2018/01/26/signoutasync-and-identity-server-cookies.html

MV10 commented 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!!

MV10 commented 4 years ago

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"!

MV10 commented 4 years ago

Migrated comment by SaddleBear on 2019-12-06 3:55:56 PM

Thanks Jon, this saved me tons of time.

MV10 commented 4 years ago

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.

MV10 commented 4 years ago

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

MV10 commented 4 years ago

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.