No description
Find a file
dependabot[bot] 48d6032cb1
Bump cypress from 13.5.1 to 13.6.0 in /js (#24902)
Bumps [cypress](https://github.com/cypress-io/cypress) from 13.5.1 to 13.6.0.
- [Release notes](https://github.com/cypress-io/cypress/releases)
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/cypress/compare/v13.5.1...v13.6.0)

---
updated-dependencies:
- dependency-name: cypress
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-22 09:47:31 +01:00
.github Transient sessions: UX improvements 2023-11-21 08:31:56 +01:00
.idea
.mvn
adapters SAML ECP does not work on the latest WF/EAP8 2023-11-16 21:17:19 +01:00
authz Group scalability upgrades (#22700) 2023-10-26 16:50:45 +02:00
boms
common Downgrade transient users to experimental 2023-11-01 08:37:46 +01:00
core 24672 remove linebreaks from basicauth base64 encoding to comply to standard 2023-11-20 14:44:55 +01:00
crypto Fix various bugs and issues in crypto/elytron (#23102) 2023-10-03 09:42:57 +02:00
dependencies Delete map dependencies from dependency management 2023-11-08 13:53:17 +01:00
distribution Remove OIDC and SAML adapters for Wildfly/EAP ZIP downloads. Update documentation. (#24877) 2023-11-21 14:22:00 +00:00
docs Release notes for max auth age password policy 2023-11-22 07:35:09 +01:00
examples Bump semver in /examples/cordova-native (#23351) 2023-09-19 14:33:26 -04:00
federation Keep same name on update for LDAP attributes 2023-11-09 23:54:45 +01:00
integration fix cli output token can not return token 2023-11-10 05:47:39 -08:00
js Bump cypress from 13.5.1 to 13.6.0 in /js (#24902) 2023-11-22 09:47:31 +01:00
misc
model Disable cache store and load only if a remote store is used 2023-11-20 18:50:02 +01:00
operator Update to Quarkus 3.2.9 (#24842) 2023-11-20 14:27:13 +01:00
quarkus Removal of LGPL-2.1 licensed org.jboss.metadata.jboss-metadata-web dependency for CNCF compliance (#24715) 2023-11-22 08:37:24 +00:00
rest Cannot display 'Authentication Flows' screen when a realm contains more than ~4000 clients (#21058) 2023-11-13 19:13:01 +01:00
saml-core Ensure that the EncryptedKey is passed to the DecryptionKeyLocator for SAML 2023-09-20 15:09:18 +02:00
saml-core-api
server-spi Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
server-spi-private Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
services Introduce MaxAuthAge Password policy (#12943) 2023-11-20 14:48:17 +01:00
testsuite Avoid deprecated API usage in testsuite/integration-arquillian/util (#24870) 2023-11-21 12:45:58 +01:00
themes Include react and react-dom as external dependencies (#24843) 2023-11-20 16:34:03 +00: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 Add DCO to CONTRIBUTING.md (#24384) 2023-10-31 08:44:43 +01:00
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
mvnw
mvnw.cmd
pom.xml Update to Quarkus 3.2.9 (#24842) 2023-11-20 14:27:13 +01:00
PR-CHECKLIST.md
README.md
set-version.sh Fix set-version.sh's handling of NPM versions (#23638) 2023-10-04 08:00:53 +02:00

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