No description
Find a file
Sven-Torben Janus 850d3e7fef KEYCLOAK-15511 OTP registration during login with LDAP read-only
When LDAP user federation is configured in read-only mode, it is not
possible to set required actions for users from LDAP.
Keycloak credential model allows for registering OTP devices when LDAP
ist configured with "Import Users" flag enabled. Registering OTP devices
needs to be done via the account management console and works as
expecetd. However, it fails, if a user has to register aN OTP device
during login (i.e. within the authentication flow), because the OTP Form
Authenticator tries to enforce OTP registration via setting the
corresponding required action for the user. That fails, because the user
is read-only.
To work around this, the required action is set on the authentication
session instead.
2020-10-21 17:00:11 +02:00
.github/workflows KEYCLOAK-15910 Rename "cluster.enabled" to "clustered". Fix test and minor cleanup. Adding GH action for quarkus unit test 2020-10-09 15:27:47 -03:00
.travis
adapters KEYCLOAK-15892 Can not install 7.4.3.CR1 Fuse adapter 2020-10-20 10:47:56 +02:00
authz KEYCLOAK-15892 Can not install 7.4.3.CR1 Fuse adapter 2020-10-20 10:47:56 +02:00
boms
common
core KEYCLOAK-14871 Whitelist RefreshableKeycloakSecurityContext for KeycloakPrincipal serialization 2020-10-14 16:00:39 +02:00
dependencies
distribution Fixing passing system properties and adding http.host option 2020-10-21 08:53:31 +02:00
docs
examples KEYCLOAK-15270 Account REST API doesn't verify audience 2020-09-14 08:43:09 -03:00
federation KEYCLOAK-3365 Configure required actions for LDAP in READ_ONLY mode 2020-10-15 08:43:31 +02:00
integration KEYCLOAK-15146 Add support for searching users by emailVerified status 2020-09-29 08:28:59 -03:00
misc
model KEYCLOAK-15522 Use AbstractStorageManager in UserStorageManager 2020-10-15 20:41:13 +02:00
quarkus [KEYCLOAK-11331] - MySQL support 2020-10-21 16:55:25 +02:00
saml-core KEYCLOAK-15806: 2020-10-15 20:55:27 +02:00
saml-core-api KEYCLOAK-15184: Use static inner class where possible 2020-10-09 23:37:08 +02:00
server-spi KEYCLOAK-15450 Complement methods for accessing realms with Stream variants 2020-10-14 08:16:49 +02:00
server-spi-private KEYCLOAK-15450 Complement methods for accessing realms with Stream variants 2020-10-14 08:16:49 +02:00
services KEYCLOAK-15511 OTP registration during login with LDAP read-only 2020-10-21 17:00:11 +02:00
testsuite KEYCLOAK-15511 OTP registration during login with LDAP read-only 2020-10-21 17:00:11 +02:00
themes KEYCLOAK-15806: 2020-10-15 20:55:27 +02:00
util KEYCLOAK-15184: Use static inner class where possible 2020-10-09 23:37:08 +02:00
wildfly
.gitattributes
.gitignore
.travis.yml
ADOPTERS.md
CONTRIBUTING.md
get-version.sh
GOVERNANCE.md
LICENSE.txt
MAINTAINERS.md
maven-settings.xml
package-lock.json
pom.xml KEYCLOAK-15892 Can not install 7.4.3.CR1 Fuse adapter 2020-10-20 10:47:56 +02:00
prod-arguments.json KEYCLOAK-15813 Replace dependencyExclusion with dependencyOverride in prod-arguments 2020-10-05 18:15:25 -03:00
README.md
release.sh
SECURITY.md
set-version.sh
travis-run-tests.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've 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 in our Issue Tracker. 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/standalone.[sh|bat] 

Alternatively, you can use the Docker image by running:

docker run jboss/keycloak

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