Keycloak

Open-source projects categorized as Keycloak

Top 23 Keycloak Open-Source Projects

  • Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  • Project mention: Securing Vue Apps with Keycloak | dev.to | 2024-04-03

    In this article we'll be using Keycloak to secure a Vue.js Web application. We're going to leverage oidc-client-ts to integrate OIDC authentication with the Vue app. The oidc-client-ts package is a well-maintained and used library. It provides a lot of utilities for building out a fully production app.

  • SuperTokens Community

    Open source alternative to Auth0 / Firebase Auth / AWS Cognito

  • Project mention: Ask HN: Simple Auth for Website | news.ycombinator.com | 2024-04-23

    I get what you are trying to do, but it feels a bit insecure. Why not use an OSS passwordless project like https://github.com/supertokens/supertokens-core/ or https://github.com/teamhanko/hanko

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • Documize

    Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS (by documize)

  • Project mention: Looking for collaboration platform (preferably open source, alternative to Confluence) | /r/selfhosted | 2023-05-06

    You could try Documize https://github.com/documize/community

  • keycloakify

    πŸ” Create Keycloak themes using React

  • sirix

    SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.

  • Project mention: Show HN: Integer Map Data Structure | news.ycombinator.com | 2024-01-24

    We're using a similar trie structure as the main document (node) index in SirixDB[1]. Lately, I got some inspiration for different page-sizes based on the ART and HAMT basically for the rightmost inner pages (as the node-IDs are generated by a simple sequence generator and thus also all inner pages (we call them IndirectPage) except for the rightmost are fully occupied (the tree height is adapted dynamically depending on the size of the stored data. Currently, always 1024 references are stored to indirect child pages, but I'll experiment with smaller sized, as the inner nodes are simply copied for each new revision, whereas the leaf pages storing the actual data are versioned themselfes with a novel sliding snapshot algorithm.

    You can simply compute from a unique nodeId each data is assigned (64bit) the page and reference to traverse on each level in the trie through some bit shifting.

    [1] https://github.com/sirixdb/sirix

  • testcontainers-spring-boot

    Container auto-configurations for Spring Boot based integration tests

  • keycloak-config-cli

    Import YAML/JSON-formatted configuration files into Keycloak - Configuration as Code for Keycloak.

  • Project mention: Beyond the login page | dev.to | 2023-11-29

    Most of the time nowadays, I prefer offloading this to an identity provider, using OpenID Connect or soon Federated Credential Management (FedCM), even if that means shipping an identity provider as part of the deliverables (I generally go with Keycloak, with keycloak-config-cli to provision its configuration). I'm obviously biased though as I work in IT services, developping software mainly for intranets/extranets, and companies now increasingly have their own identity providers or at a minimum have that in their roadmap. So YMMV.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • helm-charts

    A curated set of Helm charts brought to you by codecentric (by codecentric)

  • terraform-provider-keycloak

    Terraform provider for Keycloak

  • Project mention: Keycloak – Open-Source Identity and Access Management Interview | news.ycombinator.com | 2023-06-18

    The Terraform provider[1] unfortunately is 3rd party and as such doesn't bring and guarantees of correctness other than that of the maintainer. It would be nice to see Keycloak provide an official solution for configuration management other than the K8s operator which is missing a lot of features.

    [1] https://github.com/mrparkers/terraform-provider-keycloak

  • yas

    YAS: Yet Another Shop, a sample microservices project in Java

  • serendipity

    Serendipity is an open-source Customer Engagement Platform. (by Robinyo)

  • codever

    Bookmarks, Snippets and Notes Manager for Developers & Co (website)

  • keycloak-authorization-services-dotnet

    Authentication and Authorization with Keycloak and ASP.NET Core πŸ”

  • operator

    🧊 Glasskube Apps Operator (by glasskube)

  • Project mention: πŸ”₯Matomo 5 UPGRADE - A step-by-step GUIDE 🀌 | dev.to | 2024-01-04

    But Upgrading Matomo - especially in a containerized environment - can be quite challenging. We recently implemented Matomo 5 support into Glasskube and are happy to share our learnings.

  • nest-keycloak-connect

    keycloak-nodejs-connect module for Nest

  • keycloak-restrict-client-auth

    A Keycloak authenticator to restrict authorization on clients

  • spring-boot-web-application-sample

    Real World Spring Boot Web Application Example with tons of ready to use features

  • keycloak-extensions-demo

    Demos, examples and playground for Keycloak extensions, providers, SPI implementations, etc.

  • Project mention: Keycloack with Mysql as user database | /r/KeyCloak | 2023-07-07
  • AspNetCore-keycloak

    Authorization with AspNetCore and Keycloak

  • keycloak-home-idp-discovery

    Keycloak: Home IdP Discovery - discover home identity provider or realm by email domain

  • keycloak-radius-plugin

    Make the radius server as part of keycloak SSO

  • Project mention: Reverse proxy with RADIUS credential forwarding? | /r/selfhosted | 2023-05-02

    I haven't used Keycloak radius plugin but seems like it is active on github. Keycloak works with a lot of reverse proxies including traefik, caddy, and nginx.

  • scim-for-keycloak

    a third party module that extends keycloak by SCIM functionality

  • keycloak-on-aws

    This is a solution for deploying Keycloak to AWS with high availability.

  • Project mention: Keycloak on AWS with private ec2 | /r/KeyCloak | 2023-06-07

    So my question is, I can utilize keycloak from private ec2? Of course I need to configure public subnet with NAT Gateway to have access to Internet as explained in this schema https://github.com/aws-samples/keycloak-on-aws without Application Load Balancer or I need to use ALB?

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Keycloak related posts

Index

What are some of the best open-source Keycloak projects? This list will help you:

Project Stars
1 Keycloak 19,857
2 SuperTokens Community 11,898
3 Documize 2,065
4 keycloakify 1,256
5 sirix 1,083
6 testcontainers-spring-boot 829
7 keycloak-config-cli 671
8 helm-charts 596
9 terraform-provider-keycloak 577
10 yas 395
11 serendipity 373
12 codever 349
13 keycloak-authorization-services-dotnet 318
14 operator 302
15 nest-keycloak-connect 292
16 keycloak-restrict-client-auth 256
17 spring-boot-web-application-sample 254
18 keycloak-extensions-demo 246
19 AspNetCore-keycloak 213
20 keycloak-home-idp-discovery 205
21 keycloak-radius-plugin 179
22 scim-for-keycloak 177
23 keycloak-on-aws 169

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com