UNCLASSIFIED

README.md 1.52 KB
Newer Older
Humberto Ojeda's avatar
Humberto Ojeda committed
1 2 3 4 5 6 7 8
# Keycloak (Opensource) 8.0.1

This is derived from https://hub.docker.com/layers/jboss/keycloak/8.0.1/images/sha256-9a91f646de4becefbae9bd3e5e0cd8de21bf17a22055ccabff324798c2be68a0

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 <image name>.  Please see full Keycloak documentation for more information: https://www.keycloak.org/documentation.html.
evan.rush's avatar
evan.rush committed
9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35


# 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)