{"id":15003349,"url":"https://github.com/damienbod/aspnetcorebackchannellogout","last_synced_at":"2025-10-30T11:30:23.870Z","repository":{"id":38435796,"uuid":"153798576","full_name":"damienbod/AspNetCoreBackChannelLogout","owner":"damienbod","description":"ASP.NET Core Back-Channel Logout for Hybrid Clients, Redis, Key Vault, Azure","archived":false,"fork":false,"pushed_at":"2024-11-03T12:45:36.000Z","size":5821,"stargazers_count":21,"open_issues_count":4,"forks_count":6,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-02-02T07:51:15.638Z","etag":null,"topics":["2fa","aspnet-core","azure","back-channel","hybrid-flow","identity","identityserver4","key-vault","logout","ms-sql-server","oidc","redis","totp"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2018/12/18/openid-connect-back-channel-logout-using-azure-redis-cache-and-identityserver4/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/damienbod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-19T14:48:25.000Z","updated_at":"2024-11-08T19:36:33.000Z","dependencies_parsed_at":"2024-09-28T14:41:28.613Z","dependency_job_id":"761c5325-4602-4e1a-ab61-6bbbe0be5d50","html_url":"https://github.com/damienbod/AspNetCoreBackChannelLogout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBackChannelLogout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBackChannelLogout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBackChannelLogout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2FAspNetCoreBackChannelLogout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/AspNetCoreBackChannelLogout/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238955545,"owners_count":19558450,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["2fa","aspnet-core","azure","back-channel","hybrid-flow","identity","identityserver4","key-vault","logout","ms-sql-server","oidc","redis","totp"],"created_at":"2024-09-24T18:58:03.698Z","updated_at":"2025-10-30T11:30:23.864Z","avatar_url":"https://github.com/damienbod.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ASP.NET Core OpenID Connect Back-Channel Logout for Hybrid Clients\r\n\r\n[![.NET](https://github.com/damienbod/AspNetCoreBackChannelLogout/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/AspNetCoreBackChannelLogout/actions/workflows/dotnet.yml)\r\n\r\n## Blogs\r\n\r\n- [OpenID Connect back-channel logout using Azure Redis Cache and IdentityServer4](https://damienbod.com/2018/12/18/openid-connect-back-channel-logout-using-azure-redis-cache-and-identityserver4/)\r\n- [Using Azure Key Vault with ASP.NET Core and Azure App Services](https://damienbod.com/2018/12/23/using-azure-key-vault-with-asp-net-core-and-azure-app-services/)\r\n- [Deploying ASP.NET Core App Services using Azure Key Vault and Azure Resource Manager templates](https://damienbod.com/2019/01/07/deploying-asp-net-core-app-services-using-azure-key-vault-and-azure-resource-manager-templates/)\r\n- [Using Azure Key Vault from a non-Azure App](https://damienbod.com/2019/02/07/using-azure-key-vault-from-an-non-azure-app/)\r\n\r\n## Database Setup\r\n\r\nThe 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. \r\n\r\n```\r\ndotnet ef migrations add initSts -c ApplicationDbContext\r\n\r\ndotnet ef migrations add initPersistedGrant -c PersistedGrantDbContext\r\n\r\ndotnet ef database update -c ApplicationDbContext\r\n\r\ndotnet ef database update -c PersistedGrantDbContext\r\n```\r\n\r\n## History\r\n\r\n- 2025-09-01 Updated packages\r\n- 2025-06-03 Updated .NET 9\r\n- 2024-11-03 Updated packages\r\n- 2024-08-29 Updated .NET 8, Duende IDP\r\n- 2021-02-02 Updated .NET 5, IdentityServer4\r\n- 2019-02-24 Updated npm packages, removing obsolete APIs\r\n- 2019-02-07 Added Standalone application example using Azure Key Vault\r\n- 2018-12-26 Adding ARM template to set key vault secrets\r\n- 2018-12-23 Adding Key Vault to the MvcHybridBackChannel project\r\n- 2018-12-18 Added Azure Redis Cache, support for multi instance OIDC backchannel logout\r\n- 2018-11-22 Updated, Nuget packages, npm packages, Logout controller\r\n\r\n## Links\r\n\r\nhttps://openid.net/specs/openid-connect-backchannel-1_0.html\r\n\r\nhttps://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v7/SessionManagement\r\n\r\nhttps://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v6/SessionManagement\r\n\r\nhttps://github.com/DuendeSoftware/Samples/tree/main/IdentityServer/v5/Basics/MvcBackChannelLogout\r\n\r\nhttp://docs.identityserver.io/en/release/topics/signout.html\r\n\r\nhttps://medium.com/@robert.broeckelmann/openid-connect-logout-eccc73df758f\r\n\r\nhttps://medium.com/@piraveenaparalogarajah/openid-connect-back-channel-logout-1-0-fe1f90c83fe5\r\n\r\nhttps://ldapwiki.com/wiki/OpenID%20Connect%20Back-Channel%20Logout\r\n\r\nhttps://datatracker.ietf.org/meeting/97/materials/slides-97-secevent-oidc-logout-01\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Faspnetcorebackchannellogout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2Faspnetcorebackchannellogout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Faspnetcorebackchannellogout/lists"}