repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | ickle fulltext query not work with query parameter | Bug | describe the bug I have an ickle fulltext query on analyze field and it doesn t handle query parameter queryfactory queryfactory search getqueryfactory remotecache private final map parameter parameter put clientid0 test querystring from org keycloak model map storage hotrod hotrodcliententity c where c clientid clientid0 query query queryfactory create querystring query setparameter parameter no result be find in the remote cache version 16 expect behavior no response actual behavior no response how to reproduce no response anything else issue at infinispan side |
keycloakkeycloak | wrong initial admin creation procedure mention on default keycloak x home page | Bug | describe the bug if a user try to access the default url for a keycloak x instance that have be start without keycloak admin and keycloak admin password environment variable the default home page show the message you need local access to create the initial admin user follow by an invalid url a script that be not provide anymore with quarkus distribution add user keycloak version 16 1 0 expect behavior display the right procedure to create an initial admin account actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | remove override on xmlsec in quarkus pom xml | Enhancement | description quarkus doesn t define xmlsec so we should inherit the version from keycloak parent discussion no response motivation prevent old version of xmlsec in quarkus distribution detail no response |
keycloakkeycloak | improve bill of material bom for extension | Enhancement | description when develop java extension for keycloak it be very useful to have a bom that can be use to import the dependency into a maven project there be currently org keycloak keycloak spi bom but there be a few problem with it only public stable apis spis be include other dependency from the runtime like resteasy for example be not include or be inherit from keycloak parent in the future we plan to clean up keycloak parent to not define any dependency from the runtime explicitly but rather import these from quarkus bom however while we be now support quarkus wildfly 26 and eap 7 4 as runtime and these dependency be also use at build time for a range of adapter it be impossible to do this right now in the interim I would suggest we update keycloak spi bom and add exclusion for all transitive dependency then also add keycloak spi private bom for the private unstable apis for runtime dependency as these varie depend on the distribution use I would suggest we advocate import wildfly or quarkus bom directly to get the correct version for keycloak 16 1 0 that would be keycloak x io quarkus quarkus bom 2 5 3 final keycloak org wildfly bom wildfly jakartaee8 with tool 26 0 0 final when we remove the wildfly distribution we should add some carefully select dependency from the runtime directly to the keycloak spi bom which should itself import dependency version from the quarkus bom discussion no response motivation no response detail no response |
keycloakkeycloak | update infinispan index after removal of indexed entity | Bug | describe the bug when execute a ickle query to fetch a stream of entry from a cache it be possible that some item of the stream be concurrently remove by the time the item be process it be change to null therefore null entry need to be filter out to prevent npe later on closeableiterator iterator query iterator return close streamsupport stream spliterator spliteratorunknownsize iterator 0 false onclose iterator close filter object nonnull map this delegateproducer this behavior be experience only when entity be index we should investigate whether the infinispan index can be update soon version 16 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | consider use a localization platform | Enhancement | description I m see many localization file in this project it may be more convenient for the translator to work with a translation management tool there be several open source option such as weblate and translatewiki in addition there be some commercial option that offer free hosting for open source project such as crowdin and transifex I m quite experienced with all these platform and willing to assist with the provisioning if need discussion no response motivation to improve localization effort and allow busy translator to hop in detail I personally prefer weblate for localization since it s open source and have tight git integration translatewiki be very straight forward and lack many important function include tm and advanced context feature crowdin be very convenient yet load with analytic transifex be pretty good but more complicated to use in term of context and screenshot |
keycloakkeycloak | keycloak group attribute apis fail in case of large payload size | Bug | describe the bug our team have be use keycloak attribute in group to store some large payload value but we have notice when add a large payload like the below example i d 42f508af 03f1 42ee aafa 721cd06a9962 name test group path formsflow analytic test group attribute dashboard 6 new business license application 7 freedom of information form 12 dashboard4 1 sample 2 sampl 5 new business license application 9 freedom of information and protection of privacy 1 group1 2 sample1 realmrole clientrole subgroup access view true manage true managemembership true give a 500 internal server error with response error unknown error the keycloak error log can be find in this link version 14 0 0 16 0 1 expect behavior expect the put api to update in case of a large payload actual behavior 500 internal server error how to reproduce the issue can be reproduce by create a new group add attribute dashboard with value as 6 new business license application 7 freedom of information form 1 sample 2 sampl 5 new business license application 9 freedom of information and protection of privacy 0 group1 11 sample2 add a new element to exist object 12 sample this will result in an unexpected error anything else no response |
keycloakkeycloak | the title of the login screen be not translate into japanese | Bug | describe the bug the title of the login screen be not translate into japanese as below xxxx version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | wrong session expiry date in account console when use keycloak v2 theme | Bug | describe the bug when use the remember I option the expire at date and time under account security device activity still reflect the normal sso session max value rather than the sso session max remember I value this be resolve when switch to the keycloak theme under account theme sso session max configuration behaviour in account console keycloak v2 behaviour in account keycloak version 15 1 1 expect behavior the expire at date in account console account security device activity reflect the sso session max remember I value when the remember I option be use actual behavior the expire at date in account console account security device activity only reflect the sso session max date even if the remember I option be use and the token doesn t expire on the date and time indicate how to reproduce 1 enable remember I in admin console 2 set the sso session max remember I and sso session idle remember I value to something completely different from sso session max and sso session idle respectively 3 make sure keycloak v2 be use as the account theme 4 login to account console with rememeber I tick 5 check the expire at date and time in device activity anything else the actual expiry date of the keycloak session cookie |
keycloakkeycloak | avoid build configuration all the time when run test | Enhancement | description we should be able to optimize test execution by avoid unnecessary build when run test discussion no response motivation fast test run detail no response |
keycloakkeycloak | import realm at startup | Enhancement | description similar to the wildfly distribution we should also allow import a realm at startup like when use keycloak import in wildfly distribution imo we should not allow this in production but only when run the start dev command and for development testing purpose that say perhaps we could have a import realm option discussion no response motivation improve developer experience by allow import realm at startup especially when run in a container detail no response |
keycloakkeycloak | refactor generate constructor in new store entity | Enhancement | description currently when implement an entity interface we distinguish between entity that require deep cloning and those that don t base on this we decide how we implement constructor for entity that need deep cloning we create an additional constructor for each constructor from the parent class that take also deepcloner the deep cloning in the mapstorage be however able to use only two type of constructor to instantiate new object non parametric constructor and a constructor that take only deepcloner what version of the constructor be use to instantiate class be decide in the builder of the cloner this may cause trouble as we update entity with some field that require deep cloning however the cloner will use only a non parametric constructor hence use dumb cloner to solve this we can change deepcloner builder to use only one type of parameter the one with deepcloner and force all entity to provide such constructor in the generator discussion no response motivation no response detail no response |
keycloakkeycloak | outdate version property in keycloak parent pom xml | Bug | describe the bug in keycloak parent pom xml be still some old outdated version property e g 3 15 1 final where as the keycloak 16 0 0 server run more recent version of dependency e g the resteasy version be on 4 7 2 final this lead to error and classnotfoundexception during runtime when use dependency version from the parent pom during compile time version 16 0 0 expect behavior all version property in keycloak parent pom xml reflect the actual version of the dependency in the running server actual behavior the keycloak parent pom xml have still some old outdated dependency version property how to reproduce look into the parent pom xml e g l96 anything else no response |
keycloakkeycloak | remove hide flag from hostname strict https | Enhancement | description at the moment the flag hostname strict https true false be hide which it should not be so let s remove the hidden flag to make it generally available the flag can e g be use to run keycloak in production mode with http enable and though it s absolutely not recommend to do so thta s the reason I stumble upon this discussion no response motivation no response detail no response |
keycloakkeycloak | incorrect authorization allow unpriviledged user to create other user | Bug | describe the bug a incorrect authorization flaw be find in keycloak 12 0 0 the flaw allow an attacker with any exist user account to create new default user account via the administrative rest api even where new user registration be disabled security advisory version 12 0 0 up to and include 15 0 0 |
keycloakkeycloak | add indexing to hotrodgroupentity | Enhancement | description we need to add indexing to group similarly as for client l41 discussion no response motivation no response detail no response |
keycloakkeycloak | policyrepresentation miss role and group | Bug | describe the bug from the current admin console it be possible to implement role base policy with the follow request be issue type role logic positive decisionstrategy unanimous name test policy decisionstrategy unanimous logic positive name test policy role i d dcd91634 b0d2 4656 b68b a00acc1060fx 0 i d dcd91634 b0d2 4656 b68b a00acc1060fx type role however the policyrepresentation do not specify the field role base on this api implementation I can only create user policy I think it should be straightforward to add the miss field there and support group and role base policy version 16 0 0 expect behavior I should be able to use api to create group and role base policy actual behavior I can only create user base policy due to miss role and probably group field how to reproduce no response anything else no response |
keycloakkeycloak | username not change from the admin console in import realm | Bug | describe the bug when I edit user create in import realm it save everything except username while for example in master realm everything work as it should also in the account console username change be save successfully in realm setting edit username param be switch on try to turn it off save and turn it on again didn t help version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | change the name of a realm cause a 404 when access the admin console for the realm | Bug | describe the bug in the admin console for an exist realm foo change the name from foo to bar and save logout log back in to the admin console for bar ui show the realm set ui for a split second and then return a 404 on note the foo in the path which should be bar version 12 0 4 expect behavior there should not be a 404 actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | upgrade to wildfly 26 0 0 final | Enhancement | description upgrade keycloak server to wildfly 26 0 0 final |
keycloakkeycloak | indexoutofbounds exception in freemarkeremailtemplateprovider when the idp s displayname be an empty string | Bug | describe the bug when the displayname of the idpconfig be an empty string the idp link flow fail exception be 13 50 35 952 warn org keycloak service default task 6 kc services0013 fail authentication java lang stringindexoutofboundsexception begin 0 end 1 length 0 at java base java lang string checkboundsbeginend string java 3319 at java base java lang string substre string java 1874 at org keycloak common util objectutil capitalize objectutil java 47 at org keycloak email freemarker freemarkeremailtemplateprovider sendconfirmidentitybrokerlink freemarkeremailtemplateprovider java 152 at org keycloak authentication authenticator broker idpemailverificationauthenticator sendverifyemail idpemailverificationauthenticator java 148 at org keycloak authentication authenticator broker idpemailverificationauthenticator authenticateimpl idpemailverificationauthenticator java 88 at org keycloak authentication authenticator broker abstractidpauthenticator authenticate abstractidpauthenticator java 76 at org keycloak authentication defaultauthenticationflow processsingleflowexecutionmodel defaultauthenticationflow java 446 at org keycloak authentication defaultauthenticationflow processflow defaultauthenticationflow java 276 at org keycloak authentication defaultauthenticationflow processsingleflowexecutionmodel defaultauthenticationflow java 389 at org keycloak authentication defaultauthenticationflow processflow defaultauthenticationflow java 253 at org keycloak authentication defaultauthenticationflow processsingleflowexecutionmodel defaultauthenticationflow java 389 at org keycloak authentication defaultauthenticationflow continueauthenticationaftersuccessfulaction defaultauthenticationflow java 186 at org keycloak authentication defaultauthenticationflow processaction defaultauthenticationflow java 164 at org keycloak authentication authenticationprocessor authenticationaction authenticationprocessor java 950 at org keycloak service resource loginactionsservice processflow loginactionsservice java 312 at org keycloak service resource loginactionsservice brokerloginflow loginactionsservice java 829 at org keycloak service resource loginactionsservice firstbrokerloginpost loginactionsservice java 733 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 566 version 15 1 0 expect behavior idp link should be possible actual behavior see the exception how to reproduce try to link a google account to an exist keycloak account anything else no response |
keycloakkeycloak | review readme file | Enhancement | review readme file and update they accordingly with the late change to the distribution we should also consider review information about how to build review information about how to contribute review information about how to test |
keycloakkeycloak | well message when use wrong java version | Enhancement | when run bin kc sh with java 8 I see error message with long stacktrace like this exception in thread main java lang unsupportedclassversionerror io quarkus bootstrap runner quarkusentrypoint have be compile by a more recent version of the java runtime class file version 55 0 this version of the java runtime only recognize class file version up to 52 0 at java lang classloader defineclass1 native method at java lang classloader defineclass classloader java 756 this be fine for most of java developer but someone not familiar with java might be a bit lose with such message and will need to google to figure what s go on maybe it be well to use something more user friendly like simple message your java version be too old please use java 11 or new see command java version to figure what be your java version |
keycloakkeycloak | spurious log be spill in quarkus distribution x integration test | Bug | describe the bug as a direct consequence of sometimes jvms test be spuriously fail e g in ci intercept unrelated log message e g from other test run the problem be more evident when run test in a different order e g from an ide the problem get reduce for keycloak here version main expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | can not find symbol class delegatecreator | Bug | describe the bug not able to run any test from intellij due to miss class in org keycloak model map common deepcloner I have to remove map module from model pom xml to be able to run any test image not sure if this mean I have to do a maven build manually before use intellij but if that s the case that s not a good solution version main expect behavior keycloakserver or test run as expect from intellij without require a separate maven build actual behavior build error in intellij see screenshot above how to reproduce not confirm but I would think this would do it mvn clean open intellij run keycloakserver or any test from the testsuite anything else no response |
keycloakkeycloak | provide documentation for proxy mode in quarkus base keycloak | Enhancement | description provide an initial version of the proxy configuration relate setting for the quarkus base keycloak distribution discussion no response motivation doc be miss that s bad so we have to provide they detail no response |
keycloakkeycloak | some label seem to be too long as they be truncate overlay by field | Bug | describe the bug this may be already fix as I be unable to reproduce feedback from community user all over the various screen some label seem to be too long as they be truncate overlay by field image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussioncomment 1823140 |
keycloakkeycloak | can t update keycloak admin user unclear error message | Bug | describe the bug I start new kc x with an error on keycloak admin user administ ar tor after update with correct username keycloak admin user administ ra tor I get this message datetime error org key service main kc services0010 fail to add user administrator to realm master user with username exist version docker version keycloak x 15 1 0 expect behavior maybe a more descriptive error message like first admin user already create skip this one or a possibility to add a new admin with another username actual behavior no response how to reproduce just make an error on the username anything else no response |
keycloakkeycloak | in a realm with a configure custom user provider I can see it and also have a selection field | Bug | describe the bug in a realm with a configure custom user provider I can see it and also have a selection field image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussioncomment 1823140 |
keycloakkeycloak | user fed can t choose custom extension | Bug | describe the bug if there be no user fed provider configure I can t choose my custom extension from a list only the build in be available image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussioncomment 1823140 |
keycloakkeycloak | some of the social idp icon be miss | Bug | describe the bug some of the social idp icon be miss image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be keycloak keycloak 9119 comment discussioncomment 1823140 |
keycloakkeycloak | issue with client credential | Bug | describe the bug I think this be already fix but for completeness I m add this issue report by a community user in client credential tab the default setting be still client i d and secret and the secret be show but the authenticator field show sign jwt as it be the first option in the dropdown not the select one image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussioncomment 1823140 |
keycloakkeycloak | enable and disable feature incorrect | Bug | describe the bug on master realm home page enable disable feature do not match old ui s server info for instance docker be list as both enable and disabled map storage be experimental and enable but be show as disabled etc version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussioncomment 1823140 |
keycloakkeycloak | client secret not generate automatically on import | Bug | describe the bug hello in old keycloak version v10 0 1 a user can import a client by either import it to an exist realm or while they re client and realm create together the client secret be generate automatically for the client in the credential tab however an issue for the new version of keycloak like v15 0 2 while import a realm include the client the client secret field in the credential for client be miss this issue doesn t occur when import a client directly in an exist realm it only happen when both client and realm be create together version 15 0 2 expect behavior no response actual behavior no response how to reproduce step for test 1 test case one import a client on an exist realm under the configure menu select client click on the create button select import and choose an export client json file you can use these config clientid testimport surrogateauthrequire false enable true clientauthenticatortype client secret redirecturis notbefore 0 beareronly false consentrequire false standardflowenable true implicitflowenable false directaccessgrantsenable true serviceaccountsenable true authorizationservicesenable true publicclient false frontchannellogout false protocol openid connect result both keycloak behave correctly and create the client secret for the client testimport 2 test case one import a realm with client create a new realm test realm 1 create a client without import name it client 1 make sure to select the access type to confidential for the client you will see in the credential tab for the client that a client secret be generate now go to export in the left menu and click export enable role and client this will create a json file with all realm info inside that file the client secret will be save as remove that key value pair make sure you re under the client array and not object now go back to keycloak and create a new realm test realm 2 without import yet go to import in the left menu and click import select the export file make sure to leave import client as enable set the dropdown menu of if resource exist to skip confirm the import for keycloak v10 0 1 you will find the client client 1 create and it have a client secret in the credential tab for new version like 15 0 2 the client client 1 be there but the client secret be miss this be where the bug occur anything else no response |
keycloakkeycloak | upgrade to wildfly 25 0 1 final | Enhancement | description upgrade keycloak server to upgrade to wildfly 25 0 1 final discussion no response motivation no response detail no response |
keycloakkeycloak | keycloak docker doesn t start because wildfly initial state transfer time out for cache | Bug | describe the bug I m use jboss keycloak 15 1 0 docker image for integration testing in the gitlab ci single keycloak service for a job with many job as a part of a single pipeline sometimes it fail to start in less than 1 4 of case the issue be observable for jboss keycloak 15 0 2 as well the only startup argument that I set be keycloak user keycloak password keycloak loglevel and db vendor which be equivalent to docker run e keycloak user e keycloak password admin e keycloak loglevel debug e db vendor h2 jboss keycloak 15 0 2 the first error in the chain be 11 03 41 856 error org jboss msc service fail serverservice thread pool 64 msc000001 fail to start service org wildfly cluster infinispan cache keycloak work org jboss msc service startexception in service org wildfly cluster infinispan cache keycloak work org infinispan common cacheexception initial state transfer time out for cache work on runner ajvcf6kf project 136 concurrent 54h6r4 here be complete log keycloak txt version 15 1 0 expect behavior correct startup actual behavior keycloak doesn t start correctly and dependent service fail to communicate with it how to reproduce docker run e keycloak user e keycloak password admin e keycloak loglevel debug e db vendor h2 jboss keycloak 15 0 2 for many time anything else it may stably reproduce as a part of a gitlab ci the issue may be cause by infrastructure issue e g limited resource here be the relate stackoverflow question |
keycloakkeycloak | keycloak email subject customization issue | Bug | describe the bug hi we be use keycloak in one of our product and we want to customise the verification and password reset email content and subject but we recognize that both of the email use the same template executeaction ftl and there be only 1 field for subject line of that email executeactionssubject I see emailverificationsubject and passwordresetsubject but these be not use what can I do to use different subject line for keycloak verification email and password reset email I see a solution online where it will be need to create a freemarker template but it seem rather complicated I hope for easy way to do it any help will be much appreciate I m use a dockerized version of keycloak from this version late version of keycloak expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | provide an option like java opt append also for quarkus base keycloak x container | Enhancement | description for keycloak x it s currently not possible to add custom java property on startup by just provide the one you want to set without override the complete default java opt set in kc sh bat this make it hard to adjust the environment to custom need without modify the kc sh script which make update more complex I therefore love to see a possibility to set additional java opt without override the default discussion discussioncomment 1793426 motivation in the legacy wildfly base keycloak docker container there be an environment variable name java opt append which allow we to append various java option to the default configure one this be currently miss for keycloak x use java tool option do not work for override the default set java opt in the kc sh bat script e g it be currently not possible to set custom xmx and xms property detail no response |
keycloakkeycloak | webapplicationexception error log for every error response | Bug | describe the bug we have be see a lot of these in sentry after upgrade to keycloak 15 webapplicationexception http 200 ok at org keycloak service resource identitybrokerservice parsesessioncode identitybrokerservice java 1065 at org keycloak service resource identitybrokerservice performlogin identitybrokerservice java 372 at jdk internal reflect generatedmethodaccessor645 invoke at jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java lang reflect method invoke method java 566 72 additional frame s be not display unexpectederrorhandlingrequestmessage there be a change in the identitybrokerservice in this commit diff e44efb607cb8cb833e99677c01e7fc10d67afc6ee54ce4faf06a01f5acaf50e7r1065 line 1065 and so on that probably cause this can you explain why be this change version 15 0 2 expect behavior expect behavior be not to log this as an error actual behavior exception be throw for every error status code how to reproduce try to login with google that fail anything else no response |
keycloakkeycloak | update quarkus distribution to v2 5 3 | Enhancement | description description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 5 3 final so we have to update keycloak x s underlie quarkus distribution to the new version note don t forget to bump the package use by quarkus and keycloak find here l40 l49 and here l38 for the bom version the respective quarkus version can be find here l16 l212 discussion no response motivation no response detail no response discussion no response motivation no response detail no response |
keycloakkeycloak | ux review the order of the user tab be not correct | Bug | describe the bug the role mapping tab should appear after the credential tab not after the consent tab version 16 0 0 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review some fine tuning of generate new key modal in key tab | Bug | describe the bug there be some fine tuning of the generate new key modal as show below please check and fix they thank 1 the client name be the default value of the key alia and the key alia be a required field 2 the key password and store password be require 3 if user didn t fill in all the require field the import button be disabled version admin new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ldap sync uncaught server error after upgrade to 15 1 0 | Bug | describe the bug after upgrade from 15 0 2 to 15 1 0 ldap connection test be work but as soon as I hit sync I get a error 2021 12 15 16 36 17 961 info org keycloak storage ldap ldapidentitystoreregistry default task 1 create new ldap store for the ldap storage provider lbc ldap ldap configuration pagination true fullsyncperiod 604800 usersdn ou lebihanuser dc lbc europe dc de connectionpoole true cachepolicy default usekerberosforpasswordauthentication false importenable true enable true changedsyncperiod 86400 usernameldapattribute samaccountname binddn cn ou ou dc dc las tsync 1639582577 vendor ad uuidldapattribute objectguid connectionurl ldap 636 allowkerberosauthentication false syncregistration true authtype simple debug false searchscope 2 usetruststorespi ldapsonly priority 0 trustemail true userobjectclasse person organizationalperson user rdnldapattribute cn editmode writable validatepasswordpolicy true batchsizeforsync 1000 binaryattribute 2021 12 15 16 36 18 003 info org keycloak storage ldap ldapstorageproviderfactory default task 1 sync all user from ldap to local store realm lbc federation provider lbc ldap 2021 12 15 16 36 18 013 error org keycloak service error keycloakerrorhandler default task 1 uncaught server error java lang nosuchmethoderror java nio bytebuffer clear ljava nio bytebuffer at org keycloak vault defaultvaultrawsecret close defaultvaultrawsecret java 90 at org keycloak vault defaultvaulttranscriber getcharsecret defaultvaulttranscriber java 84 at org keycloak storage ldap idm store ldap ldapcontextmanager getvaultsecret ldapcontextmanager java 108 at org keycloak storage ldap idm store ldap ldapcontextmanager createldapcontext ldapcontextmanager java 72 at org keycloak storage ldap idm store ldap ldapcontextmanager getldapcontext ldapcontextmanager java 100 at org keycloak storage ldap idm query internal ldapquery initpagination ldapquery java 211 at org keycloak storage ldap idm store ldap ldapoperationmanager searchpaginate ldapoperationmanager java 293 at org keycloak storage ldap idm store ldap ldapidentitystore fetchqueryresult ldapidentitystore java 277 at org keycloak storage ldap idm query internal ldapquery getresultlist ldapquery java 172 at org keycloak storage ldap ldapstorageproviderfactory syncimpl ldapstorageproviderfactory java 542 at org keycloak storage ldap ldapstorageproviderfactory sync ldapstorageproviderfactory java 478 at org keycloak service manager userstoragesyncmanager 2 1 call userstoragesyncmanager java 108 at org keycloak service manager userstoragesyncmanager 2 1 call userstoragesyncmanager java 103 at org keycloak cluster infinispan infinispanclusterprovider executeifnotexecute infinispanclusterprovider java 78 at org keycloak service manager userstoragesyncmanager 2 run userstoragesyncmanager java 103 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak service manager userstoragesyncmanager syncalluser userstoragesyncmanager java 93 at org keycloak service resource admin userstorageproviderresource syncuser userstorageproviderresource java 142 at sun reflect nativemethodaccessorimpl invoke0 native method at sun reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at sun reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java lang reflect method invoke method java 498 at org jboss resteasy core methodinjectorimpl invoke methodinjectorimpl java 138 at org jboss resteasy core resourcemethodinvoker internalinvokeontarget resourcemethodinvoker java 546 at org jboss resteasy core resourcemethodinvoker invokeontargetafterfilter resourcemethodinvoker java 435 at org jboss resteasy core resourcemethodinvoker lambda invokeontarget 0 resourcemethodinvoker java 396 at org jboss resteasy core interception prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 358 at org jboss resteasy core resourcemethodinvoker invokeontarget resourcemethodinvoker java 398 at org jboss resteasy core resourcemethodinvoker invoke resourcemethodinvoker java 365 at org jboss resteasy core resourcelocatorinvoker invokeontargetobject resourcelocatorinvoker java 150 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 110 at org jboss resteasy core resourcelocatorinvoker invokeontargetobject resourcelocatorinvoker java 141 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 110 at org jboss resteasy core resourcelocatorinvoker invokeontargetobject resourcelocatorinvoker java 141 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 104 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 440 at org jboss resteasy core synchronousdispatcher lambda invoke 4 synchronousdispatcher java 229 at org jboss resteasy core synchronousdispatcher lambda preprocess 0 synchronousdispatcher java 135 at org jboss resteasy core interception prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 358 at org jboss resteasy core synchronousdispatcher preprocess synchronousdispatcher java 138 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 215 at org jboss resteasy plugin server servlet servletcontainerdispatcher service servletcontainerdispatcher java 245 at org jboss resteasy plugin server servlet httpservletdispatcher service httpservletdispatcher java 61 at org jboss resteasy plugin server servlet httpservletdispatcher service httpservletdispatcher java 56 at javax servlet http httpservlet service httpservlet java 590 at io undertow servlet handler servlethandler handlerequ servlethandler java 74 at io undertow servlet handler filterhandler filterchainimpl dofilter filterhandler java 129 at org keycloak provider wildfly wildflyrequestfilter lambda dofilter 0 wildflyrequestfilter java 41 at org keycloak service filter abstractrequestfilter filter abstractrequestfilter java 43 at org keycloak provider wildfly wildflyrequestfilter dofilter wildflyrequestfilter java 39 at io undertow servlet core managedfilter dofilter managedfilter java 61 at io undertow servlet handler filterhandler filterchainimpl dofilter filterhandler java 131 at io undertow servlet handler filterhandler handlerequest filterhandler java 84 at io undertow servlet handler security servletsecurityrolehandler handlerequest servletsecurityrolehandler java 62 at io undertow servlet handler servletchain 1 handlerequ servletchain java 68 at io undertow servlet handler servletdispatchinghandler handlerequest servletdispatchinghandler java 36 at org wildfly extension undertow security securitycontextassociationhandler handlerequest securitycontextassociationhandler java 78 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow servlet handler redirectdirhandler handlerequest redirectdirhandler java 68 at io undertow servlet handler security sslinformationassociationhandler handlerequest sslinformationassociationhandler java 117 at io undertow servlet handler security servletauthenticationcallhandler handlerequest servletauthenticationcallhandler java 57 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow security handler abstractconfidentialityhandler handlerequest abstractconfidentialityhandler java 46 at io undertow servlet handler security servletconfidentialityconstrainthandler handlerequ servletconfidentialityconstrainthandler java 64 at io undertow security handler authenticationmechanismshandler handlerequest authenticationmechanismshandler java 60 at io undertow servlet handler security cachedauthenticatedsessionhandler handlerequ cachedauthenticatedsessionhandler java 77 at io undertow security handler notificationreceiverhandler handlerequ notificationreceiverhandler java 50 at io undertow security handler abstractsecuritycontextassociationhandler handlerequest abstractsecuritycontextassociationhandler java 43 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at org wildfly extension undertow security jacc jacccontextidhandler handlerequest jacccontextidhandler java 61 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at org wildfly extension undertow deployment globalrequestcontrollerhandler handlerequ globalrequestcontrollerhandler java 68 at io undertow servlet handler senderrorpagehandler handlerequest senderrorpagehandler java 52 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow servlet handler servletinitialhandler handlefirstrequest servletinitialhandler java 269 at io undertow servlet handler servletinitialhandler access 100 servletinitialhandler java 78 at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 133 at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 130 at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 48 at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 at org wildfly extension undertow security securitycontextthreadsetupaction lambda create 0 securitycontextthreadsetupaction java 105 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at io undertow servlet handler servletinitialhandler dispatchrequest servletinitialhandler java 249 at io undertow servlet handler servletinitialhandler access 000 servletinitialhandler java 78 at io undertow servlet handler servletinitialhandler 1 handlerequest servletinitialhandler java 99 at io undertow server connector executeroothandler connector java 387 at io undertow server httpserverexchange 1 run httpserverexchange java 841 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at org xnio xnioworker workerthreadfactory 1 1 run xnioworker java 1280 at java lang thread run thread java 748 version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else ubuntu server 18 04 openjre 8 openjdk 8 postgresql db keycloak standalone installation |
keycloakkeycloak | can not call torepresentation on realm | Bug | describe the bug call restclient realm realm torepresentation use the java spring keycloak admin client 15 0 1 cause cause by com fasterxml jackson databind exc unrecognizedpropertyexception unrecognized field oauth2devicecodelifespan class org keycloak representation idm realmrepresentation not mark as ignorable 130 know property userfederationmapper rememberme duplicateemailsallowe admineventsdetailsenabled user clientofflinesessionmaxlifespan webauthnpolicyrequireresidentkey webauthnpolicypasswordlessavoidsameauthenticatorregister component otppolicytype accesscodelifespanuseraction i d webauthnpolicyattestationconveyancepreference enabledeventtype application webauthnpolicypasswordlesssignaturealgorithm eventslistener ssosessionmaxlifespanrememberme defaultdefaultclientscope webauthnpolicypasswordlesscreatetimeout clientofflinesessionidletimeout notbefore publickey smtpserver resetpasswordallowe webauthnpolicyavoidsameauthenticatorregister accesstokenlifespanforimplicitflow webauthnpolicypasswordlessuserverificationrequirement clientscope internationalizationenable attribute accesstokenlifespan passwordcredentialgrantallowe federateduser applicationscopemapping displayname truncate at source org jboss resteasy specimpl abstractbuiltresponse inputstreamwrapper line 1 column 829 through reference chain org keycloak representations idm realmrepresentation oauth2devicecodelifespan at com fasterxml jackson databind exc unrecognizedpropertyexception from unrecognizedpropertyexception java 61 at com fasterxml jackson databind deserializationcontext handleunknownproperty deserializationcontext java 855 at com fasterxml jackson databind deser std stddeserializer handleunknownproperty stddeserializer java 1212 at com fasterxml jackson databind deser beandeserializerbase handleunknownproperty beandeserializerbase java 1604 at com fasterxml jackson databind deser beandeserializerbase handleunknownvanilla beandeserializerbase java 1582 at com fasterxml jackson databind deser beandeserializer vanilladeserialize beandeserializer java 299 at com fasterxml jackson databind deser beandeserializer deserialize beandeserializer java 156 at com fasterxml jackson databind objectreader bind objectreader java 2042 at com fasterxml jackson databind objectreader readvalue objectreader java 1201 at org jboss resteasy plugins provider jackson resteasyjackson2provider readfrom resteasyjackson2provider java 181 at org jboss resteasy core interception abstractreaderinterceptorcontext readfrom abstractreaderinterceptorcontext java 66 at org jboss resteasy core interception abstractreaderinterceptorcontext proceed abstractreaderinterceptorcontext java 56 at org jboss resteasy client jaxrs internal clientresponse readfrom clientresponse java 211 88 more version 15 0 1 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | introduce per field delegation of entity | Enhancement | fix 9175 |
keycloakkeycloak | tree storage introduce notion of per field primary and cached status in an entity | Enhancement | description for the tree storage composition it be necessary to support several way of compose entity hierarchically and per field the follow use case need to be support an entity be a cache of another entity and do not provide any authoritative source of field it contain a composition of two entity where one entity be only a partial one eg an ldap object and the rest of the field need to be store in another entity jpa extension of the previous case some or all field from the partial entity eg an ldap object be cache in another entity which also provide primary source for field that be not store in the partial entity discussion no response motivation tree storage need a mechanism to compose the return entity from several source account for various aspect of cache of some field read only read write status of individual field etc for example to keycloak there should be no difference between an entity that be purely store in yaml or an entity that be always read some attribute value from ldap and store other attribute as well as field in jpa detail no response |
keycloakkeycloak | ux review update the toolbar in the group tab of the user detail page | Bug | describe the bug in the group tab of the user detail page as show in the screenshot below we can modify the toolbar 1 place the check box next to the search bar this be because checkbox have similar functionality to the filter 2 we can remove the question mark and the sentence version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | kcadm sh cli can not handle some complex value | Bug | describe the bug I be try to use ansible in conjunction with the cli to configure ldap federation when I notice that I keep get 400 bad request and 400 unknown error result I try to run the command manually from the cli myself instead of through ansible and I be get similar result in the end I find that try to set certain field with certain complex value be not possible in 15 0 1 one example be as follow kcadm sh create component r master s name idm s providerid idm s providertype org keycloak storage userstorageprovider s parentid master s config allowkerberosauthentication false s config authtype simple s config batchsizeforsync 1000 s config bindcredential testing s config binddn uid ssoldap cn user cn account dc example dc com s config cachepolicy no cache s config changedsyncperiod 86400 s config connectionpoole true s config connectionurl ldap ldap example com 636 s config customusersearchfilter memberof cn admins rhsso master cn group cn account dc example dc com s config debug false s config editmode read only s config enable true s config fullsyncperiod 604800 s config importenable true s config pagination true s config priority 0 s config rdnldapattribute uid s config searchscope 2 s config syncregistration false s config trustemail true s config usekerberosforpasswordauthentication false s config usernameldapattribute uid s config userobjectclasse inetorgperson organizationalperson s config usersdn cn user cn account dc example dc com s config usetruststorespi ldapsonly s config uuidldapattribute ipauniqueid s config validatepasswordpolicy false version 15 0 1 expect behavior the expect behavior would have be that the ldap federation configuration be apply actual behavior 400 bad request response or 400 unknown error response how to reproduce try to create a federation configuration use the cli script and set a non trivial filter for the customusersearchfilter preferably something contain in the end I be able to work around it by use ansible to template a json file and then apply that json file use the cli instead anything else no response |
keycloakkeycloak | remove hashicorp support | Enhancement | quarkus vault be no long among the core extension from quarkus repository now it be a quarkiverse extension we need to check how this move affect long term support and productization this removal be somewhat related to the extension story |
keycloakkeycloak | blank page after delete realm master client | Bug | describe the bug keycloak 11 0 3 I go to master realm then on menu client I remove marketplace ccv client which be the realm I create and now I keycloak webpage be blank after login on kcadm cli when I do get realm I get null unknown error my keycloak be still on h2 database so I can t access that database and look into the datum can someone help I get my access back version 11 0 3 expect behavior normal client realm I create delete operation in master realm actual behavior blank page after remove a client realm I create from master realm how to reproduce create a new realm go to master realm in the client remove your create realm keycloak page go blank anything else urgent fix |
keycloakkeycloak | deepcloner builder constructor be use in case when constructordc should be use | Bug | describe the bug there be some place where new deepcloner builder constructor be use even in case where there be constructor with deepclonner available for those case it should be use new deepcloner builder constructordc version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | fix 9135 disable pre load offline session by default | Enhancement | close 9135 basically disable pre loading by default specific test for quarkus distribution to enable pre loading offline session prior to run test that require pre loading |
keycloakkeycloak | disable pre loading offline session by default | Enhancement | we don t want pre loading offline session from the database |
keycloakkeycloak | user credential tab css issue expand row don t align with non expand row | Bug | describe the bug this be a css issue expand row don t align with non expand row please see below screenshot 2021 12 14 at 13 25 04 version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | maproleprovider misuse ilike operator when eq operator should be use | Bug | describe the bug accord to rolelookupprovider getrealmrole javadoc l29 l35 it should be look up by exact search by name while there be ilike l96 operator use in maproleprovider l203 the same apply to getclientrole l224 method there should be eq l65 use instead version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | fix 9128 enable new admin console to dist x | Bug | null |
keycloakkeycloak | enable new admin console to dist x | Bug | describe the bug it be not possible to enable the new admin console when use dist x the reason be that we no long have the theme explode within the dist but load from the classpath see version 15 1 0 expect behavior be able to enable the new admin console actual behavior not possible to enable the new admin console how to reproduce start the server use kc sh start dev feature admin2 enable and try to select the new admin console at the theme tab anything else no response |
keycloakkeycloak | keycloak 16 0 0 15 1 0 not on maven central | Bug | describe the bug keycloak 15 1 0 be not available on maven central version 15 1 0 expect behavior keycloak jar should be on maven central like all other version before actual behavior info scan for project download from central error error some problem be encounter while process the pom error non resolvable import pom could not find artifact org keycloak keycloak parent pom 15 1 0 in central line 113 column 25 error dependency dependency version for org keycloak keycloak admin client jar be miss line 162 column 21 error the build could not read 1 project help 1 error error the project de adorsys keycloak keycloak config cli 4 4 1 snapshot user jan ideaproject keycloak config cli pom xml have 2 error error non resolvable import pom could not find artifact org keycloak keycloak parent pom 15 1 0 in central line 113 column 25 help 2 error dependency dependency version for org keycloak keycloak admin client jar be miss line 162 column 21 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1 error help 2 how to reproduce no response anything else no response |
keycloakkeycloak | ux review when a federated provider exist there be no way to return to the initial state after search for user | Bug | describe the bug when I search for a user from screen keycloak keycloak ui 1 the keyword win t keep in the search box so I can t go back to screen keycloak keycloak ui 1 from screen keycloak keycloak 19044 screen1 image screen2 image expect behavior the search behavior should be the same as the behavior when there be no provider |
keycloakkeycloak | ux review the label overlap field in the form | Bug | describe the bug the form become like this everywhere check the screenshot below image |
keycloakkeycloak | ux review user temporarily disable status should be temporarily lock | Bug | describe the bug when the user be temporarily lock by the brute force rule the label display in the user table should be temporarily lock instead of temporarily disabled image version new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review optimize the button wording of the revoke modal in user consent | Bug | describe the bug in the user consent page there will be a modal popup after click the revoke option inside the kebab menu in this modal the primary button be delete we can change the button from delete to revoke as show in the screenshot below thank version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review some fine tuning of user consent page | Bug | describe the bug I review the user consent page and find some detail that can be optimize I list some fine tuning as show below please check and fix they thank 1 after click the show more label we can display the whole info of the grant client scope instead of the truncated name 2 don t need to truncate the last update value it s well to display it in one row 3 the distance between the kebab menu and the right border should be 24 px version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | can t enable new admin ui in keycloak x | Bug | describe the bug I can t seem to enable the new admin ui in keycloak x I start the docker container with docker run p 8080 8080 e keycloak admin init e keycloak admin password quay io keycloak keycloak x 15 1 0 start dev dkeycloak profile feature admin2 enable the output in the terminal show admin2 as enable when I log in to the admin console I only see base and keycloak under realm setting theme admin console theme keycloak v2 isn t an option there here s the full terminal output update the configuration and instal your custom provider if any please wait 2021 12 14 01 27 27 611 warn org key com profile build 76 experimental feature enable admin2 2021 12 14 01 27 36 396 info io qua dep quarkusaugmentor main quarkus augmentation complete in 10814ms 2021 12 14 01 27 40 269 warn org key com profile main experimental feature enable admin2 2021 12 14 01 27 40 366 info org key qua run hos defaulthostnameprovider main hostname setting frontend strict https false path strict backchannel false admin 2021 12 14 01 27 41 180 warn org inf persistence keycloak cache init ispn000554 jboss marshalling be deprecate and plan for removal 2021 12 14 01 27 41 345 warn org inf config keycloak cache init ispn000569 unable to persist infinispan internal cache as no global state enable 2021 12 14 01 27 41 370 info org inf container keycloak cache init ispn000556 start user marshaller org infinispan jboss marshal core jbossusermarshaller 2021 12 14 01 27 41 697 info org inf container keycloak cache init ispn000128 infinispan version infinispan triskaidekaphobia 13 0 0 final 2021 12 14 01 27 42 493 info org key con inf defaultinfinispanconnectionproviderfactory main node name node 376946 site name null 2021 12 14 01 27 44 194 info org key qua run sto dat liq quarkusjpaupdaterprovider main initialize database schema use changelog meta inf jpa changelog master xml 2021 12 14 01 27 46 817 info org key service main kc services0050 initialize master realm 2021 12 14 01 27 49 150 info org key service main kc services0009 add user init to realm master 2021 12 14 01 27 49 271 info io quarkus main keycloak 15 1 0 on jvm power by quarkus 2 5 1 final start in 12 724s listen on 2021 12 14 01 27 49 271 info io quarkus main profile dev activate 2021 12 14 01 27 49 271 info io quarkus main instal feature agroal cdi hibernate orm jdbc h2 jdbc mariadb jdbc mssql jdbc mysql jdbc oracle jdbc postgresql keycloak narayana jta reactive route resteasy resteasy jackson smallrye context propagation smallrye health smallrye metric vault vertx 2021 12 14 01 27 49 273 warn org key qua run keycloakmain main run the server in dev mode do not use this configuration in production version keycloak x 15 1 0 expect behavior have keycloak v2 as an option under realm setting theme admin console theme in the admin console actual behavior keycloak v2 isn t an option under realm setting theme admin console theme in the admin console only have base and keycloak as option there how to reproduce launch keycloak x zip distribution bin kc sh start dev dkeycloak profile feature admin2 enable docker docker run p 8080 8080 e keycloak admin init e keycloak admin password quay io keycloak keycloak x 15 1 0 start dev dkeycloak profile feature admin2 enable log in to admin console and go to realm setting theme keycloak v2 isn t an option under admin console theme anything else launch the wildfly base keycloak with dkeycloak profile feature admin2 enable work as expect keycloak v2 show up under realm setting theme admin console theme I can control non experimental feature with dkeycloak profile feature enable disabled keycloak x ex dkeycloak profile feature impersonation disable correctly disable impersonation edit fix markdown formatting |
keycloakkeycloak | clusterconfigdisttest unstable | Bug | describe the bug the clusterconfigdistt be fail from time to time in gha this be probably due to cache now initialize in parallel with quarkus and variation in execution time when run test in gha version 15 1 0 expect behavior should not fail any test actual behavior clusterconfigdistt fail in gha example failure at how to reproduce no response anything else no response |
keycloakkeycloak | store hotrod schema version in hotrod server | Enhancement | description currently during startup we always update the schema to the version that the started keycloak server have however we need to make sure that only new schema change be store we need to store the schema version for each entity area discussion no response motivation no response detail no response |
keycloakkeycloak | build keycloak theme fail with module react monaco editor could not be resolve by snowpack | Bug | describe the bug mvn clean install dskiptest info scan for project info info org keycloak keycloak admin ui info building keycloak administration ui 16 0 0 snapshot info jar info info maven clean plugin 3 1 0 clean default clean keycloak admin ui info info git commit i d maven plugin 5 0 0 revision default keycloak admin ui info info frontend maven plugin 1 12 0 install node and npm default keycloak admin ui info node v16 13 0 be already instal info info frontend maven plugin 1 12 0 npm npm install keycloak admin ui info run npm install in home tom dev repos gh thomasdarimont keycloak dev keycloak admin ui info info prepare info husky install info info husky git hook instal info info up to date audit 1756 package in 4s info info 150 package be look for funding info run npm fund for detail info info 12 vulnerability 5 moderate 6 high 1 critical info info to address issue that do not require attention run info npm audit fix info info to address all issue include break change run info npm audit fix force info info run npm audit for detail info info frontend maven plugin 1 12 0 npm npm run build keycloak admin ui info run npm run build in home tom dev repos gh thomasdarimont keycloak dev keycloak admin ui info info build info snowpack build info info 16 37 17 snowpack building file info 16 37 20 snowpack file build 2 69 info 16 37 20 snowpack building dependency info 16 37 32 esinstall home tom dev repos gh thomasdarimont keycloak dev keycloak admin ui node modules patternfly react code editor dist esm component codeeditor codeeditor js info module react monaco editor could not be resolve by snowpack be it instal info 16 37 32 snowpack plugin typescript src component json file upload fileuploadform tsx 150 28 error ts7006 parameter value implicitly have an any type info src component json file upload fileuploadform tsx 150 35 error ts7006 parameter event implicitly have an any type info src realm setting policiestab tsx 267 26 error ts7006 parameter value implicitly have an any type info src realm setting profilestab tsx 251 26 error ts7006 parameter value implicitly have an any type info src realm setting userprofiletab tsx 13 29 error ts2307 can not find module monaco editor or its corresponding type declaration info src realm setting userprofiletab tsx 124 28 error ts7006 parameter editor implicitly have an any type info 16 37 32 snowpack plugin typescript command exit with error code error command fail with exit code 2 tsc noemit info src component json file upload fileuploadform tsx 150 28 error ts7006 parameter value implicitly have an any type info src component json file upload fileuploadform tsx 150 35 error ts7006 parameter event implicitly have an any type info src realm setting policiestab tsx 267 26 error ts7006 parameter value implicitly have an any type info src realm setting profilestab tsx 251 26 error ts7006 parameter value implicitly have an any type info src realm setting userprofiletab tsx 13 29 error ts2307 can not find module monaco editor or its corresponding type declaration info src realm setting userprofiletab tsx 124 28 error ts7006 parameter editor implicitly have an any type info info build failure info info total time 21 753 s info finish at 2021 12 13t15 36 32 01 00 info error fail to execute goal com github eirslett frontend maven plugin 1 12 0 npm npm run build on project keycloak admin ui fail to run task npm run build fail org apache commons exec executeexception process exit with an error 1 exit value 1 help 1 error error to see the full stack trace of the error re run maven with the e switch error re run maven use the x switch to enable full debug log error error for more information about the error and possible solution please read the follow article error help 1 version 16 0 0 snapshot expect behavior build should work without error actual behavior build fail how to reproduce git clone repo npm install cd keycloak theme mvn install anything else no response |
keycloakkeycloak | userresource sendverifyemail use executeaction ftl instead of email verification ftl | Enhancement | describe the bug when try to send a mail address verification email via userresource sendverifyemail l859 the method trigger the usage of the wrong executeaction ftl template instead of the correct email verification ftl this be a problem because executeaction ftl make the user click multiple time to verify their mail address which be unexpected and lead to user not understand why their mail address be not verify even though they click the link in their after registration mail version 15 0 2 expect behavior userresource sendverifyemail call emailtemplateprovider sendverifyemail which send out the correct email verification tfl template as the method name suggest and the user expect actual behavior userresource sendverifyemail wrongly call emailtemplateprovider sendexecuteaction which send out the unexpected executeaction ftl template how to reproduce java val realmresource keycloak realm my realm val userresource realmresource user userresource get sendverifyemail anything else no response |
keycloakkeycloak | make i d field accessor method generate | Enhancement | description currently we implement i d accessor method in an abstract class like this l41 the reason for this be to assert that i d be set only once to avoid problem with key value store change I d in the entity win t change mapping key value just change I d in the value like chm or hotrod since generator be currently storage specific we can move the setid logic to the generator discussion no response motivation no response detail no response |
keycloakkeycloak | unable to recognize spi persist property | Bug | when build the server as follow kc sh build http enable true hostname strict false spi sticky session encoder infinispan should attach route false the spi sticky session encoder infinispan should attach route option be persist but be not recognize when start the server any spi property provide during build should be recognize and use to configure the runtime |
keycloakkeycloak | keycloak user federation page not load as expect | Bug | describe the bug try instal keycloak service on air gap kubernete cluster accessing keycloak work as expect but the issue come when click on user federation tab and could not add any authentication service to keycloak due to this error kubectl log and kubectl describe do not show anything relate to error error as show kc version 15 0 2 expect behavior should not have any format issue on user federation page as show image actual behavior as describe above how to reproduce 1 load image to offline docker repo 2 configure helm chart to pull from offline docker repo 3 helm install do note I can not reproduce it on another system anything else no response |
keycloakkeycloak | update quarkus distribution to 2 5 2 final | Enhancement | description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 5 2 final so we have to update keycloak x s underlie quarkus distribution to the new version note don t forget to bump the package use by quarkus and keycloak find here l40 l49 and here l38 for the bom version the respective quarkus version can be find here l16 l212 discussion no response motivation no response detail no response |
keycloakkeycloak | enhance mapper list layout | Enhancement | description new layout a well layout but need more effort the summary of the input output of all the mapper type around the console discussion no response motivation no response detail no response |
keycloakkeycloak | client policy negative logic by a policy | Enhancement | description to client policy policy add a feature negative logic that client policy condition have already support yes to no and no to yes abstain remain unchanged discussion no response motivation when we want to apply the follow criterion to a request for apply profile the current client policy condition and policy can not realize this criterion not a and b not a or not b by introduce negative logic to a policy the same as exist condition support the policy with negative logic be true can realize the criterion just above detail add the boolean value field isnegativelogic to clientpolicyrepresentation and clientpolicy its default value be false when the lack of this field s value it be treat as false backward compartibility this enhancement do not affect keycloak user use client policy defaultclientpolicymanager issatisfie check s this field s value of clientpolicy and revert the result if it be true |
keycloakkeycloak | client policy an executor reject all request | Enhancement | description create an executor that reject all client s request discussion no response motivation in some situation it be beneficial from the viewpoint of security to reject a request that meet some criterion for example some client be suspect to be compromise keycloak want to block request from this client it can be achieve by disable this client but this proposal can incorporate other exist client policy condition detail add new executor rejectrequestexecutor the executor do not hold any configuration the executor throw clientpolicyexception oautherrorexception invalid request not allow request |
keycloakkeycloak | start keycloak x with feature experimental lead to exception | Bug | describe the bug when run e g kc sh start dev feature experimental I observe that the follow exception occur error fail to run build command error io quarkus builder buildexception build failure build fail due to error error build step org keycloak quarkus deployment keycloakprocessor configureprovider throw an exception java lang illegalargumentexception no enum constant org keycloak common profile profilevalue experimental at java base java lang enum valueof enum java 240 at org keycloak common profile profilevalue valueof profile java 109 at org keycloak common profile profile java 133 at org keycloak quarkus runtime keycloakrecorder createprofile keycloakrecorder java 86 at org keycloak quarkus deployment keycloakprocessor configureprovider keycloakprocessor java 240 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 566 at io quarkus deployment extensionloader 2 execute extensionloader java 887 at io quarkus builder buildcontext run buildcontext java 277 at org jboss thread contexthandler 1 runwith contexthandler java 18 at org jboss thread enhancedqueueexecutor task run enhancedqueueexecutor java 2449 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1478 at java base java lang thread run thread java 829 at org jboss thread jbossthread run jbossthread java 501 it seem there s no mapping find for experimental in productvalue which be true bc this only have 3 value none of they experimental use e g feature preview work as expect version 15 1 0 expect behavior keycloak x start with experimental feature enable actual behavior exception be throw how to reproduce run kc sh start dev feature experimental anything else observe while try to look into 9092 |
keycloakkeycloak | can t set up webauthn security key with keycloak x | Bug | describe the bug I m not able to set up any webauthn security key from the account console in keycloak x when I try to set up a security key an internal server error occur in a fresh realm I follow the webauthn setup step in the server administration guide webauthn to enable webauthn support I m not able to set up security key with keycloak x but I can set up security key after set up follow the same step in wildfly base keycloak this bug have be around since at least version 14 0 0 version keycloak x 15 1 0 expect behavior can add security key from account console after follow webauthn setup step in the server administration guide webauthn actual behavior an internal server error have occur error org key ser err keycloakerrorhandler executor thread 16 uncaught server error java lang nullpointerexception can not invoke javax ws rs core mediatype iscompatible javax ws rs core mediatype because mt be null at org jboss resteasy plugin server basehttprequ getformparameter basehttprequest java 53 at org jboss resteasy plugin server basehttprequest getdecodedformparameter basehttprequest java 74 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 77 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 568 at org jboss resteasy core contextparameterinjector genericdelegatingproxy invoke contextparameterinjector java 166 at jdk proxy2 jdk proxy2 proxy47 getdecodedformparameter unknown source at org keycloak authentication requiredaction webauthnregister requiredactionchallenge webauthnregister java 135 at org keycloak service manager authenticationmanag executeaction authenticationmanager java 1265 at org keycloak service manager authenticationmanager executionaction authenticationmanag java 1224 at org keycloak service manager authenticationmanager actionrequire authenticationmanag java 1112 at org keycloak service manager authenticationmanag nextactionafterauthentication authenticationmanager java 959 at org keycloak service resource loginactionsservice processrequireaction loginactionsservice java 995 at org keycloak service resource loginactionsservice requiredactionget loginactionsservice java 977 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 77 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 568 at org jboss resteasy core methodinjectorimpl invoke methodinjectorimpl java 170 at org jboss resteasy core methodinjectorimpl invoke methodinjectorimpl java 130 at org jboss resteasy core resourcemethodinvoker internalinvokeontarget resourcemethodinvoker java 660 at org jboss resteasy core resourcemethodinvoker invokeontargetafterfilter resourcemethodinvoker java 524 at org jboss resteasy core resourcemethodinvoker lambda invokeontarget 2 resourcemethodinvoker java 474 at org jboss resteasy core interception jaxrs prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 364 at org jboss resteasy core resourcemethodinvoker invokeontarget resourcemethodinvoker java 476 at org jboss resteasy core resourcemethodinvoker invoke resourcemethodinvoker java 434 at org jboss resteasy core resourcelocatorinvoker invokeontargetobject resourcelocatorinvoker java 192 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 141 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 32 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 492 at org jboss resteasy core synchronousdispatcher lambda invoke 4 synchronousdispatcher java 261 at org jboss resteasy core synchronousdispatcher lambda preprocess 0 synchronousdispatcher java 161 at org jboss resteasy core interception jaxrs prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 364 at org jboss resteasy core synchronousdispatcher preprocess synchronousdispatcher java 164 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 247 at io quarkus resteasy runtime standalone requestdispatcher service requestdispatcher java 73 at io quarkus resteasy runtime standalone vertxrequesthandler dispatch vertxrequesthandler java 135 at io quarkus resteasy runtime standalone vertxrequesthandler handle vertxrequesthandler java 81 at io quarkus resteasy runtime standalone vertxrequesthandler handle vertxrequesthandler java 41 at io vertx ext web impl routestate handlecontext routestate java 1128 at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java 154 at io vertx ext web impl routingcontextimpl next routingcontextimpl java 141 at io quarkus vertx http runtime staticresourcesrecorder 2 handle staticresourcesrecorder java 67 at io quarkus vertx http runtime staticresourcesrecorder 2 handle staticresourcesrecorder java 55 at io vertx ext web impl routestate handlecontext routestate java 1128 at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java 154 at io vertx ext web impl routingcontextimpl next routingcontextimpl java 141 at io quarkus vertx http runtime vertxhttprecorder 5 handle vertxhttprecorder java 362 at io quarkus vertx http runtime vertxhttprecorder 5 handle vertxhttprecorder java 340 at io vertx ext web impl routestate handlecontext routestate java 1128 at io vertx ext web impl routingcontextimplbase iteratenext routingcontextimplbase java 154 at io vertx ext web impl routingcontextimpl next routingcontextimpl java 141 at org keycloak quarkus runtime integration web quarkusrequestfilter lambda createblockinghandler 1 quarkusrequestfilter java 66 at io vertx core impl contextimpl lambda null 0 contextimpl java 159 at io vertx core impl abstractcontext dispatch abstractcontext java 100 at io vertx core impl contextimpl lambda executeblocke 1 contextimpl java 157 at io quarkus vertx core runtime vertxcorerecorder 13 runwith vertxcorerecorder java 543 at org jboss thread enhancedqueueexecutor task run enhancedqueueexecutor java 2449 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1478 at org jboss thread delegatingrunnable run delegatingrunnable java 29 at org jboss thread threadlocalresettingrunnable run threadlocalresettingrunnable java 29 at io netty util concurrent fastthreadlocalrunnable run fastthreadlocalrunnable java 30 at java base java lang thread run thread java 833 how to reproduce create a new realm set up webauthn support follow webauthn setup step in the server administration guide webauthn go to account management console realm account signing in set up security key internal server error see traceback above anything else follow the exact same setup step webauthn work as expect in wildfly base keycloak |
keycloakkeycloak | client policy an executor reject a request base on a client role | Enhancement | description create an executor that reject a client s request if any of its client role be not include in role specify by its executor s configuration discussion no response motivation exist client policy condition clientrolescondition can apply a profile to a client s request if at least any one of its client role be include in role specify by its condition s configuration however it can not reject other request that do not fit this condition such request be pass through client policy the propose enhancement might be useful for such the use case that the client whose client role include pisp be allow to invoke payment service by this propose enhancement I expect that keycloak can apply fapi 1 0 advanced security profile to the client s request with scope bank transfer for initiate payment service whose client role include pisp while keycloak can reject not pass through the client s request with scope bank transfer for initiate payment service whose client role only include aisp and do not include pisp detail add new executor clientrolesexecutor the executor hold a configuration role the executor check whether at least any one of the client role be include in role if so it pass the request if not it reject the request and throw clientpolicyexception oautherrorexception invalid request no adequate client role |
keycloakkeycloak | allow term and condition after every login | Enhancement | description the ability to set term and condition to be accept after every login not just a one time requiredaction discussion no response motivation many organization include government organization require a notice to be accept by user every time they login the term and condition feature of keycloak be a good solution to this because it allow administrator to offset this requirement from the application ui to keycloak and can therefore be reuse across many application within the organization this also provide well auditing and traceability for legal reason detail no response |
keycloakkeycloak | realm export not work for keycloak x 15 1 0 | Bug | describe the bug the export functionality be not work for keycloak x 15 1 0 a classcastexception occur version 15 1 0 expect behavior the export should work and a classcastexception should never occur actual behavior export fail with follow stacktrace shell java lang classcastexception class picocli commandline 2 can not be cast to class org keycloak quarkus runtime cli executionexceptionhandler picocli commandline 2 and org keycloak quarkus runtime cli executionexceptionhandler be in unnamed module of loader io quarkus bootstrap runner runnerclassloader 4141d797 at org keycloak quarkus runtime cli command abstractstartcommand run abstractstartcommand java 34 at picocli commandline executeuserobject commandline java 1939 at picocli commandline access 1300 commandline java 145 at picocli commandline runlast executeuserobjectoflastsubcommandwithsameparent commandline java 2358 at picocli commandline runlast handle commandline java 2352 at picocli commandline runlast handle commandline java 2314 at picocli commandline abstractparseresulthandler execute commandline java 2179 at picocli commandline runlast execute commandline java 2316 at picocli commandline execute commandline java 2078 at org keycloak quarkus runtime cli command abstractexportimportcommand run abstractexportimportcommand java 72 at picocli commandline executeuserobject commandline java 1939 at picocli commandline access 1300 commandline java 145 at picocli commandline runlast executeuserobjectoflastsubcommandwithsameparent commandline java 2358 at picocli commandline runlast handle commandline java 2352 at picocli commandline runlast handle commandline java 2314 at picocli commandline abstractparseresulthandler execute commandline java 2179 at picocli commandline runlast execute commandline java 2316 at picocli commandline execute commandline java 2078 at org keycloak quarkus runtime cli picocli parseandrun picocli java 88 at org keycloak quarkus runtime keycloakmain main keycloakmain java 78 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 566 at io quarkus bootstrap runner quarkusentrypoint dorun quarkusentrypoint java 53 at io quarkus bootstrap runner quarkusentrypoint main quarkusentrypoint java 28 how to reproduce shell docker run quay io keycloak keycloak x 15 1 0 export dir tmp export anything else I think this might be relate to I assume import be also impact but I don t have a realm file ready for test |
keycloakkeycloak | x509 certificate be not valid for any name but want to match keycloak infra svc | Bug | describe the bug I ve be struggle to configure my krakend to perform authentication by reach keycloak through the service that exist in the same namespace as krakend my keycloak hold those two field externalurl internalurl I don t have any idea how the externalurl be populate but it be wrong and this should be consider as a bug try to reach keycloak from the internalurl fail miserably with a certification error error 01 post post x509 certificate be not valid for any name but want to match keycloak infra svc version quay io keycloak keycloak late expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | log more information in adapter core module | Enhancement | description add more debug log for token validation error discussion motivation currently most of the information be lose especially verificationexception message so we have situation where user get 403 error and good we can do be guess or debug code detail no response |
keycloakkeycloak | remove log warning due to relocate package | Enhancement | description remove log warning due to relocate package discussion no response motivation quarkus relocate some package namely vertx web which lead to the follow log entry 2021 12 10 13 07 55 406 warn org apa mav rep int defaultartifactdescriptorreader main the artifact io quarkus quarkus vertx web jar 2 5 1 final have be relocate to io quarkus quarkus reactive route jar 2 5 1 finl the artifact quarkus vertx web be now name quarkus reactive route please update your dependency so in order to get rid of these we should use the relocate package of vertx web in deployment and runtime package pom xml detail no response |
keycloakkeycloak | how can I fix keycloak circular dependency in adapter for spring boot 2 6 x | Bug | describe the bug spring boot 2 6 x seem to have introduce some change cause the previously work integration with keycloak to have a circular reference prevent application start it work and start fine with the current 2 5 x release explicitly by change nothing except the tag value from 2 5 7 to 2 6 1 in spring boot starter parent the error message detail below occur the expect behavior of course be that the application start just fine and be secure with keycloak just as before the actual message be application fail to start description the dependency of some of the bean in the application context form a cycle keycloaksecurityconfig field private org keycloak adapters keycloakconfigresolver org keycloak adapter springsecurity config keycloakwebsecurityconfigureradapter keycloakconfigresolver action rely upon circular reference be discourage and they be prohibit by default update your application to remove the dependency cycle between bean as a last resort it may be possible to break the cycle automatically by set spring main allow circular reference to true version org keycloak keycloak spring boot starter 15 0 2 expect behavior the expect behavior of course be that the application start just fine and be secure with keycloak just as before |
keycloakkeycloak | 9075 remove any unnecessary dependency from distribution | Enhancement | null |
keycloakkeycloak | get user with username filter return account manager | Bug | describe the bug hi guy I ve get a dockerized keycloak with 2 user register the service account manager and a random dude use the admin get user user resource realm user endpoint without any query param I don t get the account manager in the response but if I add an empty value in the username parameter realm user username max 20 or realm user username jdoe max 20 then I get the account manager user in the result could you please do not return the account manager thank in advance version 15 0 1 expect behavior no account manager return in any request actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | remove any unnecessary dependency from distribution | Enhancement | description not only to reduce the distribution size but also to reduce the vulnerability surface we should review the dependency include in the distribution and keep only those strictly necessary to runtime and re augmentation as the server be a mutable jar these additional dependency be a trade off as part of continuous testing support from quarkus however in theory these dependency win t actually be load in the runtime application discussion no response motivation not only to reduce the distribution size but also to reduce the vulnerability surface we should review the dependency include in the distribution and keep only those strictly necessary to runtime and re augmentation detail look like the good approach should be to exclude these dependency through maven instead of use quarkus property such as quarkus class loading remove artifact the proposal be to have a specific profile in the root pom that explicitly exclude the unwanted dependency the trade off here be that we need to make sure the distribution be build use this profile |
keycloakkeycloak | partial import s choose resource need proper pluralization | Bug | describe the bug in realm setting partial import when you open a file you get to choose the resource you want to import image pluralization be incorrect version 16 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | remove eap 6 and jboss as 7 adapter from download | Enhancement | description the eap 6 and as7 adapter where deprecate a long time ago but still include in the distribution however as we now have to switch to openjdk 11 to do the release to be able to do the quarkus release it be no long possible to build these as part of the release discussion no response motivation no response detail no response |
keycloakkeycloak | error app doesn t exist in role definition test realm | Bug | describe the bug we have 2 kc instance test and prod which be run the same kc version we do configure a few realm in test test they and now want to export import they to the prod a few very simple realm which doesn t have any complicated setting be import successfully but one of they have a few ldap federation with user group etc and this one we can not import we re get the follow exception error org keycloak service error keycloakerrorhandler default task 14 uncaught server error org keycloak component componentvalidationexception ldaperrormissinggroupspathgroup at org keycloak storage ldap mappers membership group groupldapstoragemapperfactory validateconfiguration groupldapstoragemapperfactory java 308 at org keycloak model jpa realmadapter importcomponentmodel realmadapter java 2020 at org keycloak model util representationtomodel importcomponents representationtomodel java 620 at org keycloak model util representationtomodel importcomponents representationtomodel java 622 at org keycloak model util representationtomodel importrealm representationtomodel java 399 at org keycloak service manager realmmanager importrealm realmmanager java 557 at org keycloak service manager realmmanager importrealm realmmanager java 495 at org keycloak service resources admin realmsadminresource importrealm realmsadminresource java 131 at java base jdk internal reflect nativemethodaccessorimpl invoke0 native method at java base jdk internal reflect nativemethodaccessorimpl invoke nativemethodaccessorimpl java 62 at java base jdk internal reflect delegatingmethodaccessorimpl invoke delegatingmethodaccessorimpl java 43 at java base java lang reflect method invoke method java 566 at org jboss resteasy core methodinjectorimpl invoke methodinjectorimpl java 138 at org jboss resteasy core resourcemethodinvoker internalinvokeontarget resourcemethodinvoker java 546 at org jboss resteasy core resourcemethodinvoker invokeontargetafterfilter resourcemethodinvoker java 435 at org jboss resteasy core resourcemethodinvoker lambda invokeontarget 0 resourcemethodinvoker java 396 at org jboss resteasy core interception prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 358 at org jboss resteasy core resourcemethodinvoker invokeontarget resourcemethodinvoker java 398 at org jboss resteasy core resourcemethodinvoker invoke resourcemethodinvoker java 365 at org jboss resteasy core resourcelocatorinvoker invokeontargetobject resourcelocatorinvoker java 150 at org jboss resteasy core resourcelocatorinvoker invoke resourcelocatorinvoker java 104 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 440 at org jboss resteasy core synchronousdispatcher lambda invoke 4 synchronousdispatcher java 229 at org jboss resteasy core synchronousdispatcher lambda preprocess 0 synchronousdispatcher java 135 at org jboss resteasy core interception prematchcontainerrequestcontext filter prematchcontainerrequestcontext java 358 at org jboss resteasy core synchronousdispatcher preprocess synchronousdispatcher java 138 at org jboss resteasy core synchronousdispatcher invoke synchronousdispatcher java 215 at org jboss resteasy plugin server servlet servletcontainerdispatcher service servletcontainerdispatcher java 245 at org jboss resteasy plugin server servlet httpservletdispatcher service httpservletdispatcher java 61 at org jboss resteasy plugin server servlet httpservletdispatcher service httpservletdispatcher java 56 at javax servlet http httpservlet service httpservlet java 590 at io undertow servlet handler servlethandler handlerequ servlethandler java 74 at io undertow servlet handler filterhandler filterchainimpl dofilter filterhandler java 129 at org keycloak provider wildfly wildflyrequestfilter lambda dofilter 0 wildflyrequestfilter java 41 at org keycloak service filter abstractrequestfilter filter abstractrequestfilter java 43 at org keycloak provider wildfly wildflyrequestfilter dofilter wildflyrequestfilter java 39 at io undertow servlet core managedfilter dofilter managedfilter java 61 at io undertow servlet handler filterhandler filterchainimpl dofilter filterhandler java 131 at io undertow servlet handler filterhandler handlerequest filterhandler java 84 at io undertow servlet handler security servletsecurityrolehandler handlerequest servletsecurityrolehandler java 62 at io undertow servlet handler servletchain 1 handlerequ servletchain java 68 at io undertow servlet handler servletdispatchinghandler handlerequest servletdispatchinghandler java 36 at org wildfly extension undertow security securitycontextassociationhandler handlerequest securitycontextassociationhandler java 78 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow servlet handler redirectdirhandler handlerequest redirectdirhandler java 68 at io undertow servlet handler security sslinformationassociationhandler handlerequest sslinformationassociationhandler java 117 at io undertow servlet handler security servletauthenticationcallhandler handlerequest servletauthenticationcallhandler java 57 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow security handler abstractconfidentialityhandler handlerequest abstractconfidentialityhandler java 46 at io undertow servlet handler security servletconfidentialityconstrainthandler handlerequ servletconfidentialityconstrainthandler java 64 at io undertow security handler authenticationmechanismshandler handlerequest authenticationmechanismshandler java 60 at io undertow servlet handler security cachedauthenticatedsessionhandler handlerequ cachedauthenticatedsessionhandler java 77 at io undertow security handler notificationreceiverhandler handlerequ notificationreceiverhandler java 50 at io undertow security handler abstractsecuritycontextassociationhandler handlerequest abstractsecuritycontextassociationhandler java 43 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at org wildfly extension undertow security jacc jacccontextidhandler handlerequest jacccontextidhandler java 61 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at org wildfly extension undertow deployment globalrequestcontrollerhandler handlerequ globalrequestcontrollerhandler java 68 at io undertow servlet handler senderrorpagehandler handlerequest senderrorpagehandler java 52 at io undertow server handler predicatehandler handlerequ predicatehandler java 43 at io undertow server handler metricshandler handlerequest metricshandler java 64 at io undertow servlet core metricschainhandler handlerequ metricschainhandl java 59 at io undertow servlet handler servletinitialhandler handlefirstrequest servletinitialhandler java 269 at io undertow servlet handler servletinitialhandler access 100 servletinitialhandler java 78 at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 133 at io undertow servlet handler servletinitialhandler 2 call servletinitialhandler java 130 at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 48 at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 at org wildfly extension undertow security securitycontextthreadsetupaction lambda create 0 securitycontextthreadsetupaction java 105 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at io undertow servlet handler servletinitialhandler dispatchrequest servletinitialhandler java 249 at io undertow servlet handler servletinitialhandler access 000 servletinitialhandler java 78 at io undertow servlet handler servletinitialhandler 1 handlerequest servletinitialhandler java 99 at io undertow server connector executeroothandler connector java 387 at io undertow server httpserverexchange 1 run httpserverexchange java 841 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at org xnio xnioworker workerthreadfactory 1 1 run xnioworker java 1280 at java base java lang thread run thread java 829 version 15 0 2 expect behavior export import of the realm between the same version of kc should work properly actual behavior import fail with an exception how to reproduce export the realm with ldap federation and import to another kc anything else no response |
keycloakkeycloak | github package be use both for snapshot build and release | Bug | describe the bug when run release sh it should use jboss nexus and not github package this could be achieve with a release profile and run maven with the release profile in release sh version main expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | url be inconsistent between jboss keycloak and quay io keycloak keycloak x auth | Bug | describe the bug hello I notice that I have an inconsistency between the jboss keycloak and keycloak x docker image the jboss keycloak image have auth in the url and the keycloak x image doesn t have auth this be annoying because the url have to change between different test environment in my case version 15 0 2 expect behavior all current keycloak distribution should come with the same default actual behavior jboss keycloak and quay io keycloak keycloak x have undocumente difference how to reproduce run jboss keycloak and quay io keycloak keycloak x with docker and observe the path without import any configuration anything else no response |
keycloakkeycloak | keycloak do not work on system with fip mode enable | Bug | describe the bug when system wide crypto policy be set to fip there be issue with run keycloak this have recently surface as rhel fedora and cento have change the way openjdk behave in this regard previously fip have to be explicitly enable for openjdk but be now enable by default when system wide policy be configure to conform to fip 140 2 with openjdk configure with fip conformance there be a number of thing not work properly in keycloak which be somewhat to be expect as keycloak have never have official fip support this issue be limit to ability to run keycloak on a fip enable system and not to support fip compliance in keycloak for fip 140 2 support within keycloak see original jira version all version of keycloak be affect and the issue surface rather base on the host system configuration upgrade container image publish to quay the issue happen in 15 1 0 but do not happen in 15 0 2 this be not cause by an issue in keycloak but rather the fact that the image 15 0 2 be not update with the late upgrade from rhel expect behavior keycloak be able to run on a fip enable system actual behavior add user keycloak script fail and keycloak fail to generate initial certificate there be probably also further issue but start a keycloak on a fip enable system after the database have be initial at least succeed how to reproduce enable fip mode on a rhel or fedora host fip mode setup enable start keycloak directly on the host and you will get the follow error error during startup org keycloak component componentvalidationexception fail to generate key run bin add user keycloak sh u admin and you will get the follow error java lang runtimeexception pbkdf2 algorithm not find start keycloak as a container with e keycloak user user e keycloak password pass result in the pbkdf2 algorithm not find error while interestingly enough not set these environment variable the container start successfully which be different behaviour to run keycloak from a zip where the fail to generate key error occur at startup workaround until fip be support by keycloak fip have to be disable for java to make it possible to run keycloak on system with fip mode enable for bear metal zip installation use the java opt append to set dcom redhat fip false for example export java opt dcom redhat fip false bin kc sh start dev for container use the java opt append to set dcom redhat fip false for example podman run p 8080 8080 e java opt append dcom redhat fip false e keycloak admin e keycloak admin password quay io keycloak keycloak |
keycloakkeycloak | add hotrod implementation for role | Enhancement | description provide hotrod storage implementation for the role area discussion no response motivation no response detail no response |
keycloakkeycloak | add hotrod implementation for user | Enhancement | description provide hotrod storage implementation for the user area discussion no response motivation no response detail no response |
keycloakkeycloak | rename cluster to cache in quarkus distribution | Enhancement | description at the moment in the quarkus distibution we have the option cluster default local cluster stack udp tcp ec2 kubernete this be not ideal as strictly speak keycloak doesn t do cluster and doesn t need cluster it s the embed infinispan cache that require this we should change this to cache local ispn cache stack udp tcp ec2 kubernete cache config file this will open up for the new store in term of have more option like kc build db postgre cache local kc build db postgre cache ispn kc build db postgre cache memcached kc build db cockroach cache disabled discussion no response motivation no response detail no response |
keycloakkeycloak | impossible to fill user profile require attribute in admin console and account set page | Bug | describe the bug I ve enable the declarative user profile feature currently in preview for a realm to make some user attribute mandatory unfortunately the require attribute be not visible on the admin console when register a new user so that be not possible for an admin to register a new user neither the field be visible on the manage account page documentation be talk about dynamic form expose such user attribute user profile dynamically render form that user interact with like registration update profile brokering and personal information in the account console accord to the attribute definition and without any need to manually change theme but the only place where mandatory attribute be visible be while register a new user from the login page user registration enable or when the admin set the update profile require user action on an already create user miss the attribute here my theme setting login theme default account theme keycloak v2 admin console theme keycloak email theme default internationalization enable off version 15 0 2 expect behavior during user registration from the admin console new field relate to the user profile should be add dynamically to the form to allow admin to populate they user should be able to update profile attribute from the manage account theme actual behavior user be able to set user profile attribute only during self registration or when admin activate the update profile require user action how to reproduce 1 activate the user profile feature as describe in the keycloak documentation user profile 2 enable the user profile from the realm setting general tab 3 create a new require attribute from the realm setting user profile tab 4 allow admin and user to view edit the attribute 5 create a new user 6 no custom attribute be visible 7 fill the form and saving will present an error that the require profile attribute must be fill anything else no response |
keycloakkeycloak | ux review some fine tuning of add predefine mapper | Bug | describe the bug there be some fine tuning for the add predefine mapper modal as show in the screenshot below please check and fix they at your convenience thank 1 change the title from choose a mapper type to add predefine mapper 2 in the modal there should be a checkbox to select all mapper note this modal be use by the client mapper tab and client scope client scope detail mapper tab so we can fix these issue across all of these page that use this modal version new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review filter and search bar don t work in the session list | Bug | describe the bug hi agagancarczyk in the session list I find that the filter and search bar don t work for now could you please take a look at this part and fix they at your convenience thank version new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review update the join function inside the user detail page or creation page | Bug | describe the bug in the late design we provide a new design of the join function on the user detail page we can update the join function accord to the late design as show in the design link here thank version new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.