Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Keycloak | 17,472 | 215 | 371 | an hour ago | 120 | July 18, 2023 | 1,984 | apache-2.0 | Java | |
Open Source Identity and Access Management For Modern Applications and Services | ||||||||||
Aspnetcore.identity.mongodbcore | 192 | 6 | 4 | a year ago | 16 | October 13, 2021 | 6 | mit | C# | |
A MongoDb UserStore and RoleStore adapter for Microsoft.AspNetCore.Identity 2.2. Allows you to use MongoDb instead of SQL server with Microsoft.AspNetCore.Identity 2.2. (not Identity 3.0) | ||||||||||
Picketlink | 90 | 103 | 29 | 4 years ago | 96 | June 30, 2018 | other | Java | ||
PicketLink is a security framework for securing Java EE applications. | ||||||||||
Smartwallet App | 74 | 6 months ago | 12 | other | TypeScript | |||||
A decentralized self sovereign identity solution developed by Jolocom. | ||||||||||
Identity Api | 70 | 9 years ago | JavaScript | |||||||
Identity Apps | 63 | 2 | 6 hours ago | 1,949 | November 30, 2022 | 20 | apache-2.0 | TypeScript | ||
Abingo | 52 | 13 years ago | mit | Ruby | ||||||
Fork of A/Bingo plugin for Rails. | ||||||||||
Connector Sdk | 50 | 4 months ago | 13 | apache-2.0 | Java | |||||
Google Cloud Search Connector SDK | ||||||||||
Docker Simplesamlphp | 47 | a month ago | 1 | mit | PHP | |||||
Dockerized plug and play SAML 2.0 Identity Provider (IdP) for development and testing. | ||||||||||
Named_seeds | 44 | 9 | 7 years ago | 12 | December 22, 2016 | 1 | mit | Ruby | ||
:id::seedling::seedling: Replace ActiveRecord Fixtures With #{YourFactories} |
Keycloak is an Open Source Identity and Access Management solution for modern Applications and Services.
This repository contains the source code for the Keycloak Server, Java adapters and the JavaScript adapter.
If you have found a security vulnerability, please look at the instructions on how to properly report it.
If you believe you have discovered a defect in Keycloak, please open an issue. Please remember to provide a good summary, description as well as steps to reproduce the issue.
To run Keycloak, download the distribution from our website. Unzip and run:
bin/kc.[sh|bat] start-dev
Alternatively, you can use the Docker image by running:
docker run quay.io/keycloak/keycloak start-dev
For more details refer to the Keycloak Documentation.
To build from source, refer to the building and working with the code base guide.
To run tests, refer to the running tests guide.
To write tests, refer to the writing tests guide.
Before contributing to Keycloak, please read our contributing guidelines.