initial#1
Merged
patriot1burke merged 1 commit intokeycloak:masterfrom Jul 2, 2013
patriot1burke:master
Merged
Conversation
patriot1burke
added a commit
that referenced
this pull request
Jul 2, 2013
patriot1burke
pushed a commit
that referenced
this pull request
May 5, 2015
bdecoste
pushed a commit
to bdecoste/keycloak
that referenced
this pull request
Mar 2, 2016
KPR-149: JSP version of profile app
stianst
pushed a commit
that referenced
this pull request
Aug 26, 2016
KEYCLOAK-3459 Adapt testsuite according to server configuration insid…
Merged
Closed
fperot74
referenced
this pull request
in fperot74/keycloak
Oct 1, 2019
Modify the handling of credentials in the admin GUI
nikitindv
added a commit
to nikitindv/keycloak
that referenced
this pull request
Jun 25, 2020
Problem: some smtp as service providers, for example mailgun don't support sslv2 option hello Due to getSupportedProtocols is called on regular system list looks like this ``` TLSv1.3 TLSv1.2 TLSv1.1 TLSv1 SSLv3 SSLv2Hello ``` And keycloak tries to establish connectio nwith legacy unsupported SSLv2Hello ``` ^Croot@kc1-hc:/opt/keycloak/keycloak/standalone# ssldump -i any port 587 New TCP connection keycloak#1: static.110.5.217.95.clients.your-server.de(45796) <-> ec2-35-157-140-183.eu-central-1.compute.amazonaws.com(587) 1 1 0.1164 (0.1164) C>S SSLv2 compatible client hello Version 3.3 ```
nicklas-delphai
pushed a commit
to delphai-next/keycloak
that referenced
this pull request
Sep 22, 2021
updating from upstream
vmuzikar
pushed a commit
that referenced
this pull request
Mar 6, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Mar 14, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Mar 20, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Mar 27, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Apr 3, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Apr 13, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Apr 24, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
vmuzikar
pushed a commit
that referenced
this pull request
Apr 27, 2023
--- Quarkus3 branch sync #1 (18.1.2023) Resolved conflicts: keycloak/quarkus/runtime/pom.xml - Modified keycloak/quarkus/pom.xml - Modified keycloak/quarkus/deployment/pom.xml - Modified
2 tasks
xieshenzh
pushed a commit
to xieshenzh/keycloak
that referenced
this pull request
May 26, 2023
RHBKAAS-28: fix vulnerabilities reported by Snyk
jonkoops
pushed a commit
to estliberitas/keycloak
that referenced
this pull request
Jul 3, 2023
Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2 tasks
1 task
2 tasks
2 tasks
2 tasks
stianst
pushed a commit
that referenced
this pull request
Apr 30, 2025
also note that ANY should not be used in production closes: CVE-2025-3501 Signed-off-by: Steve Hawkins <shawkins@redhat.com> Add a test for the error (#1) Signed-off-by: Ricardo Martin <rmartinc@redhat.com> Update docs/guides/server/keycloak-truststore.adoc Co-authored-by: Marek Posolda <mposolda@gmail.com> Signed-off-by: Steven Hawkins <shawkins@redhat.com>
stianst
pushed a commit
that referenced
this pull request
Apr 30, 2025
also note that ANY should not be used in production closes: CVE-2025-3501 Add a test for the error (#1) Signed-off-by: Ricardo Martin <rmartinc@redhat.com> Update docs/guides/server/keycloak-truststore.adoc Co-authored-by: Marek Posolda <mposolda@gmail.com> Signed-off-by: Steven Hawkins <shawkins@redhat.com>
vmuzikar
pushed a commit
that referenced
this pull request
Apr 30, 2025
also note that ANY should not be used in production closes: CVE-2025-3501 #39350 #38392 Add a test for the error (#1) Update docs/guides/server/keycloak-truststore.adoc Signed-off-by: Steven Hawkins <shawkins@redhat.com> Co-authored-by: Marek Posolda <mposolda@gmail.com>
ohyangsuk
added a commit
to PasswordlessAlliance/PasswordlessX1280-with-Keycloak_26.2.5
that referenced
this pull request
Jun 26, 2025
robson90
pushed a commit
to robson90/keycloak
that referenced
this pull request
Jul 9, 2025
also note that ANY should not be used in production closes: CVE-2025-3501 keycloak#39350 keycloak#38392 Add a test for the error (keycloak#1) Update docs/guides/server/keycloak-truststore.adoc Signed-off-by: Steven Hawkins <shawkins@redhat.com> Co-authored-by: Marek Posolda <mposolda@gmail.com>
2 tasks
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.