Description
Keycloak
Open Source Identity and Access Management
Add authentication to applications and secure services with minimum effort. No need to deal with storing users or authenticating users.
Package source: https://gitlab.com/pg-packages/keycloak-rpm
Installation Instructions
# enable COPR repo
dnf copr enable pgdev/keycloak
# install
dnf install keycloak
# configuration: /usr/share/java/keycloak/conf/keycloak.conf
# cli scripts: /usr/share/java/keycloak/bin/
# production configuration docs: https://www.keycloak.org/server/configuration-production
# service's kc.sh cli flags/arguments can be set by changing KEYCLOAK_OPTS under /etc/sysconfig/keycloak
# any key value pairs defined in /etc/sysconfig/keycloak are exposed as environment variables to the service e.g. setting KC_* environment variables
# enable and start service
systemctl enable --now keycloak.service
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 41 (10 downloads) |
![]() |
aarch64 (0)*, x86_64 (9)* | Fedora 42 (12 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora 43 (10 downloads) |
![]() |
aarch64 (0)*, x86_64 (0)* | Fedora rawhide (7 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable pgdev/keycloak
More info about enabling Copr repositories