keycloak

面向现代应用和服务的开源身份和访问管理。「Open Source Identity and Access Management For Modern Applications and Services」

Github stars Tracking Chart

Keycloak

Keycloak 是一个面向现代应用和服务的开源身份和访问管理解决方案。

该资源库包含 Keycloak 服务器、Java 适配器和 JavaScript 适配器的源代码。

帮助和文档

报告安全漏洞

如果你发现了一个安全漏洞,请看一下如何正确报告的说明

报告问题

如果您认为您在 Keycloak 中发现了一个缺陷,请在我们的问题追踪器中打开一个问题。请记得提供一个良好的摘要、描述以及重现问题的步骤。

如何开始

要运行 Keycloak,请从我们的网站下载发行版。解压并运行。

bin/standalone.[sh|bat]

或者,你也可以通过运行 Docker 映像来使用:

docker run jboss/keycloak

更多细节请参考 Keycloak 文档

从源代码构建

要从源码构建,请参考代码库构建和工作指南

测试

要运行测试,请参考运行测试指南。

编写测试

要编写测试,请参考编写测试指南。

贡献

在向 Keycloak 投稿之前,请阅读我们的投稿指南

其他 Keycloak 项目

许可证


(The first version translated by vz on 2020.10.13)

Overview

Name With Ownerkeycloak/keycloak
Primary LanguageJava
Program languageHTML (Language Count: 13)
PlatformBSD, Cross-platform, Docker, Kubernetes, Linux, Mac, Solaris, Unix-like, Windows
License:Apache License 2.0
Release Count217
Last Release Namenightly (Posted on )
First Release Name1.0-alpha-1-12062013 (Posted on 2013-12-06 09:42:07)
Created At2013-07-02 13:38:51
Pushed At2024-03-26 14:34:47
Last Commit At
Stargazers Count19.5k
Watchers Count378
Fork Count6.2k
Commits Count24.5k
Has Issues Enabled
Issues Count9299
Issue Open Count1740
Pull Requests Count12386
Pull Requests Open Count198
Pull Requests Close Count2356
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private

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 in our Issue Tracker.
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/standalone.[sh
To the top