keycloak

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

Github星跟蹤圖

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)

概覽

名稱與所有者keycloak/keycloak
主編程語言Java
編程語言HTML (語言數: 13)
平台BSD, Cross-platform, Docker, Kubernetes, Linux, Mac, Solaris, Unix-like, Windows
許可證Apache License 2.0
發布數219
最新版本名稱nightly (發布於 )
第一版名稱1.0-alpha-1-12062013 (發布於 2013-12-06 09:42:07)
創建於2013-07-02 13:38:51
推送於2024-04-30 14:55:25
最后一次提交
星數19.9k
關注者數374
派生數6.3k
提交數24.8k
已啟用問題?
問題數9730
打開的問題數1782
拉請求數12717
打開的拉請求數200
關閉的拉請求數2422
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

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
去到頂部