{"id":15410571,"url":"https://github.com/damienbod/keycloak-backchannel","last_synced_at":"2025-04-19T03:12:23.280Z","repository":{"id":255465044,"uuid":"849852763","full_name":"damienbod/keycloak-backchannel","owner":"damienbod","description":"ASP.NET Core OpenID Connect OAuth PAR client with Keycloak using .NET Aspire","archived":false,"fork":false,"pushed_at":"2025-01-01T23:10:47.000Z","size":2247,"stargazers_count":21,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-16T03:55:33.765Z","etag":null,"topics":["aspire","aspnetcore","container","dotnet","keycloak","oauth","openid-connect","par"],"latest_commit_sha":null,"homepage":"https://damienbod.com/2024/09/02/implement-asp-net-core-openid-connect-oauth-par-client-with-keycloak-using-net-aspire/","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","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":"AuditTrail/AuditTrail.csproj","citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-08-30T11:32:30.000Z","updated_at":"2025-04-11T20:08:44.000Z","dependencies_parsed_at":"2025-01-02T00:29:33.980Z","dependency_job_id":null,"html_url":"https://github.com/damienbod/keycloak-backchannel","commit_stats":{"total_commits":59,"total_committers":1,"mean_commits":59.0,"dds":0.0,"last_synced_commit":"88821c6554b41af887d21b8613f53f49c818c533"},"previous_names":["damienbod/keycloak-backchannel"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2Fkeycloak-backchannel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2Fkeycloak-backchannel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2Fkeycloak-backchannel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/damienbod%2Fkeycloak-backchannel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/damienbod","download_url":"https://codeload.github.com/damienbod/keycloak-backchannel/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249598182,"owners_count":21297464,"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":["aspire","aspnetcore","container","dotnet","keycloak","oauth","openid-connect","par"],"created_at":"2024-10-01T16:45:04.171Z","updated_at":"2025-04-19T03:12:23.253Z","avatar_url":"https://github.com/damienbod.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## .NET Aspire with Keycloak and OpenID Connect, OAuth clients\n\n[![.NET](https://github.com/damienbod/keycloak-backchannel/actions/workflows/dotnet.yml/badge.svg)](https://github.com/damienbod/keycloak-backchannel/actions/workflows/dotnet.yml)\n\n[Implement ASP.NET Core OpenID Connect OAuth PAR client with Keycloak using .NET Aspire](https://damienbod.com/2024/09/02/implement-asp-net-core-openid-connect-oauth-par-client-with-keycloak-using-net-aspire/)\n\n![Overview](https://github.com/damienbod/keycloak-backchannel/blob/main/images/oauth-par-keycloak_01.png)\n\n[Implement OpenID Connect Back-Channel Logout using ASP.NET Core, Keycloak and .NET Aspire](https://damienbod.com/2024/09/09/implement-openid-connect-back-channel-logout-using-asp-net-core-keycloak-and-net-aspire/)\n\n![Overview](https://github.com/damienbod/keycloak-backchannel/blob/main/images/back-channel-keycloak_01.png)\n\n[Using Elasticsearch with .NET Aspire](https://damienbod.com/2024/09/16/using-elasticsearch-with-net-aspire/)\n\n![Overview](https://github.com/damienbod/keycloak-backchannel/blob/main/images/aspire-elastic.png)\n\n## History\n\n- 2024-11-12 .NET 9\n- 2024-10-20 Updated packages, Aspire .NET 9\n- 2024-10-12 Updated packages\n- 2024-09-16 Updated clients\n\n## Links\n\nhttps://learn.microsoft.com/en-us/dotnet/aspire/whats-new/dotnet-aspire-9-release-candidate-1\n\nhttps://learn.microsoft.com/en-us/dotnet/aspire/\n\nhttps://www.keycloak.org/\n\nhttps://www.keycloak.org/server/features\n\nhttps://github.com/NikiforovAll/keycloak-authorization-services-dotnet\n\nhttps://openid.net/specs/openid-connect-backchannel-1_0.html\n\nhttps://www.docker.com/products/docker-desktop/\n\nhttps://www.youtube.com/watch?v=_aCuwWiKncY\n\nhttps://github.com/dotnet/aspire-samples/tree/main/samples\n\nhttps://github.com/dotnet/aspire-samples/blob/b741f5e78a86539bc9ab12cd7f4a5afea7aa54c4/samples/Keycloak/Keycloak.AppHost/HostingExtensions.cs\n\nhttps://github.com/dotnet/aspire/discussions/5497\n\nhttps://learn.microsoft.com/en-us/dotnet/aspire/caching/stackexchange-redis-integration?tabs=dotnet-cli\u0026pivots=redis\n\nhttps://github.com/RedisInsight/RedisInsight\n\nhttps://www.nutfieldsecurity.com/posts/Implement-SSO-With-Keycloak\n\nhttps://datatracker.ietf.org/doc/html/rfc9449\n\nhttps://learn.microsoft.com/en-us/dotnet/aspire/search/elasticsearch-integration\n\nhttps://www.elastic.co/guide/en/elasticsearch/reference/current/docker.html","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Fkeycloak-backchannel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdamienbod%2Fkeycloak-backchannel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdamienbod%2Fkeycloak-backchannel/lists"}