No description
Find a file
Pedro Igor 78ba7d4a38 Do not allow removing username and email from user profile configuration
Closes #25147

Signed-off-by: Pedro Igor <pigor.craveiro@gmail.com>
2023-12-11 08:30:28 +01:00
.github [enhancement] pr-backport.sh - make it more understandable when using gh and git (#25411) 2023-12-08 16:33:40 +00:00
.idea
.mvn
adapters SAML ECP does not work on the latest WF/EAP8 2023-11-16 21:17:19 +01:00
authz
boms
common Delete Profile.Feature.MAP_STORAGE 2023-11-30 13:04:39 +01:00
core Do not allow removing username and email from user profile configuration 2023-12-11 08:30:28 +01:00
crypto
dependencies
distribution Add Galleon layer metadata to the SAML Galleon feature-pack 2023-11-22 10:56:27 +01:00
docs doc: adding a note about removing the (#25436) 2023-12-08 17:47:33 +01:00
examples
federation Fixes for LDAP group membership and search in chunks 2023-12-08 17:55:17 +01:00
integration Unable to use < as part of a password (admin-cli) (#24939) 2023-12-06 17:27:44 +01:00
js Do not allow removing username and email from user profile configuration 2023-12-11 08:30:28 +01:00
misc
model Avoid logged warning about objects not present in the cache for tasks (#25324) 2023-12-08 13:10:14 +01:00
operator fix: use name to find the admin secret (#25362) 2023-12-08 15:14:09 +01:00
quarkus Ignore Health and Metrics artifacts (#22438) 2023-12-08 16:57:12 +00:00
rest Add options to change behavior on how unmanaged attributes are managed 2023-11-30 06:58:21 -03:00
saml-core Allow automatic download of SAML certificates in the identity provider 2023-11-29 18:03:31 +01:00
saml-core-api
server-spi Add options to change behavior on how unmanaged attributes are managed 2023-11-30 06:58:21 -03:00
server-spi-private Fixes for LDAP group membership and search in chunks 2023-12-08 17:55:17 +01:00
services Do not allow removing username and email from user profile configuration 2023-12-11 08:30:28 +01:00
testsuite Do not allow removing username and email from user profile configuration 2023-12-11 08:30:28 +01:00
themes Improved credential select form accessibility 2023-12-08 17:42:47 +01:00
util
.gitattributes
.gitignore SAML ECP does not work on the latest WF/EAP8 2023-11-16 21:17:19 +01:00
.gitleaks.toml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Upgrade Infinispan to 14.0.21.Final 2023-12-05 13:20:55 +01:00
PR-CHECKLIST.md
README.md
set-version.sh

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 have 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. 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/kc.[sh|bat] start-dev

Alternatively, you can use the Docker image by running:

docker run quay.io/keycloak/keycloak start-dev

For more details refer to the Keycloak Documentation.

Building from Source

To build from source, refer to the building and working with the code base guide.

Testing

To run tests, refer to the running tests guide.

Writing Tests

To write tests, refer to the writing tests guide.

Contributing

Before contributing to Keycloak, please read our contributing guidelines.

Other Keycloak Projects

License