Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

damienbod/AspNetCoreBackChannelLogout

Repository files navigation

ASP.NET Core OpenID Connect Back-Channel Logout for Hybrid Clients

.NET

Blogs

Database Setup

The Secure Token Service is setup using Duende IdentityServer with Identity and Microsoft SQL Server. Change the connection string and initialize the database using EF Core migrations.

dotnet ef migrations add initSts -c ApplicationDbContext
dotnet ef migrations add initPersistedGrant -c PersistedGrantDbContext
dotnet ef database update -c ApplicationDbContext
dotnet ef database update -c PersistedGrantDbContext

History

  • 2025年09月01日 Updated packages
  • 2025年06月03日 Updated .NET 9
  • 2024年11月03日 Updated packages
  • 2024年08月29日 Updated .NET 8, Duende IDP
  • 2021年02月02日 Updated .NET 5, IdentityServer4
  • 2019年02月24日 Updated npm packages, removing obsolete APIs
  • 2019年02月07日 Added Standalone application example using Azure Key Vault
  • 2018年12月26日 Adding ARM template to set key vault secrets
  • 2018年12月23日 Adding Key Vault to the MvcHybridBackChannel project
  • 2018年12月18日 Added Azure Redis Cache, support for multi instance OIDC backchannel logout
  • 2018年11月22日 Updated, Nuget packages, npm packages, Logout controller

Links

https://openid.net/specs/openid-connect-backchannel-1_0.html

https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/SessionManagement

https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v6/SessionManagement

https://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v5/Basics/MvcBackChannelLogout

http://docs.identityserver.io/en/release/topics/signout.html

https://medium.com/@robert.broeckelmann/openid-connect-logout-eccc73df758f

https://medium.com/@piraveenaparalogarajah/openid-connect-back-channel-logout-1-0-fe1f90c83fe5

https://ldapwiki.com/wiki/OpenID%20Connect%20Back-Channel%20Logout

https://datatracker.ietf.org/meeting/97/materials/slides-97-secevent-oidc-logout-01

AltStyle によって変換されたページ (->オリジナル) /