Popularity
9.7
Stable
Activity
10.0
Growing
19,762
375
6,227

Description

Open Source Identity and Access Management for modern Applications and Services.

For more information about Keycloak visit Keycloak homepage and Keycloak blog.

Code Quality Rank: L2
Programming language: Java
License: Apache License 2.0
Tags: Security    
Latest version: v10.0.2

Keycloak alternatives and similar libraries

Based on the "Security" category.
Alternatively, view Keycloak alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Keycloak or a related project?

Add another 'Security' Library

README

Keycloak

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.

Help and Documentation

Reporting Security Vulnerabilities

If you've found a security vulnerability, please look at the instructions on how to properly report it

Reporting an issue

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.

Getting started

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.

Building from Source

To build from source, refer to the [building and working with the code base](docs/building.md) guide.

Testing

To run tests, refer to the [running tests](docs/tests.md) guide.

Writing Tests

To write tests, refer to the [writing tests](docs/tests-development.md) guide.

Contributing

Before contributing to Keycloak, please read our [contributing guidelines](CONTRIBUTING.md).

Other Keycloak Projects

License


*Note that all licence references and agreements mentioned in the Keycloak README section above are relevant to that project's source code only.