UNCLASSIFIED

README.md 1.53 KB
Newer Older
sean.melissari's avatar
sean.melissari committed
1
# Keycloak (Opensource) 9.0.3
Humberto Ojeda's avatar
Humberto Ojeda committed
2

sean.melissari's avatar
sean.melissari committed
3
This is derived from https://hub.docker.com/layers/jboss/keycloak/9.0.3/images/sha256-e327b52ed4dbdb1875250d6eaed803d7a5453d0ca3e8f2a35b662499293d684c
Humberto Ojeda's avatar
Humberto Ojeda committed
4

sean.melissari's avatar
sean.melissari committed
5
More information: https://github.com/keycloak/keycloak-containers/blob/9.0.3
Humberto Ojeda's avatar
Humberto Ojeda committed
6 7 8
## 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


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

sean.melissari's avatar
sean.melissari committed
35
## [Keycloak Public Repo](https://github.com/keycloak/keycloak)