Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Backchannel SignOut using IdentyServer4 and Asp.net Core 2.0 example?

I am able to successfully use the Front Channel sign out with IdentityServer4 and Asp.net Core 2.0. Easy enough setting up the FrontChannelLogoutUri for the Client (in IDS4) and pointing it at the ".../signout-oidc" URI. As I understand it, the signout-oidc URI is provided by the Authentication code in Asp.net Core 2.0.

Does anyone have a working example of how the Back channel sign out would be used instead? I see the IDS4 client settings have a BackChannelLogoutUri option, but which URI should it point to? I also see the OpenIdConnect middleware in Asp.net Core 2.0 has some optiojns for backchannel. Do I need to set those up?

I haven't been able to find any sample code on IDS4 GitHub repo or even Microsoft's aspnet GitHub repo.

Any help, especially a working example in a GitHub repo, would be greatly appreciated!

Thank you!.

like image 598
MaxT Avatar asked Jan 29 '26 23:01

MaxT


1 Answers

Answer is here on GitHub Issue. No plans for this in Asp.net Core 2.0 or 2.1.

like image 127
MaxT Avatar answered Feb 03 '26 08:02

MaxT



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!