Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Pull from Keycloak master #4

Open
wants to merge 2,041 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 19, 2021

  1. KEYCLOAK-18683 Client policy executor for check Backchannel signed re…

    …quest algorithms matching FAPI compliant algorithms
    tnorimat authored and mposolda committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    63f04c1 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18826 FAPI-CIBA-ID1 conformance test : ID Token needs to inc…

    …lude auth_time claim
    tnorimat authored and mposolda committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    f188f02 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18750 - Set "Email Verified" to false when email changed in

    UserProfile Provider
    velias authored and pedroigor committed Jul 19, 2021
    Configuration menu
    Copy the full SHA
    61aa4e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c49478 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fe4e089 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2021

  1. KEYCLOAK-18829 FAPI-CIBA-ID1 conformance test : ClientRolesCondition …

    …needs to be evaluated on CIBA backchannel authentication request and token request
    tnorimat authored and mposolda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    02a9eb4 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18827 FAPI-CIBA-ID1 conformance test : Client JWT authentica…

    …tion should allow Backchannel Authentication endpoint as audience
    tnorimat authored and mposolda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f76c074 View commit details
    Browse the repository at this point in the history
  3. [KEYCLOAK-18819] - SecureResponseType executor shall allow response_t…

    …ype=code when using JARM and response_mode=jwt
    pedroigor authored and mposolda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    13a0836 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    730d4e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    396a78b View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-18849 Client Policy - Condition : ClientRolesCondition needs…

    … to be evaluated on PAR endpoint
    tnorimat authored and mposolda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    e2c5fa2 View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-18831 FAPI-CIBA-ID1 conformance test : need to return 400 if…

    … user authentication is not successfully completed
    tnorimat authored and mposolda committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f154b0b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db7e247 View commit details
    Browse the repository at this point in the history
  9. [KEYCLOAK-18805] - Update Portuguese (Brazil) translations

    - Fix `oauthGrantTitle` typo error
    SrMouraSilva authored and pedroigor committed Jul 20, 2021
    Configuration menu
    Copy the full SHA
    f1ee282 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7f34af4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    54a0e84 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1f3650d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. KEYCLOAK-18830 FAPI-CIBA-ID1 conformance test : HolderOfKeyEnforcerEx…

    …ecutor needs to be executed on CIBA token request
    tnorimat authored and mposolda committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    61fcbb3 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18828 FAPI-CIBA-ID1 conformance test : Additional checks of …

    …signed authentication request
    tnorimat authored and mposolda committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    8df36fb View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18832 FAPI-CIBA-ID1 conformance test : need to return 401 er…

    …ror=invalid_client if client authentication is not successfully completed on Backchannel Authentication endpoint
    tnorimat authored and mposolda committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    2c019c9 View commit details
    Browse the repository at this point in the history
  4. [KEYCLOAK-18857] - Do not force default to RS256 when verifying token…

    …s sent by clients and JWK does not hold an algorithm
    pedroigor authored and mposolda committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    d29d945 View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-18852 Prevent NPE in case of missing truststore

    even though the "return null" at the top of the method is called if no truststore is set, the finally block is still executed. And since the keystore is not there an NPE is thrown when calling the remove method.
    Robbilie authored and mposolda committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    843bbf1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3993b73 View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-18824 Simplify MapStorageTransaction and move registerEntity…

    …ForChanges to CHM transaction
    hmlnarik committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    44cd6cd View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Configuration menu
    Copy the full SHA
    23e3bc5 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-17872] Add missing HTTPClient properties

    Signed-off-by: ruromero <[email protected]>
    ruromero authored and hmlnarik committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    464475c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06077dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b4c940f View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-16534 -> New quickstarts scripts folder.

    lhanusov authored and Bruno Oliveira da Silva committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    1ea0232 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f307c56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fff27f8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8260c3c View commit details
    Browse the repository at this point in the history
  9. KEYCLOAK-17290 SAML Client - Generate AttributeConsumingService SP me…

    …tadata section
    lscorcia authored and hmlnarik committed Jul 22, 2021
    Configuration menu
    Copy the full SHA
    6bd7420 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. KEYCLOAK-18833 FAPI-CIBA-ID1 : need to only accept confidential clien…

    …t on Backchannel Authentication endpoint
    tnorimat authored and mposolda committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    84e19f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b9040d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    036239a View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-18834 Client Policies : ClientScopesCondition needs to be ev…

    …aluated on CIBA backchannel authentication request and token request
    tnorimat authored and mposolda committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    6436716 View commit details
    Browse the repository at this point in the history
  5. [KEYCLOAK-18878] Register the subsystem parser for older versions of …

    …the OIDC adapter schemas
    sguilhen authored and hmlnarik committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    579302f View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-18552

    * added group as attribute metadata
    * validation for groups and references to groups
    * adapted template to use show attribute groups
    * test and integration tests for attribute groups
    ioemat authored and pedroigor committed Jul 23, 2021
    Configuration menu
    Copy the full SHA
    9dff21d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9018fe9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    07402d9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8889122 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    2418e31 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Configuration menu
    Copy the full SHA
    643b3c4 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18695 Support user lookup by ID with Novell eDirectory

    The LDAPOperationManager does not encode GUID correctly when looking up
    federated users from Novell eDirectory.
    
    The correct encoding can be found here:
    https://support.novell.com/docs/Tids/Solutions/10096551.html
    sventorben authored and hmlnarik committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    c6e7c06 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b989d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce80a3b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

  1. KEYCLOAK-18904 Support cert-bound tokens when doing client credential…

    …s grant. Client policies support for client credentials grant
    mposolda committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    4520cbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aee2ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    052606f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0815ee5 View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-17502 fix productization issue with two formats of packaged …

    …final server distribution
    pskopek authored and stianst committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    ac92e60 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acb2ac1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef72343 View commit details
    Browse the repository at this point in the history
  8. KEYCLOAK-18706 Add UPDATE_PASSWORD required action only to authentica…

    …tionSession when MSAD requires user to change password
    mposolda authored and stianst committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    e58eeca View commit details
    Browse the repository at this point in the history
  9. KEYCLOAK-18636 The mtls_endpoint_aliases claim is not advertized in t…

    …he discovery document
    mposolda committed Jul 28, 2021
    Configuration menu
    Copy the full SHA
    05dfed7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7efc3e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9b0e1ff View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2021

  1. Configuration menu
    Copy the full SHA
    4dacbb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32f2f09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff70e2e View commit details
    Browse the repository at this point in the history
  4. [KEYCLOAK-18559] Fix SAML adapters so they allow unescaped characters…

    … in URIs
    
    - Makes adapters bahavior consistent with containers that allow unescaped characters in URIs
    sguilhen authored and hmlnarik committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    9e676fc View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-18691 CIBATest.testTokenRequestAfterIntervalButNotYetAuthent…

    …icated wrong expiration
    mabartos authored and mposolda committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    5688891 View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-18913 Update messages_cs.properties

    Czech translations for base login theme:
    themes/src/main/resources-community/theme/base/login/messages/messages_cs.properties
    
    Co-Authored-By: dklika <[email protected]>
    Co-Authored-By: Hynek Mlnařík <[email protected]>
    3 people committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    e44a7af View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

  1. [KEYCLOAK-18417] Skip SAML 2.0 AttributeValue with user-defined xsi t…

    …ypes
    Sebastian Kanzow authored and hmlnarik committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    a412bb7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cdce13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb0b16 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ed20e2 View commit details
    Browse the repository at this point in the history
  5. Set version to 16.0.0-SNAPSHOT

    keycloak-bot authored and stianst committed Jul 30, 2021
    Configuration menu
    Copy the full SHA
    262ec3d View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. KEYCLOAK-18933

    laskasn authored and mposolda committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f265d1d View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-15595: update keycloak js for KEYCLOAK-15595

    while working on cordova+angular+ios the keycloak logout is not working. as the user clicks logout the user can again see the app instead of the inappbrowser page for login.
    with clearcache=yes in the inappbrowser open the issue appears no more.
    sanket-bhalerao authored and Bruno Oliveira da Silva committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    443bd4a View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. [KEYCLOAK-18419] Support SAML 2.0 Encrypted IDs in Assertion

    Sebastian Kanzow authored and hmlnarik committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    4e8e459 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-18498] French i18n contains wrong param

    cedric guindon authored and hmlnarik committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    1ad34c6 View commit details
    Browse the repository at this point in the history
  3. Missing null check for session.userCache() added

    NPE when existing user from LDAP is found (same LDAP_ID, but with changed username) and session.userCache() is null.
    cturkalj authored and mposolda committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    b4536a3 View commit details
    Browse the repository at this point in the history
  4. Prevent security flaw using passwordless authentication

    If you register without an password or delete your last token your account can be hijacked. This is can be done by simply trying to login in that moment where the account is without a token. You get the "normal" registration dialog and can capture the complete account.
    fritterhoff authored and Bruno Oliveira da Silva committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    65480cb View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-16703 The username returned by token introspect endpoint is …

    …null when remove or modify username mapper
    ch219318 authored and mposolda committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    a0b01b6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8cb279 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. KEYCLOAK-18949 DirectGrant login should fail if authenticationSession…

    … contains some required actions
    mposolda committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    b1d39aa View commit details
    Browse the repository at this point in the history
  2. fix README.md of quarkus

    y-tabata authored and pedroigor committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bd55694 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. KEYCLOAK-18380 Fix Groups search by name returns unwanted groups

    Previously the group search did not apply a given search query as filter
    for groups along the group path.
    
    We now filter the found groups with the given group search query if present.
    thomasdarimont authored and hmlnarik committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    17da3ee View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18380 Fix Groups search by name returns unwanted groups, cle…

    …anup test, skip tests on map storage provider feature
    Sebastian Rose authored and hmlnarik committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    565251d View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18380 Fix Groups search by name returns unwanted groups

    Signed-off-by: Thomas Darimont <[email protected]>
    
    Signed-off-by: Thomas Darimont <[email protected]>
    Sebastian Rose authored and hmlnarik committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    5d9d749 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2acb43a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c19fae View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-18341 Support JWKS OAuth2 Client Metadata in the "by value" …

    …key loading method
    y-tabata authored and mposolda committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b31b60f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    624a9a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c49c7d0 View commit details
    Browse the repository at this point in the history
  9. KEYCLOAK-18982 Token OIDC introspection endpoint should not update an…

    …y of the timestamps
    martin-kanis authored and hmlnarik committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    b42f765 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6886bd6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    62f2222 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. KEYCLOAK-16633 Prevent deletion of internal clients.

    artur-baltabayev authored and Bruno Oliveira da Silva committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    269b661 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. [KEYCLOAK-19006] User Profile: Patched handling of the "whitespace-only"

    texts in pattern and length validators
    velias authored and pedroigor committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    afa6e31 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    3e0f8ae View commit details
    Browse the repository at this point in the history
  2. Create snyk.yml

    Bruno Oliveira da Silva committed Aug 17, 2021
    Configuration menu
    Copy the full SHA
    9e9e716 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2021

  1. [KEYCLOAK-18535] KeycloakSanitizerMethod causes java.lang.IndexOutOfB…

    …oundsException when there is more then one href in a sanitized message
    rmartinc authored and mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    5ff6ff5 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18974 BitbucketIdentityProvider IdentityBrokerException message

    github => bitbucket
    wuwx authored and mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6431afe View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18954 Refactor user consent list retrieval to avoid Concurre…

    …ntModificationException
    
    This avoids a ConcurrentModificationException to be thrown in UserResource.getConsents()
    calls that got introduced in 4e8b18f by filtering
    the resulting stream explicitly instead of removing items from the collection
    that we iterate over, which triggered the CME in the first place.
    
    Signed-off-by: Thomas Darimont <[email protected]>
    thomasdarimont authored and mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f16eb4d View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-18954 Add test for user consent retrieval with offline acces…

    …s consents
    
    Signed-off-by: Thomas Darimont <[email protected]>
    thomasdarimont authored and mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    a7fd1bc View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-19039 Sync UPDATE_PASSWORD required action to only to MSAD w…

    …ith WRITABLE edit mode. Add tests for MSAD mapper
    mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    418d1e3 View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-19036 Avoid infinite loop during LDAP sync with OpenLDAP and…

    … olcSizeLimit
    
    Signed-off-by: Thomas Darimont <[email protected]>
    thomasdarimont authored and mposolda committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    f9b4e47 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. KEYCLOAK-19021

    LDAPOperationManager.getFilterById is causing additional call to AD
    bohmber authored and mposolda committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    ba946b5 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-19037 Problems with validation of Email field that contains …

    …uppercase character
    mabartos authored and mposolda committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    18cef60 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Configuration menu
    Copy the full SHA
    5fe675b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2021

  1. [KEYCLOAK-19130] Remove snyk workflow from the Keycloak repository

    Bruno Oliveira da Silva authored and stianst committed Aug 30, 2021
    Configuration menu
    Copy the full SHA
    c8bee9f View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. Configuration menu
    Copy the full SHA
    e217e9a View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-19155: Add a .gitleaks.toml

    Help ignore false positives during internal code scans
    
    ~ B'ezrat Hashem ~
    bplaxco authored and stianst committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    1c27523 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. KEYCLOAK-18880 TimeBasedOTP should use look-around to mitigate clock …

    …skew
    
    Previously the TimeBasedOTP only looked behind to mitigate clock skew.
    We now look around (look ahead + look behind) to better accommodate clock skew.
    thomasdarimont authored and mposolda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    5898f9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af892d4 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18880 TimeBasedOTP should use look-around to mitigate clock …

    …skew
    
    Make TimeBasedOTP#clockSkewIndexToDelta private.
    thomasdarimont authored and mposolda committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    fd2787a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c243c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1a4f7f View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2021

  1. Configuration menu
    Copy the full SHA
    d216f8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a25a0d5 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18454 Reset password : wrong email instructions when duplica…

    …tes email is allowed
    olivierboudet authored and mposolda committed Sep 2, 2021
    Configuration menu
    Copy the full SHA
    c7f8544 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. KEYCLOAK-19183

    LDAPDn should use a static Pattern instead calling String.split with a regex
    bohmber authored and mposolda committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    0c64d32 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Configuration menu
    Copy the full SHA
    4518b3d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    5c3df54 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    47484c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa01829 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. KEYCLOAK-19077 fix login for admin console based scenarios (PKCE is r…

    …equired by default)
    
    * also don't fetch fonts that are not needed/available anymore
    benjamin37 authored and stianst committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    655d66b View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-16076 added new warining when cookies are disabled -with new…

    … branch- (#7632)
    
    * KEYCLOAK-16076 added new warining when cookies are disabled
    
    Co-authored-by: David Hellwig <[email protected]>
    Co-authored-by: Christoph Leistert <[email protected]>
    3 people committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    a6cd80c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af83542 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-18705 add twitter4j dependency to fix twitter social login i…

    …n quarkus distribution
    DGuhr authored and pedroigor committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    8ffd53e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67e3df6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Configuration menu
    Copy the full SHA
    6d0708d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e5f66 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-19292 Add missing metadata to fix quarkus dev ui rendering

    This allows to open http:https://localhost:8080/q/dev/ without problems.
    
    Previously opening the /q/dev UI resulted in an Exception being thrown.
    ```
    io.quarkus.qute.TemplateException: Property "description" not found on the base object "java.util.LinkedHashMap" in expression {it.description} in template tags/nonActionableExtension.html on line 21
    ```
    thomasdarimont authored and pedroigor committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6b9e25e View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. KEYCLOAK-17110

    LDAP Connection Pool not used with org.keycloak.truststore.SSLSocketFactory
    bohmber authored and mposolda committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    4fe7d6d View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18700 - consistently record User profile attribute changes in

    UPDATE_PROFILE event
    velias authored and pedroigor committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    2be5f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24811f1 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-18512: Integrate New Admin Console into Keycloak build (#8366)

    * KEYCLOAK-18512: Integrate New Admin Console into Keycloak build
    
    * KEYCLOAK-18512: Integrate New Admin Console into Keycloak build
    
    * Change version to project version.  Make experimental.
    
    * Add PAT for reading packages (#12)
    
    * Add PAT for reading packages
    
    * Encode token
    
    * Use generic GH account for installation of packages
    
    * Enable Github packages repo only for snapshots
    
    * KEYCLOAK-18512: Make ADMIN2 experimental instead of preview
    
    * KEYCLOAK-18512: Remove early return
    
    * KEYCLOAK-18512: Fix formatting issue
    
    Co-authored-by: Jon Koops <[email protected]>
    ssilvert and jonkoops committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    93e229e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    daf39e2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b5d477c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    78d3e2e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. KEYCLOAK-16246 Revert changes from workaround made in KEYCLOAK-16244 …

    …after upgrading to quarkus 2
    
    Also fixed a small type in testclass.
    This reverts commit 9b2f201.
    DGuhr authored and pedroigor committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    4090114 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Update MAINTAINERS.md

    stianst committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    934d1e3 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-19321] Remove the remaining Travis files

    Bruno Oliveira da Silva authored and stianst committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6ec4f45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d036a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2021

  1. Configuration menu
    Copy the full SHA
    07dc841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12b8c0c View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-18873 href attribute of a "Unable to scan?" tag is wrong in …

    …"Configure TOTP" page
    ch219318 authored and mposolda committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c9809f0 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-19344 Add CORS to Device Authorization Request

    Add CORS headers to the Device Authorization Request (OAuth 2.0 Device Authorization Grant)
    to make it available for non-confidential public webbrowser based clients, e.g. SPA like
    signage or kiosk webapps.
    JessThrysoee authored and mposolda committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b4fe7bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    375e478 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    28e220f View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-19246 Always use locale en-US when executing unit tests

    Victor-Philipp Negoescu authored and pedroigor committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d562bea View commit details
    Browse the repository at this point in the history
  8. KEYCLOAK-19286 Use client storage provider id to construct client Sto…

    …rageId, so that a valid 'external' client id will be generated.
    lgraf authored and hmlnarik committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    2c22ccb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac9e1f7 View commit details
    Browse the repository at this point in the history
  10. KEYCLOAK-18288 (#8096)

    RealmsAdminResource now returns also a brief representation (not by default, to be backwards compatible) for realms[] if the appropriate flag is sent.
    laskasn committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8f09d34 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. KEYCLOAK-10603 adjust assignments to roles (user-role and group-role …

    …assignments, client-scope and client "scope mappings"): allow assignments of roles which are already indirectly assigned (e.g. by composite role)
    
    - extend RoleMapperModel with method hasDirectRole(RoleModel), which only checks for direct assignment in contrast to the existing method hasRole(RoleModel)
    - extend ScopeContainerModel with method hasDirectScope(RoleModel), which only checks for direct scope mapping in contrast to the existing method hasScope(RoleModel)
    - use the new hasDirectRole and hasDirectScope methods to check whether a role is in the "available" list and whether it can be assigned (previously, the hasRole method was used for this purpose)
    - add hint to UI that available roles contain effectively assigned roles which are not directly assigned
    - adjust and extend tests
    danielFesenmeyer authored and mposolda committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3392245 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    10e4253 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-19102] Replace usages of deprecated setAllowNull(boolean) c…

    …alls in the adapters subsystems with setRequired(boolean)
    
     - WildFly will remove deprecated APIs, code needs to be changed before the next WildFly upgrade.
    sguilhen authored and hmlnarik committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    271033c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7c0d101 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Configuration menu
    Copy the full SHA
    69a146d View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-19380] - Import not running once schema is inited and requi…

    …ring full server setup
    pedroigor committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    6e8cd32 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-13770 Fix Quarkus ScriptDeploymentTests, Hostnametests and t…

    …ests relying on user attribute config
    DGuhr authored and pedroigor committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    20b91c7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    9f79476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b262e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b04236f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12c7bc7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82964f7 View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-19373 Update quarkus version to 2.2.3.Final

    Signed-off-by: Thomas Darimont <[email protected]>
    thomasdarimont authored and pedroigor committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    eedccfd View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-19373 Align dependencies with Quarkus 2.2.3

    Signed-off-by: Thomas Darimont <[email protected]>
    thomasdarimont authored and pedroigor committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    15b3af7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Configuration menu
    Copy the full SHA
    36706c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d606da9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f471a11 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    2da0fb7 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-14378] Allow customization of debug settings for clustered …

    …JBoss app servers in tests.
    douglaspalmer authored and stianst committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    ff07c48 View commit details
    Browse the repository at this point in the history
  3. fix typos in sv login messages

    victorhaggqvist authored and stianst committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    d92bb7d View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-17887 fix endpoint for creating or updating realm localizati…

    …on texts for a given locale (UnsupportedOperation was thrown because RealmAdapter tried to change unmodifiable map):
    
    - fix RealmAdapter to create a new map instead of trying to change unmodifiable map
    - only provide POST endpoints for creating or updating the texts (to have the endpoints consistent with other Admin API endpoints)
    - add tests
    danielFesenmeyer authored and stianst committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    0a2f8f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da88616 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9838a47 View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-11364 Revise Service Account roles page (#7098)

    * KEYCLOAK-11364 Add link to service-account user in Service Account roles page
    
    * KEYCLOAK-11364 Revise service-account page
    thomasdarimont committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    9e6d639 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Configuration menu
    Copy the full SHA
    b0e5c38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43a3c67 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0210aca View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64717f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da0c945 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8cf35c9 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. KEYCLOAK-16380 Make IdP display name available to idp link email subj…

    …ect (#7626)
    
    KEYCLOAK-16380 Make IdP display name available to idp link email subject
    seth-xdam committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    9094740 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2fd05f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6e125 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-18551 Fixed the adapter to use dynamic openid-configuration …

    …instead of building the tokenUrl by itself.
    Adamczyk Błażej authored and pedroigor committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e5b05d0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    021245a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24a6b77 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. KEYCLOAK-19392 pass infinispan javaVmArguments via JAVA_OPTS instead …

    …of CLI parameters
    tkyjovsk authored and stianst committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    01a0e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    12157bb View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    24f2704 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-19476: Unignore LoginTest.loginWithLongRedirectUri by adding…

    … property to authserver-quarkus
    DGuhr authored and pedroigor committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    cd7a22c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30b3cae View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-19484_BasicSamlTest

    DGuhr authored and pedroigor committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    12d4837 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. KEYCLOAK-19374 Create implementation based on annotation processor

    Use of boxed types as started in 009d4ca is finalized here
    to enable storing data in a map. MapClientEntity methods are
    reordered for the sake of grouping the collection-based
    properties together and understanding the connections between those.
    hmlnarik committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    3abf928 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97ee883 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    891c8e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    26a2bba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6e59130 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-19496 Unignore ArtifactBindingCustomResolverTest and make Se…

    …tDefaultProvider Annotation usable for Quarkus-based distribution
    DGuhr authored and pedroigor committed Oct 8, 2021
    Configuration menu
    Copy the full SHA
    00feef4 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Configuration menu
    Copy the full SHA
    576292a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    395cd79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce00705 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. [KEYCLOAK-18891] Add support for searching users by custom user attri…

    …butes
    
    Users can now be searched by custom attributes using 'q' in the query parameters. The implementation is roughly the same as search clients by custom attributes.
    bartmentech authored and hmlnarik committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    5b0986e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    675e1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4f83c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. KEYCLOAK-19536 Removal of client creates new instance of provider for…

    … each client role
    vramik authored and hmlnarik committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    dacf28a View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-18737 Show sessions functionality does not work consistently

    Co-authored-by: Pavel Bezdienezhnykh
    Co-authored-by: Martin Kanis <[email protected]>
    martin-kanis authored and hmlnarik committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d069ec7 View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-19461 Add dependency for openshift restclient to quarkus dis…

    …t to make the OpenShiftClientStorageTest work.
    DGuhr authored and pedroigor committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8f39400 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdfe29d View commit details
    Browse the repository at this point in the history
  5. KEYCLOAK-16426 add attributes to keycloak.d.ts

    maito1201 authored and Bruno Oliveira da Silva committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    f9fdee0 View commit details
    Browse the repository at this point in the history
  6. KEYCLOAK-16426 adapt signature to official spec

    maito1201 authored and Bruno Oliveira da Silva committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bf01ae0 View commit details
    Browse the repository at this point in the history
  7. KEYCLOAK-16426 add optional field to token parsed

    maito1201 authored and Bruno Oliveira da Silva committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5d560c1 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Configuration menu
    Copy the full SHA
    fa1544a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e4f9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    27e74c4 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. KEYCLOAK-19557 Misleading label for client parameter 'Pushed Authoriz…

    …ation Request Enabled'
    mposolda committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    c5432e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acd00a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    982f0f9 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-12754 Honor nested composite roles when creating roles via R…

    …EST API (#7097)
    
    * KEYCLOAK-12754 Honor nested composite roles when creating roles via REST API
      - Validate composite roles when creating roles via REST API
    thomasdarimont committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    b1bcd5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3b2370 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    7010017 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. KEYCLOAK-19080 Simplify the RHSSO setup in an OpenShift Disconnected …

    …cluster
    
    KEYCLOAK-19080 Simplify the RHSSO setup in an OpenShift Disconnected cluster
    vmuzikar committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7d0af85 View commit details
    Browse the repository at this point in the history
  2. [KEYCLOAK-19422] ClassLoaderTheme and ClasspathThemeResourceProviderF…

    …actory allows reading any file available as a resource to the classloader
    douglaspalmer authored and stianst committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    73f0474 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ee992e View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-19547 Switch arquillian quarkus container to use autobuild t…

    …o prevent timeo… (#8576)
    
    * KEYCLOAK-19547 Switch arquillian quarkus container to use autobuild to prevent timeouts when reaugmentation is longer than 10s
    
    Co-authored-by: Dominik Guhr <[email protected]>
    DGuhr and DGuhr committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    c45a6fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b135c4 View commit details
    Browse the repository at this point in the history
  6. Update MAINTAINERS.md

    stianst committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    ecb1bfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b4c837f View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. KEYCLOAK-19575: Different user authenticated results in server error …

    …instead of bad request
    alechenninger authored and mposolda committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    c392538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01b9222 View commit details
    Browse the repository at this point in the history
  3. Convert utf8 code to symbols

    OskarsPakers authored and stianst committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    65ec15e View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-16107 Enable ScriptBasedOIDCProtocolMapper to return JSON ob…

    …jects directly
    
    We now allow to return JSON objects directly from a ScriptBasedOIDCProtocolMapper, by
    adding support to turn objects that implement the java.util.Map into JsonNodes.
    
    Previously returning JSON objects directly caused an exception during runtime.
    thomasdarimont authored and pedroigor committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    9857a04 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0235540 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. KEYCLOAK-19076 Entrypoint of Keycloak Docker Image that's used in

    performance tests is not executable for jboss user
    benjamin37 authored and stianst committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    8d1c3bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e87952d View commit details
    Browse the repository at this point in the history
  3. KEYCLOAK-19522: update login messages_cs

    McLaynV authored and mposolda committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    44ec565 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. KEYCLOAK-19540 FAPI 2.0 Baseline : Reject Resource Owner Password Cre…

    …dentials Grant
    tnorimat authored and mposolda committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    263161f View commit details
    Browse the repository at this point in the history
  2. Update GOVERNANCE.md

    stianst committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    953c936 View commit details
    Browse the repository at this point in the history
  3. Update GOVERNANCE.md

    stianst committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    808e0c8 View commit details
    Browse the repository at this point in the history
  4. KEYCLOAK-19593 Remove CRUD operations from MapStorage interface

    Signed-off-by: Michal Hajas <[email protected]>
    mhajas authored and hmlnarik committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    cfbb7f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c8c45 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    d6ae76d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53f02a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d62c6d View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Configuration menu
    Copy the full SHA
    36f7139 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    af97849 View commit details
    Browse the repository at this point in the history
  2. KEYCLOAK-19307 provide hints in CLI

    DGuhr authored and pedroigor committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    5628370 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. KEYCLOAK-19617 Simplify creation of custom user profiles

    * DeclarativeUserProfileProvider passes its ID to DeclarativeUserProfileModel, so this also works for derived classes.
    * Moved creation of declarative user profile model to a protected factory method to allow subclasses to provide their own implementation.
    * Added integration tests for custom user profile
    * configured declarative-user-profile as default user profile provider in test servers
    * Restore previously configured default provider after test with special provider settings
    * Some refactoring in SpiProviderSwitchingUtils
    ioemat authored and pedroigor committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    afc5cb4 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. [KEYCLOAK-19681] Remove unused package-lock.json file in the main rep…

    …ository
    Bruno Oliveira da Silva authored and stianst committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b0b4d01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    877ae96 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

  1. Configuration menu
    Copy the full SHA
    340973b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfcaf0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    bfce612 View commit details
    Browse the repository at this point in the history