From 149e5c885f83e99312a42534e1c04979668808d3 Mon Sep 17 00:00:00 2001 From: "evan.rush" Date: Tue, 24 Mar 2020 13:57:44 +0000 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index b8797b5..ecbe3d1 100644 --- a/README.md +++ b/README.md @@ -6,3 +6,30 @@ More information: https://github.com/keycloak/keycloak-containers/blob/8.0.1 ## Running the container In order to run the container, enter the following command: `podman run -d -p 8080:8080 . Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html. + + +# 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 + +* [Documentation](https://www.keycloak.org/documentation.html) +* [User Mailing List](https://groups.google.com/d/forum/keycloak-user) - Mailing list for help and general questions about Keycloak +* [JIRA](https://issues.jboss.org/projects/KEYCLOAK) - Issue tracker for bugs and feature requests + + +## Reporting Security Vulnerabilities + +If you've found a security vulnerability, please look at the [instructions on how to properly report it](http://www.keycloak.org/security.html) + + +## Reporting an issue + +If you believe you have discovered a defect in Keycloak please open an issue in our [Issue Tracker](https://issues.jboss.org/projects/KEYCLOAK). +Please remember to provide a good summary, description as well as steps to reproduce the issue. + +## [Keycloak Public Repo](https://github.com/keycloak/keycloak) \ No newline at end of file -- GitLab