repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | ux review optimize the title in the import authorization file modal | Bug | describe the bug in the import modal of the authorization setting page we can add the detail in the title such as import authorization file 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 authorization setting page | Bug | describe the bug there be some fine tuning of the authorization setting page in the client detail page 1 it look well if we shorten the divided line the length of it could be 400px 2 each radio option should be follow by a question mark that explain the option please refer to the design link to dig into more detail version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | change password | Bug | describe the bug sometimes when redirect an authenticated user to the change password page it instead display the sign in page doesn t know that the user be authenticate keycloak login action update password after I sign in then I see the change password page but every time I call the block above after that it make the user sign in it s like it doesn t know that the user be authenticate or keycloak be not pull the correct refresh token if I completely logout in my application then log back in it work again version version 11 expect behavior while log in when I call the update password action I should get the change password page actual behavior I actually get the sign in page after log in then I get the change password page even after I change my password after log in then go back to my application if I call the update password action again it show I the sign in page again how to reproduce log in to my application and wait about half hour then try call update password action anything else no response |
keycloakkeycloak | possible memory leak in offline session | Bug | describe the bug offline user session be store in infinispan cache and in db clearexpiredusersession task be schedule to remove session from db but even if the task clean correctly the db row cleaning of infinispan cache rely on expiration provide by infinispan that work correctly until reboot of the whole cluster that cause entry to be load from db and import in cache without any expiration l838 directly put all entity to the infinispan cache cache cache cachedecorator skipcacheloader getcache offline cache putall sessionsbyid if you then try to use an expire offline session still present in memory not more in db it be correctly remove but if you don t try to use that session it keep in memory until next reboot version 16 1 0 expect behavior no response actual behavior no response how to reproduce 1 set offline session idle to 15 minute image 2 login to a client with offline access scope 3 reboot the cluster 4 wait until offlinesession expire 15 minute 5 dump jvm heap memory and search for your session image as you can see entry be import as infinispan s immortalcacheentry that will never expire anything else no response |
keycloakkeycloak | unable to fetch metric via http when https be enable | Bug | describe the bug context I have activate the metric and I have also deactivate plain http via prod http enable false prod metric enable true problem but now I m unable to fetch the metric via http only via https curl keycloak url q metric fail curl keycloak url q metric success unfortunately I need prometheus tpo fetch those mtric via plain http I don t know if it s a bug a feature request have a good day version 16 1 1 expect behavior fetch the metric should work via http and not only via https actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | quarkus update to 2 7 0 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 7 0 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 | remove infinispan workaround introduce to prevent deadlock | Bug | describe the bug in pr 9840 we introduce a workaround with synchronization around a problematic infinispan api in order to fix 9648 this issue be handle upstream in and a fix should be available as part of 12 1 12 final this should be fix before 17 0 0 be release if the fix be not available in time the workaround need to be revisit for a performance evaluation version 17 0 0 snapshot expect behavior no workaround that impact performance should exist actual behavior workaround be in the code how to reproduce no response anything else instead of a synchronize block a read write lock could be implement |
keycloakkeycloak | migration with postgre db fail from 11 0 3 12 0 0 or high | Bug | describe the bug try to update keycloak from 11 0 3 with an exist postgre 14 1 database to a new version keycloak and postgre run as container setup with docker compose this be the relevant log keycloak 1 at org wildfly extension undertow deployment undertowdeploymentservice 1 run undertowdeploymentservice java 87 keycloak 1 at java base java util concurrent executors runnableadapter call executor java 515 keycloak 1 at java base java util concurrent futuretask run futuretask java 264 keycloak 1 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 keycloak 1 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 keycloak 1 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 keycloak 1 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 keycloak 1 at java base java lang thread run thread java 829 keycloak 1 at org jboss thread jbossthread run jbossthread java 513 keycloak 1 cause by liquibase exception migrationfailedexception migration fail for change set meta inf jpa changelog 12 0 0 xml 12 1 0 add realm localization table keycloak keycloak 1 reason liquibase exception databaseexception error relation realm localization already exist fail sql create table public realm localization realm i d varchar 255 not null locale varchar 255 not null text text not null keycloak 1 at org liquibase liquibase changelog changeset execute changeset java 619 keycloak 1 at org liquibase liquibase changelog visitor updatevisitor visit updatevisitor java 51 keycloak 1 at org liquibase liquibase changelog changelogiterator run changelogiterator java 79 keycloak 1 at org liquibase liquibase liquibase update liquibase java 214 keycloak 1 at org liquibase liquibase liquibase update liquibase java 192 keycloak 1 at org liquibase liquibase liquibase update liquibase java 188 keycloak 1 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider updatechangeset liquibasejpaupdaterprovider java 184 keycloak 1 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 103 keycloak 1 65 more keycloak 1 cause by liquibase exception databaseexception error relation realm localization already exist fail sql create table public realm localization realm i d varchar 255 not null locale varchar 255 not null text text not null keycloak 1 at org liquibase liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 309 keycloak 1 at org liquibase liquibase executor jvm jdbcexecutor execute jdbcexecutor java 55 keycloak 1 at org liquibase liquibase executor jvm jdbcexecutor execute jdbcexecutor java 113 keycloak 1 at org liquibase liquibase database abstractjdbcdatabase execute abstractjdbcdatabase java 1277 keycloak 1 at org liquibase liquibase database abstractjdbcdatabase executestatement abstractjdbcdatabase java 1259 keycloak 1 at org liquibase liquibase changelog changeset execute changeset java 582 keycloak 1 72 more keycloak 1 cause by org postgresql util psqlexception error relation realm localization already exist keycloak 1 at org postgresql core v3 queryexecutorimpl receiveerrorresponse queryexecutorimpl java 2440 keycloak 1 at org postgresql core v3 queryexecutorimpl processresult queryexecutorimpl java 2183 keycloak 1 at org postgresql core v3 queryexecutorimpl execute queryexecutorimpl java 308 keycloak 1 at org postgresql jdbc pgstatement executeinternal pgstatement java 441 keycloak 1 at org postgresql jdbc pgstatement execute pgstatement java 365 keycloak 1 at org postgresql jdbc pgstatement executewithflag pgstatement java 307 keycloak 1 at org postgresql jdbc pgstatement executecachedsql pgstatement java 293 keycloak 1 at org postgresql jdbc pgstatement executewithflag pgstatement java 270 keycloak 1 at org postgresql jdbc pgstatement execute pgstatement java 266 keycloak 1 at org jboss jca adapters jdbc wrappedstatement execute wrappedstatement java 198 keycloak 1 at org liquibase liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 307 keycloak 1 77 more keycloak 1 keycloak 1 11 46 36 688 info org jboss as server thread 1 wflysrv0220 server shutdown have be request via an os signal keycloak 1 11 46 36 724 info org jboss as connector subsystem datasource msc service thread 1 2 wflyjca0010 unbound datum source java jboss datasource keycloakds version 11 0 3 expect behavior database migration don t fail and keycloak be run after update the docker tag actual behavior keycloak don t start keycloak 1 11 46 37 106 info org infinispan cluster serverservice thread pool 59 ispn000080 disconnect jgroup channel ejb keycloak 1 11 46 37 121 error org jboss as controller management operation controller boot thread wflyctl0013 operation add fail address subsystem metric java lang nullpointerexception keycloak 1 at org wildfly extension metric metricssubsystemadd 2 execute metricssubsystemadd java 91 keycloak 1 at org jboss as controller abstractoperationcontext executestep abstractoperationcontext java 1045 keycloak 1 at org jboss as controller abstractoperationcontext processstage abstractoperationcontext java 777 keycloak 1 at org jboss as controller abstractoperationcontext executeoperation abstractoperationcontext java 466 keycloak 1 at org jboss as controller operationcontextimpl executeoperation operationcontextimpl java 1427 keycloak 1 at org jboss as controller modelcontrollerimpl boot modelcontrollerimpl java 550 keycloak 1 at org jboss as controller abstractcontrollerservice boot abstractcontrollerservice java 554 keycloak 1 at org jboss as controller abstractcontrollerservice boot abstractcontrollerservice java 516 keycloak 1 at org jboss as server serverservice boot serverservice java 461 keycloak 1 at org jboss as server serverservice boot serverservice java 414 keycloak 1 at org jboss as controller abstractcontrollerservice 1 run abstractcontrollerservice java 455 keycloak 1 at java base java lang thread run thread java 829 keycloak 1 keycloak 1 11 46 37 126 error org jboss as server serverservice thread pool 45 wflysrv0022 deploy of deployment keycloak server war be roll back with no failure message keycloak 1 11 46 37 143 info org jboss as msc service thread 1 2 wflysrv0050 keycloak 16 1 1 wildfly core 18 0 4 final stop in 452ms keycloak 1 kc keycloak 1 exit with code 1 how to reproduce this be the compose config file version 3 volume postgre datum driver local service postgre image docker io postgre 14 1 alpine restart always volume postgre data var lib postgresql data environment postgre db kc postgre user kc postgre password pw keycloak image docker io jboss keycloak 16 1 1 environment db vendor postgre db addr postgre db database kc db user kc db schema public db password pw keycloak user admin keycloak password pwkc proxy address forward true port 127 0 0 1 8080 8080 depend on postgre anything else no response |
keycloakkeycloak | user entry can be partially create in openldap when a validation error occur | Bug | describe the bug when use keycloak with openldap as user federation in writable edit mode and email as uid if you set up a constraint on a require ldap custom attribute and map it wityh keycloak without a default value set then if you try to create a user through api rest create user endpoint with an expected value for this field kc response be header 400 bad request body errormessage could not create user kc log message sh warn org keycloak service resources admin usersresource default task 1 could not create user org keycloak model modelexception error create subcontext uid ou user dc example dc com which be not the expect behavior so I do a lot of testing and come with another approach 1 add a default value such as inital empty value to the attribute s regex constraint 2 set this value as default in user federation mapping this work fine in a success scenario except that it do not fit my use case because settte a default value in the mapper will erase any previous value but it get more ugly when you try to create a user through an error scenario for instance by provide an unexpected value for this custom attribute kc rest api response be still header 400 bad request body errormessage could not create user kc log message be still sh warn org keycloak service resources admin usersresource default task 1 could not create user org keycloak model modelexception error create subcontext uid ou user dc example dc com except that user be in fact partially create in openldap mandatory attribute be fill with a space I guess to avoid mandatory constraint exception and only uid and password have correct value so even if you fix your mistake issue on client side user who encounter this error will not be able to register anymore and will get an error message email already in use until you clean up manually all these wrong ldap entry version 16 1 0 expect behavior kc must not initialize openldap entry require attribute with a space this workaround make it impossible to configure attribute constraint on ldap mandatory attribute in order to provide decent datum integrity well I guess it s not that simple since kc developper probably choose to implement this workaround for a good reason actual behavior in the describe scenario either you can t use constraint at all on openldap attribute which will break user creation workflow or you might get partially create user entry in openldap lock the uid value which can be an email how to reproduce set up a keycloak v16 1 0 or low realm with openldap 2 6 0 or low as user federation in writable edit mode and sync registration activate set up a custom openldap schema with a custom mandatory attribute that accept only a list of value use constraint overlay with a regex for instance so that any other value insert will trigger an ldap validation error such as add modify break constraint on mycustomattribute ldif overlay for constraint dn cn module cn config changetype add cn module objectclass olcmodulelist olcmoduleload constraint dn olcoverlay 0 constraint olcdatabase 2 mdb cn config changetype add objectclass olcconfig objectclass olcoverlayconfig objectclass olcconstraintconfig olcoverlay 0 constraint olcconstraintattribute mycustomattribute regex value1 value2 first scenario 1 create a user federation mapper for this custom attribute indicate it s mandatory 2 create a user with rest api endpoint with an attribute expect value 3 you ll get header 400 bad request body errormessage could not create user mean you can t create any user with this constraint in place second scenario error case 1 create a user federation mapper for this custom attribute indicate it s mandatory but also define a valid default value 2 create a user with rest api endpoint with an attribute unexpected value 3 you ll get header 400 bad request body errormessage could not create user except that kc have initialize user entry with a space in mandatory field see below apache directory studio screenshot screenshot from 2022 01 28 11 45 44 anything else one way to partially resolve this issue at least for the ugly part might be to have a state property on user creation workflow which can be use to rollback in case of an exception on ldap side when user have just be initialize otherwise if mandatory attribute could be send at once during user creation with their correct value instead of an empty space that would leave the posibility to use openldap constraint overlay on mandatory field relate to |
keycloakkeycloak | use keycloak v2 admin theme by default if admin2 be enable | Enhancement | description currently to enable the new admin console you need to both enable the admin2 feature as well as change the admin theme manually to keycloak v2 when admin2 be enable the default theme should be keycloak v2 to make it easy to enable preview the new admin console discussion no response motivation no response detail no response |
keycloakkeycloak | ux review add 3 new setting in the advanced tab of oidc client | Bug | describe the bug in the late version there be some new setting name logo url policy url and term of service url in the new design these 3 setting can be move to the group fine grain openid connect configuration as show in the screenshot below version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | make it easy to build and run test | Enhancement | description at the moment it s a bit of a pita to build keycloak especially follow the instruction in I m also have constant issue with intelij and weird build error there not sure if that s a common thing but seem all the magic stuff around the new store javascript adapter npm module etc be all a bit of a pita some issue with it mvn clean install build and run the testsuite which take an enormous amount of time ask people to add nexus to their pom be just annoying like hell there s also some issue with miss dependency especially around the testsuite not have dependency on the distribution a couple thing here that will help get rid of wildfly distribution will allow we to clean up a lot get rid of old example make the testsuite something that have to be explicitly build execute rather than part of the default build cleanup of module and make sure there be dependency between module when need split the server and adapter into separate thing discussion no response motivation no response detail no response |
keycloakkeycloak | ux review add some new setting in oidc client setting page | Bug | describe the bug in the late version of keycloak there be some new setting on the setting page of the client in the new design we can put these new setting into different group as show in the screenshot below 1 put the oauth 2 0 device authorization grant enable and oidc ciba grant enable in the capability config 2 put the front channel logout and front channel logout url in the logout setting notice that if the front channel logout be disabled the front channel logout url should be disable version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | hot rod map storage single use token action token code2token no downtime store | Enhancement | description create a jpa map storage implementation for single use token |
keycloakkeycloak | allow keycloak js default export to be use as a constructor | Bug | describe the bug imagine the follow code ts import keycloak from keycloak js const keycloak new keycloak use javascript without typescript this code work absolutely fine but with typescript it doesn t compile version late expect behavior due to the nature of the underlie plain javascript I would expect both notation with and without new keyword to work actual behavior use the new keyword doesn t work in typescript how to reproduce no response anything else no response |
keycloakkeycloak | improve content of the container guide | Enhancement | description provide editorial input to this guide discussion no response motivation no response detail no response |
keycloakkeycloak | convert authz entity into interface | Enhancement | close 9740 |
keycloakkeycloak | new test case for client client scope client scope | Enhancement | description add more test for client client detail client scope and client scope section discussion no response motivation amplify test coverage detail no response |
keycloakkeycloak | add support for filtering by enable attribute on user count endpoint | Enhancement | we now allow filter user by their enabled status on the user count endpoint let I know if you have any feedback or suggestion to get this merge thank for this awesome project resolve 10896 |
keycloakkeycloak | add workaround for deadlock in test for infinispan 12 1 7 | Bug | close 9648 |
keycloakkeycloak | admin user endpoint enable query parameter not work | Bug | describe the bug hello when call the get realm user endpoint with the optional query parameter enable and search specify the enable attribute have no effect all user match the search query be return disregard their enable status when specify the enable query parameter without additional query parameter the endpoint work as expect return user filter accord to their status it seem like this be a bug because the parameter be neither interpret as logical and nor as logical or ideally the user would be filter by both value return only user that match the search and have the correct enable value as specify thank a lot for your help edit I find the related api here l285 look like there be a special case define when the search parameter be specify be this require or can the enable filter be use in this case as well version 16 1 0 expect behavior user be filter with query parameter combine as logical and actual behavior enable filter do not have any effect when search parameter be specify how to reproduce create 2 user in a realm with similar name enable one user and disable the other one create a search query that match both user curl request get localhost 8080 auth admin realm test user enable false search matchbothuser both user will be return when actually only the user with enable false should be return anything else it would be nice to have the same functionality also for the user count endpoint see |
keycloakkeycloak | update default zip distribution to quarkus | Enhancement | description rename quarkus distribution to keycloak zip rename wildfly distribution to keycloak legacy zip discussion no response motivation no response detail no response |
keycloakkeycloak | test keycloak quarkus distribution with quarkus nightlie | Enhancement | description as part of the productization of keycloak x we want to test the distribution in ci use snapshot release of quarkus discussion no response motivation no response detail no response |
keycloakkeycloak | run test on window runner | Enhancement | description in order to make sure quarkus distribution work on window we need to configure github action to run some all test on window the main goal be to check whether or not the build command work because we have some specific code path for window discussion no response motivation no response detail no response |
keycloakkeycloak | document how to use custom dependency in provider | Enhancement | description from from comment in 18475 custom dependency not quarkus extension can be add to the provider directory and instal after run the build command by do that user should be able to add additional dependency for their custom provider discussion no response motivation no response detail no response |
keycloakkeycloak | enable cross dc support for quarkus base keycloak distribution | Enhancement | description and make sure test also run for dist x from discussion no response motivation no response detail no response |
keycloakkeycloak | reduce number of require option when run export and import command | Enhancement | description we could make a bit easy to run the export import command by not force user to specify the dir or file option instead we could just have a default that we think it make sense kc sh export import nothing else by default I think it make sense to use dir as the default format from discussion no response motivation no response detail no response |
keycloakkeycloak | remove maven jar from quarkus distribution | Enhancement | description our distribution currently contain the follow list of maven jars in lib lib main via ls grep maven io quarkus quarkus bootstrap maven resolver 2 5 4 final jar org apache maven maven artifact 3 8 1 jar org apache maven maven builder support 3 8 1 jar org apache maven maven core 3 8 1 jar org apache maven maven embedder 3 8 1 jar org apache maven maven model 3 8 1 jar org apache maven maven model builder 3 8 1 jar org apache maven maven plugin api 3 8 1 jar org apache maven maven repository metadata 3 8 1 jar org apache maven maven resolver provider 3 8 1 jar org apache maven maven setting 3 8 1 jar org apache maven maven setting builder 3 8 1 jar org apache maven resolver maven resolver api 1 6 2 jar org apache maven resolver maven resolver connector basic 1 6 2 jar org apache maven resolver maven resolver impl 1 6 2 jar org apache maven resolver maven resolver spi 1 6 2 jar org apache maven resolver maven resolver transport wagon 1 6 2 jar org apache maven resolver maven resolver util 1 6 2 jar org apache maven share maven share util 3 3 3 jar org apache maven wagon wagon file 3 4 3 jar org apache maven wagon wagon http 3 4 3 jar org apache maven wagon wagon http share 3 4 3 jar org apache maven wagon wagon provider api 3 4 3 jar investigate if it s possible to remove maven dependency from the dist completely due to possible security scanner complaint migrate from discussion no response motivation no response detail no response |
keycloakkeycloak | db connection leak when load user credential | Bug | describe the bug when query the user session for all client of a realm while the role of a user in the same realm be change it seem that a db connection leak occur this lead to the statement for the user of a user session fail because either the result set or the statement for the user credential be already close as a result the user can not login any more presumably because the cache for the credential be affect as well after some time 60 presumably when the cache expire the login work again as before version 15 0 2 expect behavior load the user session of a client while change the role of a user do work without any problem and do not break the login for say user actual behavior when the problem occur the user can not login any more for about a minute even though the correct credential be provide how to reproduce here be what exactly we be do and how the problem can be provoke setup we be use the keycloak admin client also version 15 0 2 to communicate with the keycloak server the keycloak server be run as a docker container use the h2 database without pre exist datum or any customization do to it in the two case an admin user have be create either nt or keycloakuser when the server be start furthermore a realm call geminiit and a user call gemini have be create via the admin client how to reproduce in our case there be two different unrelated process which together seem to cause the problem load the user session we periodically query the user session for all client in a give realm by call the respective endpoint via the keycloak admin client this call trigger the error but only when the other process be execute keycloak realm geminiit client get getusersession 0 integer max value alter the role of a user during testing we add a new role call testrole to the gemini user and later remove it again also via the admin client 1 we load the realm keycloakclient realm geminiit 2 we query the user realm user search gemini 3 we try to find the new role realmresource role get testrole torepresentation 4 since it do not exist we create it realmresource role create testrole 5 we reload it to get the full information realmresource role get testrole torepresentation 6 we check which role the user already have userresource role realmlevel listall 7 and assign the new role userresource role realmlevel add testrole then the test be execute with a new token for the altered user finally during cleanup 8 we load the realm again keycloakclient realm geminiit 9 we query the user again realm user search gemini 10 we remove the role assignment from the user userresource role realmlevel remove testrole 11 we delete the role again realmresource role deleterole testrole it seem that when the role be unassigned or delete and the user session be query at the same time the error occur usually the session be only query once a minute but for increase the likelihood of the error we increase the frequency to once every 3s then the error could be reproduce on every try anything else we first encounter the issue during normal automate test run of our application without any special setup it do not occur on every run but maybe once or twice every 10 run or something like that here be two full log from the keycloak server when the problem occur keycloak it error 1 log keycloak it error 2 log the log also show that the login for the affected user fail for about 60 afterwards but then start to work again when we investigate more closely we set up the environment locally increase the frequency of the user session loading and be able to consistently provoke the error here be a log from such a run keycloak local reproducer log the log contain two case of the error because we miss to provoke the fail login in time during the first run if you need any additional information I be glad to help |
keycloakkeycloak | ux review authentication require action the set as default action should always be disable off when the enable be off | Bug | describe the bug now only the last three action act the correct way by default however after enable and disable the action again the set as default action be not disabled anymore version 15 0 2 expect behavior the correct behavior look like this set as default action be always disabled when enable be off this apply to all the require action image image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | build keycloak 15 1 1 source code on java 8 | Bug | describe the bug hi I have clone the keycloak source code 15 1 1 from keycloak github page use the below mention step I be try to build the keycloak project use mvn clean install firstly when I start build the full keycloak project I be get the error error bad class file c bin java apache maven repository org keycloak keycloak quarkus server 15 1 1 keycloak quarkus server 15 1 1 jar org keycloak quarkus runtime configuration mapper configcategory class class file have wrong version 55 0 should be 52 0 after this I move to quarkus project and change the pom xml file to point it to java8 I have change it in pom file for various quarkus project to build in java 8 on build the source code I be get compilation error now info keycloak quarkus parent success 3 786 s info keycloak quarkus server extension failure 8 798 s info keycloak quarkus server deployment skip info keycloak quarkus server app skip info keycloak quarkus test parent skip info keycloak quarkus server integration test skip info info build failure info info total time 13 205 s info finish at 2022 01 27t14 19 10 05 30 info error fail to execute goal org apache maven plugins maven compiler plugin 3 8 1 compile default compile on project keycloak quarkus server compilation failure compilation failure error c keycloak keycloak quarkus runtime src main java org keycloak quarkus runtime configuration persistedconfigsource java 78 28 expect error c keycloak keycloak quarkus runtime src main java org keycloak quarkus runtime configuration persistedconfigsource java 78 29 expect error c keycloak keycloak quarkus runtime src main java org keycloak quarkus runtime configuration persistedconfigsource java 78 31 expect in documentation for 15 1 1 it be mention that java 8 be support I be check the quarkus link and it be mention that it be support from java 11 onward but in the official keycloak doc it be mention as it be support for java 8 jre or java 11 jre could you please suggest how we can proceed here version 15 1 1 expect behavior keycloak 15 1 1 source code should be able to build succesfully with java 8 actual behavior compilation error in quarkus project be see during build keycloak 15 1 1 source code with java 8 how to reproduce clone the keycloak source code 15 1 1 from keycloak github page use the below mention step I be try to build the keycloak project use mvn clean install firstly when I start build the full keycloak project I be get the error error bad class file c bin java apache maven repository org keycloak keycloak quarkus server 15 1 1 keycloak quarkus server 15 1 1 jar org keycloak quarkus runtime configuration mapper configcategory class class file have wrong version 55 0 should be 52 0 after this I move to quarkus project and change the pom xml file to point it to java8 I have change it in pom file for various quarkus project to build in java 8 on build the source code I be get compilation error as mention above anything else no response |
keycloakkeycloak | sort option in guide by key | Enhancement | description option display in the guide be currently in random order as they be use a map behind the scene these should be sort alphabetically by key to make they easy to find in the guide discussion no response motivation no response detail no response |
keycloakkeycloak | ux review when login with email be enable the username should be hide | Bug | describe the bug if the login with email in the realm setting login be enable the user should use email to log in by default thus the username field should be hide no matter in user detail page or user creation page version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | map quarkus property should not be persist | Bug | describe the bug currently we be persist quarkus property even though they be map to a keycloak option that lead to inconsistency when run auto build with no option so that re augmentation do not happen the correct behavior be run re augmentation every time the value of an option differ between what be persist and what be available at runtime see version 17 0 0 snapshot expect behavior run auto build with no option should run re augmentation if the option differ from those persist kc sh build feature token exchange kc sh start auto build actual behavior no response how to reproduce kc sh build db postgre kc sh start auto build anything else no response |
keycloakkeycloak | fip 140 2 enforcement | Enhancement | description dod aaa security requirement guide require fip 140 2 mode enforcement transition to fip 140 3 be underway exist 140 2 certify module be still authorize discussion motivation all usg system must use fip compliant cryptographic module per policy all dod authentication authorization and accounting service must comply with disa aaa stig detail group title srg app 000171 aaa 000510 rule title aaa service must be configure to encrypt locally store credential use a fip validate cryptographic module discussion password need to be protect at all time and encryption be the standard method for protect password if password be not encrypt they can be plainly read I e clear text and easily compromise aaa service must enforce cryptographic representation of password when store password in database configuration file and log file password must be protect at all time use a strong one way hash encryption algorithm with a salt be the standard method for provide a means to validate a password without have to store the actual password performance and time require to access be factor that must be consider and the one way hash be the most feasible mean of secure the password and provide an acceptable measure of password security if password be store in clear text they can be plainly read and easily compromise check text where password be use verify aaa service be configure to encrypt locally store credential use a fip validate cryptographic module aaa service may leverage the capability of an operating system or purpose build module for this purpose confirm that database configuration file and log file have encrypt representation for all password and that no password string be readable discernable potential location include the local file system where configuration and event be store or in a related database table review aaa service configuration for use of the md5 algorithm to create password hash if aaa service be not configure to encrypt locally store credential use a fip validate cryptographic module this be a finding if aaa service be configure to use md5 to create password hash this be a finding note fip validate cryptographic module be list on the nist cryptographic module validation program s cmvp validation list fix text configure aaa service to encrypt locally store credential use a fip validate cryptographic module configure all associate database configuration file and audit file to use only encrypt representation for all password and so that no password string be readable discernable dod aaa srg group title srg app 000172 aaa 000520 rule title aaa service must be configure to encrypt transmit credential use a fip validate cryptographic module discussion password need to be protect at all time and encryption be the standard method for protect password if password be not encrypt they can be plainly read I e clear text and easily compromise aaa service can accomplish this by make direct function call to encryption module or by leverage operate system encryption capability check text where password be use verify aaa service be configure to encrypt transmit credential use a fip validate cryptographic module aaa service may leverage the capability of an operating system or purpose build module for this purpose if aaa service be not configure to encrypt transmit credential use a fip validate cryptographic module this be a finding note fip validate cryptographic module be list on the nist cryptographic module validation program s cmvp validation list fix text configure aaa service to encrypt transmit credential use a fip validate cryptographic module |
keycloakkeycloak | review guide to use the correct format for option | Bug | describe the bug some guide be still use the old option format and fail to generate the relevant option section we should review they so that they use the proper format see version 17 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | store information about transport medium of webauthn authenticator | Enhancement | description it d be great to store information about register webauthn authenticator and then properly display the information to user in order to improve ux the information about it would be display on the webauthn authentication page where the list of available authenticator be show this information be possible to obtain from result of navigator credential create as result response gettransport admin might also specify preferred transport medium then |
keycloakkeycloak | implement hotrod storage for user | Enhancement | close 9671 |
keycloakkeycloak | proxy mapping for outgoing http request must be a string | Bug | describe the bug the proxymapping for 1 16 x apparently must be pass as a string the example configuration command be invalid result in the error standalone localhost 9990 subsystem keycloak server spi connectionshttpclient provider default write attribute name property proxy mapping value google googleapis com acme com no proxy outcome fail failure description wflyctl0097 wrong type for property expect string but be list roll back true not certain if it s possible to set multiple configuration have not test version 1 16 0 expect behavior functional as per the documentation actual behavior documentation errata possible lack of functionality how to reproduce attempt to configure the proxy mapping as per the document example anything else no response |
keycloakkeycloak | filter item protocol and list item openid do not match in clientscope | Enhancement | description text of item doesn t match filter by protocol contain item openid connect and list show openid connect discussion no response motivation test could reuse same variable instead of have different one detail no response |
keycloakkeycloak | page can t be find open new tab from sidebar menu | Bug | describe the bug when I open a new tab of any section from sidebar menu it open to page can t be find version keycloak 16 1 0 wildfly core 18 0 0 final expect behavior should open a new tab with expect link example master client scope actual behavior get new tab with link with message page not find how to reproduce 1 right click on client scope in leave menu open link in new tab 2 browser will open new tab with different not reachable link anything else it miss in the link |
keycloakkeycloak | figure out why the test of dynamicscopesrarparset fail on wildfly and quarkus and reenable they | Enhancement | description the test of dynamicscopesrarparsetest be fail on the quarkus and wildfly test but work normally for the rest of test contexts they be ignore now but we need to figure out why they be fail fix they and enable they back discussion no response motivation we need to have a way to test how scope be be parse in the server without have to go through the whole authentication flow detail no response |
keycloakkeycloak | build command exit with success with invalid argument | Bug | describe the bug run kc sh build cache nosuch or any other invalid argument exist with success 0 rather than failure 1 version main expect behavior no response actual behavior no response how to reproduce bin kc sh build cache nosuch echo success echo failure invalid value for option cache nosuch expect value be local ispn use kc sh build help all to list all available option include the start option success anything else no response |
keycloakkeycloak | unable to open the home page after startup | Bug | describe the bug system win10 yarn version 1 22 10 these thing have be accomplish 1 keycloak server start 2 client have be create 3 yarn 4 yarn start version 16 1 1 expect behavior open the home page actual behavior image it will stay in this interface until I crash error info image image |
keycloakkeycloak | unify package file for js adapter | Enhancement | combine the package file for the source and distribution of the js adapter into a single file this avoid duplication of the dependency that be require by the js adapter and allow link the package locally during development close 9788 other change update nodejs to the late lts version update development dependency to late version |
keycloakkeycloak | combine package file for js adapter | Enhancement | description currently the package file for the js adapter be duplicate for development and distribution this mean that there be two source of truth for what the dependency should be which make the development more complicated than it need to be these file should be combine into a single file within the js adapter directory and should also facilitate link the package during development |
keycloakkeycloak | add truststore option to keycloak cr | Enhancement | add support to the keycloak crd for mount secret with a custom truststore need to be pem probably need to be convert to java keystore either by the operator or the image configure keycloak to use it we should consider unify the keycloak truststore spi and quarkus truststore possibly require change at the server side too map option https trust store file https trust store password https trust store type hardcode to pem for now spi truststore file file spi truststore file password cr structure yaml apiversion k8s keycloak org v2alpha1 kind keycloak metadata name example kc spec http truststorefilesecret name my secret with trustore key my key truststorepasswordsecret name my secret with trustore key my key relate task 9780 14396 follow up task 10117 |
keycloakkeycloak | keycloak should be fip compliant | Enhancement | description this be a recreation of keycloak should be configure as fip 140 2 compliant need to enable such configuration by code change or any other mean and then add the require configuration step to documentation keycloak be use bouncycastle library which have a fip version bcfips how can keycloak can be configure to use it as a provider probably there be other step to be take for have kc become fip compliant for example configure wildfly and maybe the jvm itself discussion motivation keycloak be currently unusable on government base system of moderate or high security level both civilian and dod sha1 be not a secure algorithm detail no response |
keycloakkeycloak | store update flag in the entity not in the delegate | Bug | close 9774 |
keycloakkeycloak | update flag disappear for nest entity in hotrod store | Bug | describe the bug currently the update flag for hotrod entity be store in the delegate this be work ok for main entity as delegate be enlist in the transaction directly however this doesn t work for nest entity the problem be that the enlist parent be hold a reference to an entity only not to its delegate hence when obtain a nest entity the delegate be create again with the update flag set to false to fix this we need to store update flag directly in the entity not in delegate version 16 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | no screen to edit rsa enc generate | Bug | if you click on rsa enc generate in the realm setting key tab you get a page not find |
keycloakkeycloak | unable to export item in clientscope | Bug | describe the bug get js error keycloakdatatable js 194 uncaught in promise typeerror action index onrowclick be not a function when export item in the list in client scope version keycloak 16 1 0 wildfly core 18 0 0 final expect behavior should allow to export item actual behavior get js error after click how to reproduce 1 go to client scope 2 click on 3dots button of any item present in the list follow click export button in dropdown anything else no response |
keycloakkeycloak | ux review saml idp mapper remove the default value of the user attribute | Bug | describe the bug for the hardcode attribute type of mapper remove the default value of the highlighted field image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review saml idp mapper whether it make sense to include the example in the template field | Bug | describe the bug from the tooltip I m not sure whether all the template would follow the format alia nameid if not would be well to remove it image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review identity provider mapper mapper table bug | Bug | describe the bug search doesn t work add mapper should be the primary button style version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review identity provider mapper breadcrumb header update | Bug | describe the bug the header should be the mapper name the last node of the breadcrumb should be mapper detail image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review saml idp detail saml idp add improve the validation when the require field be not fill | Bug | describe the bug add hint word under the field reference the image below version 15 0 2 expect behavior show require under the field image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review saml idp detail endpoint and service provider entity i d field be miss | Bug | describe the bug the field service provider entity i d be miss after the provider be create add it to the saml setting the field endpoint be miss after the provider be create add it to the general setting image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review add saml provider import config from file shouldn t support svg format | Bug | describe the bug seem the current file upload only support select a svg file need to reference the old console to decide which type it support image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | fine grain permission custom user creation role | Enhancement | description hi in my scenario a user should be able to assign a user to the group that he she be authorize but at the same time user should not have permission to create I create a role name create user and in the userform tsx I give it to formaccess like this but I believe that this solution be not effective will be there any feature about this need thank you discussion no response motivation sometimes we may give a permission to a user to assign user to his her group but we may want to restrict the ability to create user detail there be two control in keycloak admin ui to access a page one of they in the route one of they in the formaccess |
keycloakkeycloak | ux review saml detail when there s a display name the header should show the display name instead of the alias | Bug | describe the bug for example the head in the image should show saml2 instead of saml image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review saml detail general setting the display order can not be under 0 | Bug | describe the bug as the follow image the component allow the user to select a negative number to avoid that the icon should be disable when the number be 0 image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | upgrade to wildfly 26 0 1 final | Enhancement | description upgrade to wildfly 26 0 1 final discussion no response motivation no response detail no response |
keycloakkeycloak | ux review saml provider detail saml setting update the digit select component to be consistent | Bug | describe the bug the allow clock skew and attribute consuming service index field be still use the old style of the digit select component update they to be consistent with other ref display order version 15 0 2 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review add saml provider some datum import from the the saml entity descriptor be not correct | Bug | describe the bug I try to create a saml provider by import the url of the saml entity descriptor I be use the saml endpoint of my localhost saml provider there be one field of the import datum in the new console be different from the import datum in the old console also all the dropdown should be in the read only style image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review add saml provider screen bug | Bug | describe the bug service provider entity i d should be a required field the default placeholder of service provider entity i d be miss should be auth realm realm name for example for the provider that be create in the master realm of the localhost server the link be use discovery endpoint should be use entity descriptor discovery endpoint should be saml entity descriptor remove the placeholder of saml entity descriptor version 15 0 2 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | bearer only client change will delete all link authorization policy permission etc | Bug | describe the bug this be my first report issue on github so go easy on I please I try to set a description field for a bearer only client realm management if you click on save the authorization tab be go and all the policy and permission inside be delete note I know that change client to confidential will solve this but I do not want to change realm management to confidential I just want to label it set a description field this be realm management permission inside authorization tab 1 1 this be the description field that need to be setup 2 2 this be the authorization tab be go with all the datum inside of it like permission policy etc after save 3 3 version 15 0 1 expect behavior update realm management do not end up delete all the authorization datum actual behavior update realm management or any bearer only client result in delete all the authorization datum how to reproduce 1 enable permission in group for e g this will create some permission inside the realm management authorization tab 2 change the description field of the realm management client 3 save 4 the authorization tab be go group have their permission disabled anything else no response |
keycloakkeycloak | add modelillegalstateexception to handle lazy loading exception | Bug | close 9645 |
keycloakkeycloak | notification message be incorrect when delete an initial access token | Bug | describe the bug when delete an initial access token the message be initial access token create successfully instead of something like initial access token delete successfully version 16 1 0 expect behavior the message should be something like initial access token delete successfully actual behavior the message be initial access token create successfully how to reproduce delete an initial access token anything else no response |
keycloakkeycloak | problem run debug keycloak from intellij | Bug | describe the bug I be in current main commit f80d336276fb73603415aedda56b6da4580deb00 when I run debug keycloak from intellij login page can not be open the follow javascript error be throw show also in the attach screenshot jquery min js 2 jquery defer exception keycloak be not define referenceerror keycloak be not define at htmldocument at e at t undefined when keycloak start with command mvn f testsuite util pom xml exec java pkeycloak server everything be ok version main branch expect behavior no response actual behavior no response how to reproduce run keycloakserver in main branch from intellij anything else no response |
keycloakkeycloak | user attribute with a text more than 255 character | Enhancement | description we need to have user attribute with a text more than 255 character discussion no response motivation we want to have user attribute with a text more than 255 character detail implementation when create user attribute the value field be limit to 255 character we want to remove this limitation by change the type of the field value in the table user attribute from varchar 255 to text |
keycloakkeycloak | it be possible to create an initial access token with 0 day and 0 count | Bug | describe the bug it be possible to create an initial access token with 0 day and 0 count version 16 1 0 expect behavior try to create an initial access token with 0 day or 0 count should throw an error actual behavior if the token be for 0 client or expire in 0 day it shouldn t be able to be create how to reproduce try to create an initial access token with 0 day or 0 count anything else no response |
keycloakkeycloak | view realm permission require to edit username | Bug | describe the bug hi there I have the requirement in my project to create a role for a keycloak helper admin who be only able to manage user and group in one specific realm subordinate to the master realm however if you want a user to be able edit a user s username via the admin console in a realm he have to have the view realm permission in the client role for the realm that he be suppose to manage if I only give he the permission manage user query group query user view user he be able to manage user and group as desire but the field username appear as read only even though the option edit username be switch on for the give realm I do not want to give the user the permission view realm however as he would then be able to see the realm setting and partially also get the impression that he will be able to change realm setting even though he hit an error page when try to do so thank in advance for look into this good regard kathrin version 16 1 0 expect behavior the permission manage user enable an admin user to edit a user s user name via the admin console if edit username be switch on for the select realm actual behavior a user with the client role manage user be able to edit a user s user name via the admin console if edit username be switch on for the select realm how to reproduce 1 switch edit username on in a realm subordinate let s call it realm a to the master realm 2 create new user user a in master realm 3 go to role mapping for that user 4 select realm a in the dropdown client role 5 assign the role manage user query group query user view user to user a 6 login as user a and try to edit the username for any user in realm a 7 field username appear as readonly and can not be edit by user a anything else no response |
keycloakkeycloak | add section recommend expose path to reverse proxy documentation | Enhancement | description add section recommend expose path to reverse proxy documentation to help ppl discussion no response motivation no response detail no response |
keycloakkeycloak | restrict dynamic scope to optional client scope | Enhancement | description as dynamic scope expect a parameter to be request with the scope and this parameter have to be request by the authenticating application dynamic scope should only be assign to client as optional scope if they be assign as default client scope these dynamic scope could be add to token without be request by the application miss the parameter that make they dynamic there should be a restriction in place that make the request fail if a dynamic client scope be attempt to be attach to a client as a default scope make the request fail if a static scope be convert to dynamic while attach to a client as a default scope discussion no response motivation no response detail no response |
keycloakkeycloak | jpa map storage client scope no downtime store | Enhancement | close 9663 |
keycloakkeycloak | theme jar be deploy but not copy to theme directory | Bug | describe the bug hello we have create a jar file contain our custom theme and try to deploy it like suggest in the doc deploy theme however the theme seem deploy since the deploy file be create but the theme be not present in the theme directory version 16 1 0 expect behavior would expect the theme be deploy into the theme folder actual behavior only the deploy file be create how to reproduce create a jar file contain a theme and try to deploy it by put it in opt jboss keycloak standalone deployment anything else I have test it in kubernete and docker my docker compose yaml version 3 7 service keycloak image quay io keycloak keycloak 16 1 0 environment db vendor h2 keycloak user admin keycloak password admin volume keycloak keycloaktheme 0 1 0 alpha jar opt jboss keycloak standalone deployment keycloaktheme 0 1 0 alpha jar keycloak disable theme cache cli opt jboss startup script disable theme cache cli port 8088 8080 I can see the jar be suppose to be deploy sh 4 4 ls l opt jboss keycloak standalone deployment total 60 rwxrwxrwx 1 root root 41922 jan 21 12 15 keycloaktheme 0 1 0 alpha jar rw r r 1 jboss root 29 jan 21 12 15 keycloaktheme 0 1 0 alpha jar deploy rw rw r 1 jboss root 8888 dec 20 14 54 readme txt it doesn t exist in the theme directory though sh 4 4 ls l opt jboss keycloak theme total 16 drwxrwxr x 6 jboss root 4096 dec 20 14 54 base drwxrwxr x 8 jboss root 4096 dec 20 14 54 keycloak drwxrwxr x 5 jboss root 4096 dec 20 14 54 keycloak v2 rw rw r 1 jboss root 289 dec 20 14 54 readme txt these be the content of the jar file cat jar meta inf keycloak theme json theme name custom type account admin login ls l jar theme custom jar theme custom account total 16 drwxr xr x 3 user user 4096 jan 20 12 34 resource rw r r 1 user user 4125 jan 20 12 34 template ftl rw r r 1 user user 55 jan 20 12 34 theme property jar theme custom admin total 8 drwxr xr x 3 user user 4096 jan 20 12 34 resource rw r r 1 user user 216 jan 20 12 34 theme property jar theme custom login total 40 rw r r 1 user user 4879 jan 20 12 34 login ftl rw r r 1 user user 1564 jan 20 12 34 login reset password ftl rw r r 1 user user 4158 jan 20 12 34 login update password ftl rw r r 1 user user 3199 jan 20 12 34 login update profile ftl drwxr xr x 2 user user 4096 jan 20 12 34 message drwxr xr x 3 user user 4096 jan 20 12 34 resource rw r r 1 user user 788 jan 20 12 34 theme property rw r r 1 user user 1181 jan 20 12 34 custom template ftl these be the log from the docker container add admin to opt jboss keycloak standalone configuration keycloak add user json restart server to load user b 0 0 0 0 use embed h2 database execute cli script opt jboss startup script disable theme cache cli 12 40 45 105 info org jboss module cli command executor jboss modules version 2 0 0 final 12 40 45 176 info org jboss msc cli command executor jboss msc version 1 4 13 final 12 40 45 183 info org jboss thread cli command executor jboss thread version 2 4 0 final 12 40 45 272 info org jboss as msc service thread 1 2 wflysrv0049 keycloak 16 1 0 wildfly core 18 0 0 final start 12 40 45 353 info org jboss vfs msc service thread 1 6 vfs000002 fail to clean exist content for temp file provider of type temp enable debug level log to find what cause this 12 40 45 885 info org wildfly security serverservice thread pool 21 ely00001 wildfly elytron version 1 18 1 final 12 40 46 695 warn org wildfly extension elytron msc service thread 1 5 wflyely00023 keystore file opt jboss keycloak standalone configuration application keystore do not exist use blank 12 40 46 701 warn org wildfly extension elytron msc service thread 1 6 wflyely01084 keystore opt jboss keycloak standalone configuration application keystore not find it will be auto generate on first use with a self sign certificate for host localhost 12 40 46 733 info org jboss as patch msc service thread 1 4 wflypat0050 keycloak cumulative patch i d be base one off patch include none 12 40 46 820 info org jboss as server controller boot thread wflysrv0212 resume server 12 40 46 823 info org jboss as controller boot thread wflysrv0025 keycloak 16 1 0 wildfly core 18 0 0 final start in 1704ms start 49 of 79 service 31 service be lazy passive or on demand outcome success outcome success outcome success 12 40 46 980 info org jboss as msc service thread 1 8 wflysrv0050 keycloak 16 1 0 wildfly core 18 0 0 final stop in 14ms jboss bootstrap environment jboss home opt jboss keycloak java java java opt server xms64 m xmx512 m xx metaspacesize 96 m xx maxmetaspacesize 256 m djava net preferipv4stack true djboss module system pkgs org jboss byteman djava awt headless true add export java desktop sun awt all unnamed add export java naming com sun jndi ldap all unnamed add open java base java lang all unnamed add open java base java lang invoke all unnamed add open java base java lang reflect all unnamed add open java base java io all unnamed add open java base java security all unnamed add open java base java util all unnamed add open java base java util concurrent all unnamed add open java management javax management all unnamed add open java name javax name all unnamed warning an illegal reflective access operation have occur warn illegal reflective access by org wildfly extension elytron ssldefinition jar file opt jboss keycloak module system layer base org wildfly extension elytron main wildfly elytron integration 18 0 0 final jar to method com sun net ssl internal ssl provider isfip warning please consider report this to the maintainer of org wildfly extension elytron ssldefinition warning use illegal access warn to enable warning of further illegal reflective access operation warn all illegal access operation will be deny in a future release warn an illegal reflective access operation have occur warn illegal reflective access by org wildfly extension elytron ssldefinition jar file opt jboss keycloak module system layer base org wildfly extension elytron main wildfly elytron integration 18 0 0 final jar to method com sun net ssl internal ssl provider isfip warning please consider report this to the maintainer of org wildfly extension elytron ssldefinition warning use illegal access warn to enable warning of further illegal reflective access operation warn all illegal access operation will be deny in a future release warn an illegal reflective access operation have occur warn illegal reflective access by org wildfly extension elytron ssldefinition jar file opt jboss keycloak module system layer base org wildfly extension elytron main wildfly elytron integration 18 0 0 final jar to method com sun net ssl internal ssl provider isfip warning please consider report this to the maintainer of org wildfly extension elytron ssldefinition warning use illegal access warn to enable warning of further illegal reflective access operation warn all illegal access operation will be deny in a future release 12 40 47 468 info org jboss module main jboss module version 2 0 0 final 12 40 47 832 info org jboss msc main jboss msc version 1 4 13 final 12 40 47 839 info org jboss thread main jboss thread version 2 4 0 final 12 40 47 922 info org jboss as msc service thread 1 2 wflysrv0049 keycloak 16 1 0 wildfly core 18 0 0 final start 12 40 48 009 info org jboss vfs msc service thread 1 7 vfs000002 fail to clean exist content for temp file provider of type temp enable debug level log to find what cause this 12 40 48 609 info org wildfly security serverservice thread pool 21 ely00001 wildfly elytron version 1 18 1 final 12 40 49 350 info org jboss as repository serverservice thread pool 3 wflydr0001 content add at location opt jboss keycloak standalone datum content e6 24988179c426dc18906ea1676f33411db75bdf content 12 40 49 425 info org jboss as server controller boot thread wflysrv0039 create http management service use socket bind management http 12 40 49 437 info org xnio msc service thread 1 4 xnio version 3 8 5 final 12 40 49 443 info org xnio nio msc service thread 1 4 xnio nio implementation version 3 8 5 final 12 40 49 475 info org jboss as cluster infinispan serverservice thread pool 38 wflyclinf0001 activate infinispan subsystem 12 40 49 482 info org jboss as jaxrs serverservice thread pool 40 wflyrs0016 resteasy version 4 7 4 final 12 40 49 486 warn org jboss as txn serverservice thread pool 53 wflytx0013 the node identifier attribute on the subsystem transaction be set to the default value this be a danger for environment run multiple server please make sure the attribute value be unique 12 40 49 488 info org jboss as name serverservice thread pool 49 wflynam0001 activate name subsystem 12 40 49 493 info org wildfly extension io serverservice thread pool 39 wflyio001 worker default have auto configure to 24 io thread with 192 max task thread base on your 12 available processor 12 40 49 494 info org jboss as cluster jgroup serverservice thread pool 42 wflycljg0001 activate jgroup subsystem jgroup version 4 2 11 12 40 49 498 info org wildfly extension health serverservice thread pool 37 wflyhealth0001 activate base health subsystem 12 40 49 501 info org jboss as connector msc service thread 1 3 wflyjca0009 start jakarta connectors subsystem wildfly ironjacamar 1 5 3 final 12 40 49 506 info org wildfly extension metric serverservice thread pool 47 wflymetrics0001 activate base metric subsystem 12 40 49 544 info org jboss as name msc service thread 1 6 wflynam0003 start naming service 12 40 49 545 info org jboss as mail extension msc service thread 1 8 wflymail0001 bind mail session java jboss mail default 12 40 49 547 info org jboss remote msc service thread 1 7 jboss remote version 5 0 23 final 12 40 49 568 info org jboss as connector subsystem datasource serverservice thread pool 32 wflyjca0004 deploy jdbc compliant driver class org h2 driver version 1 4 12 40 49 590 info org wildfly extension undertow msc service thread 1 5 wflyut0003 undertow 2 2 14 final start 12 40 49 593 info org jboss as connector deployer jdbc msc service thread 1 6 wflyjca0018 start driver service with driver name h2 12 40 49 605 warn org wildfly extension elytron msc service thread 1 8 wflyely00023 keystore file opt jboss keycloak standalone configuration application keystore do not exist use blank 12 40 49 632 warn org wildfly extension elytron msc service thread 1 8 wflyely01084 keystore opt jboss keycloak standalone configuration application keystore not find it will be auto generate on first use with a self sign certificate for host localhost 12 40 49 635 warn org wildfly cluster web undertow serverservice thread pool 54 wflyclwebut0007 no routing provider find for default server use legacy provider base on static configuration 12 40 49 684 info org jboss as ejb3 msc service thread 1 7 wflyejb0481 strict pool slsb strict max pool be use a max instance size of 192 per class which be derive from thread worker pool size 12 40 49 684 info org jboss as ejb3 msc service thread 1 1 wflyejb0482 strict pool mdb strict max pool be use a max instance size of 48 per class which be derive from the number of cpus on this host 12 40 49 707 info org wildfly extension undertow serverservice thread pool 54 wflyut0014 create file handler for path opt jboss keycloak welcome content with option directory list false follow symlink false case sensitive true safe symlink path 12 40 49 712 info org wildfly extension undertow msc service thread 1 3 wflyut0012 start server default server 12 40 49 713 info org wildfly extension undertow msc service thread 1 8 queue request 12 40 49 723 info org wildfly extension undertow msc service thread 1 8 wflyut0018 host default host start 12 40 49 764 info org wildfly extension undertow msc service thread 1 1 wflyut0006 undertow ajp listener ajp listen on 0 0 0 0 8009 12 40 49 769 info org jboss modcluster serverservice thread pool 56 modcluster000001 initialize mod cluster version 1 4 4 final 12 40 49 770 info org wildfly extension undertow msc service thread 1 3 wflyut0006 undertow http listener default listen on 0 0 0 0 8080 12 40 49 777 info org jboss modcluster serverservice thread pool 56 modcluster000032 listen to proxy advertisement on 224 0 1 105 23364 12 40 49 841 info org jboss as ejb3 msc service thread 1 4 wflyejb0493 jakarta enterprise bean subsystem suspension complete 12 40 49 859 info org wildfly extension undertow msc service thread 1 2 wflyut0006 undertow https listener https listen on 0 0 0 0 8443 12 40 49 897 info org jboss as connector subsystem datasource msc service thread 1 8 wflyjca0001 bind data source java jboss datasource exampled 12 40 49 898 info org jboss as connector subsystem datasource msc service thread 1 4 wflyjca0001 bind data source java jboss datasources keycloakds 12 40 49 924 info org jboss as patch msc service thread 1 4 wflypat0050 keycloak cumulative patch i d be base one off patch include none 12 40 49 927 info org jboss as server deployment scanner msc service thread 1 4 wflyds0013 start filesystemdeploymentservice for directory opt jboss keycloak standalone deployment 12 40 49 933 info org jboss as server deployment msc service thread 1 1 wflysrv0027 start deployment of keycloaktheme 0 1 0 alpha jar runtime name keycloaktheme 0 1 0 alpha jar 12 40 49 933 info org jboss as server deployment msc service thread 1 8 wflysrv0027 start deployment of keycloak server war runtime name keycloak server war 12 40 50 350 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the send buffer of socket managedmulticastsocketbinding be set to 1 00 mb but the os only allocate 212 99 kb 12 40 50 350 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the receive buffer of socket managedmulticastsocketbinding be set to 20 00 mb but the os only allocate 212 99 kb 12 40 50 350 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the send buffer of socket managedmulticastsocketbinding be set to 1 00 mb but the os only allocate 212 99 kb 12 40 50 350 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the receive buffer of socket managedmulticastsocketbinding be set to 25 00 mb but the os only allocate 212 99 kb 12 40 53 361 info org jgroup protocol pbcast gms serverservice thread pool 56 96cdd3bd7e2f no member discover after 3004 ms create cluster as coordinator 12 40 53 944 info org infinispan container serverservice thread pool 60 ispn000128 infinispan version infinispan taedonggang 12 1 7 final 12 40 53 958 info org infinispan container serverservice thread pool 59 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 12 40 53 962 info org infinispan container serverservice thread pool 61 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 12 40 53 962 info org infinispan container serverservice thread pool 60 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 12 40 53 972 info org infinispan container serverservice thread pool 57 ispn000556 start user marshaller org wildfly cluster infinispan marshal jboss jbossmarshaller 12 40 54 040 info org infinispan container serverservice thread pool 58 ispn000556 start user marshaller org wildfly cluster infinispan marshal jboss jbossmarshaller 12 40 54 169 info org infinispan cluster serverservice thread pool 61 ispn000078 start jgroups channel ejb 12 40 54 169 info org infinispan cluster serverservice thread pool 59 ispn000078 start jgroups channel ejb 12 40 54 169 info org infinispan cluster serverservice thread pool 60 ispn000078 start jgroups channel ejb 12 40 54 169 info org infinispan cluster serverservice thread pool 58 ispn000078 start jgroups channel ejb 12 40 54 169 info org infinispan cluster serverservice thread pool 57 ispn000078 start jgroups channel ejb 12 40 54 175 info org infinispan cluster serverservice thread pool 57 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 12 40 54 175 info org infinispan cluster serverservice thread pool 58 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 12 40 54 175 info org infinispan cluster serverservice thread pool 61 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 12 40 54 175 info org infinispan cluster serverservice thread pool 59 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 12 40 54 175 info org infinispan cluster serverservice thread pool 60 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 12 40 54 183 info org infinispan cluster serverservice thread pool 60 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 3 55200 12 40 54 183 info org infinispan cluster serverservice thread pool 57 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 3 55200 12 40 54 183 info org infinispan cluster serverservice thread pool 58 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 3 55200 12 40 54 186 info org infinispan cluster serverservice thread pool 61 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 3 55200 12 40 54 186 info org infinispan cluster serverservice thread pool 59 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 3 55200 12 40 54 229 info org infinispan config msc service thread 1 4 ispn000152 passivation configure without an eviction policy be select only manually evict entity will be passivate 12 40 54 233 info org infinispan config msc service thread 1 4 ispn000152 passivation configure without an eviction policy be select only manually evict entity will be passivate 12 40 54 470 info org jboss as cluster infinispan serverservice thread pool 60 wflyclinf0002 start http remote connector cache from ejb container 12 40 54 602 info org jboss as cluster infinispan serverservice thread pool 66 wflyclinf0002 start actiontoken cache from keycloak container 12 40 54 605 info org jboss as cluster infinispan serverservice thread pool 63 wflyclinf0002 start work cache from keycloak container 12 40 54 603 info org jboss as cluster infinispan serverservice thread pool 65 wflyclinf0002 start session cache from keycloak container 12 40 54 609 info org jboss as cluster infinispan serverservice thread pool 60 wflyclinf0002 start loginfailure cache from keycloak container 12 40 54 609 info org jboss as cluster infinispan serverservice thread pool 62 wflyclinf0002 start authenticationsession cache from keycloak container 12 40 54 610 info org jboss as cluster infinispan serverservice thread pool 56 wflyclinf0002 start clientsession cache from keycloak container 12 40 54 610 info org jboss as cluster infinispan serverservice thread pool 61 wflyclinf0002 start offlinesession cache from keycloak container 12 40 54 611 info org jboss as cluster infinispan serverservice thread pool 59 wflyclinf0002 start offlineclientsession cache from keycloak container 12 40 54 622 info org jboss as cluster infinispan serverservice thread pool 57 wflyclinf0002 start realm cache from keycloak container 12 40 54 622 info org jboss as cluster infinispan serverservice thread pool 67 wflyclinf0002 start authorization cache from keycloak container 12 40 54 622 info org jboss as cluster infinispan serverservice thread pool 58 wflyclinf0002 start key cache from keycloak container 12 40 54 622 info org jboss as cluster infinispan serverservice thread pool 64 wflyclinf0002 start user cache from keycloak container 12 40 54 701 warn org jboss as server deployment msc service thread 1 8 wflysrv0273 exclude subsystem webservice via jboss deployment structure xml do not exist 12 40 55 019 info org keycloak service serverservice thread pool 67 kc services0001 loading config from standalone xml or domain xml 12 40 55 593 info org keycloak url defaulthostnameproviderfactory serverservice thread pool 67 frontend admin backend 12 40 55 797 info org jboss as cluster infinispan serverservice thread pool 67 wflyclinf0002 start realmrevision cache from keycloak container 12 40 55 803 info org jboss as cluster infinispan serverservice thread pool 67 wflyclinf0002 start userrevision cache from keycloak container 12 40 55 808 info org jboss as cluster infinispan serverservice thread pool 67 wflyclinf0002 start authorizationrevision cache from keycloak container 12 40 55 809 info org keycloak connection infinispan defaultinfinispanconnectionproviderfactory serverservice thread pool 67 node name 96cdd3bd7e2f site name null 12 40 56 802 info org keycloak connection jpa defaultjpaconnectionproviderfactory serverservice thread pool 67 database info databaseurl jdbc h2 opt jboss keycloak standalone data keycloak databaseuser sa databaseproduct h2 1 4 197 2018 03 18 databasedriver h2 jdbc driver 1 4 197 2018 03 18 12 40 58 639 info org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider serverservice thread pool 67 initialize database schema use changelog meta inf jpa changelog master xml 12 41 00 728 info org hibernate jpa internal util loghelper serverservice thread pool 67 hhh000204 processing persistenceunitinfo name keycloak default 12 41 00 793 info org hibernate version serverservice thread pool 67 hhh000412 hibernate core 5 3 24 final 12 41 00 795 info org hibernate cfg environment serverservice thread pool 67 hhh000206 hibernate property not find 12 41 00 958 info org hibernate annotation common version serverservice thread pool 67 hcann000001 hibernate common annotation 5 0 5 final 12 41 01 080 info org hibernate dialect dialect serverservice thread pool 67 hhh000400 use dialect org hibernate dialect h2dialect 12 41 01 113 info org hibernate enver boot internal enversserviceimpl serverservice thread pool 67 enver integration enable true 12 41 01 303 info org hibernate orm bean serverservice thread pool 67 hhh10005002 no explicit cdi beanmanager reference be pass to hibernate but cdi be available on the hibernate classloader 12 41 01 604 info org hibernate validator internal util version serverservice thread pool 67 hv000001 hibernate validator 6 0 22 final 12 41 02 579 info org hibernate hql internal querytranslatorfactoryinitiator serverservice thread pool 67 hhh000397 use astquerytranslatorfactory 12 41 03 031 info org keycloak service serverservice thread pool 67 kc services0050 initialize master realm 12 41 04 283 info org keycloak service serverservice thread pool 67 kc services0006 import user from opt jboss keycloak standalone configuration keycloak add user json 12 41 04 574 info org keycloak service serverservice thread pool 67 kc services0009 add user admin to realm master 12 41 04 784 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002225 deploy javax ws rs core application class org keycloak service resource keycloakapplication 12 41 04 785 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002205 add provider class org keycloak service filter keycloaksecurityheadersfilter from application class org keycloak service resource keycloakapplication 12 41 04 786 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002200 add class resource org keycloak service resource jsresource from application class org keycloak service resource keycloakapplication 12 41 04 786 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002200 add class resource org keycloak service resource themeresource from application class org keycloak service resource keycloakapplication 12 41 04 786 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002205 add provider class org keycloak service error keycloakerrorhandler from application class org keycloak service resource keycloakapplication 12 41 04 787 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002220 add singleton resource org keycloak service resource admin adminroot from application class org keycloak service resource keycloakapplication 12 41 04 787 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002210 add provider singleton org keycloak services util objectmapperresolver from application class org keycloak service resource keycloakapplication 12 41 04 787 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002220 add singleton resource org keycloak service resource realmsresource from application class org keycloak service resource keycloakapplication 12 41 04 787 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002220 add singleton resource org keycloak services resource welcomeresource from application class org keycloak service resource keycloakapplication 12 41 04 787 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 67 resteasy002220 add singleton resource org keycloak service resource robotsresource from application class org keycloak service resource keycloakapplication 12 41 04 876 info org wildfly extension undertow serverservice thread pool 67 wflyut0021 register web context auth for server default server 12 41 04 949 info org jboss as server serverservice thread pool 33 wflysrv0010 deploy keycloaktheme 0 1 0 alpha jar runtime name keycloaktheme 0 1 0 alpha jar 12 41 04 949 info org jboss as server serverservice thread pool 45 wflysrv0010 deploy keycloak server war runtime name keycloak server war 12 41 04 992 info org jboss as server controller boot thread wflysrv0212 resume server 12 41 04 996 info org jboss as controller boot thread wflysrv0025 keycloak 16 1 0 wildfly core 18 0 0 final start in 17746ms start 717 of 1019 service 699 service be lazy passive or on demand 12 41 04 998 info org jboss as controller boot thread wflysrv0060 http management interface listen on 12 41 04 998 info org jboss as controller boot thread wflysrv0051 admin console listen on 15 29 05 218 error org jboss as server deployment scanner deploymentscanner thread 1 wflyds0008 fail check whether opt jboss keycloak standalone deployment keycloaktheme 0 1 0 alpha jar be a complete zip java io filenotfoundexception opt jboss keycloak standalone deployment keycloaktheme 0 1 0 alpha jar input output error at java base java io fileinputstream open0 native method at java base java io fileinputstream open fileinputstream java 219 at java base java io fileinputstream fileinputstream java 157 at org jboss as server deployment scanner zipcompletionscanner iscompletezip zipcompletionscanner java 111 at org jboss as server deployment scanner filesystemdeploymentservice iszipcomplete filesystemdeploymentservice java 1117 at org jboss as server deployment scanner filesystemdeploymentservice scandirectory filesystemdeploymentservice java 949 at org jboss as server deployment scanner filesystemdeploymentservice scan filesystemdeploymentservice java 612 at org jboss as server deployment scanner filesystemdeploymentservice scan filesystemdeploymentservice java 507 at org jboss as server deployment scanner filesystemdeploymentservice deploymentscanrunnable run filesystemdeploymentservice java 261 at java base java util concurrent executors runnableadapter call executor java 515 at java base java util concurrent futuretask runandreset futuretask java 305 at java base java util concurrent scheduledthreadpoolexecutor scheduledfuturetask run scheduledthreadpoolexecutor java 305 at java base java util concurrent threadpoolexecutor runworker threadpoolexecutor java 1128 at java base java util concurrent threadpoolexecutor worker run threadpoolexecutor java 628 at java base java lang thread run thread java 829 at org jboss thread jbossthread run jbossthread java 513 15 29 05 247 info org jboss as server deployment msc service thread 1 5 wflysrv0028 stop deployment keycloaktheme 0 1 0 alpha jar runtime name keycloaktheme 0 1 0 alpha jar in 16ms 15 29 05 296 info org jboss as repository deploymentscanner thread 2 wflydr0002 content remove from location opt jboss keycloak standalone datum content e6 24988179c426dc18906ea1676f33411db75bdf content 15 29 05 296 info org jboss as server deploymentscanner thread 2 wflysrv0009 undeploye keycloaktheme 0 1 0 alpha jar runtime name keycloaktheme 0 1 0 alpha jar add admin to opt jboss keycloak standalone configuration keycloak add user json restart server to load user b 0 0 0 0 use embed h2 database jboss bootstrap environment jboss home opt jboss keycloak java java java opt server xms64 m xmx512 m xx metaspacesize 96 m xx maxmetaspacesize 256 m djava net preferipv4stack true djboss module system pkgs org jboss byteman djava awt headless true add export java desktop sun awt all unnamed add export java naming com sun jndi ldap all unnamed add open java base java lang all unnamed add open java base java lang invoke all unnamed add open java base java lang reflect all unnamed add open java base java io all unnamed add open java base java security all unnamed add open java base java util all unnamed add open java base java util concurrent all unnamed add open java management javax management all unnamed add open java name javax name all unnamed 09 09 44 619 info org jboss module main jboss module version 2 0 0 final 09 09 45 026 info org jboss msc main jboss msc version 1 4 13 final 09 09 45 034 info org jboss thread main jboss thread version 2 4 0 final 09 09 45 149 info org jboss as msc service thread 1 2 wflysrv0049 keycloak 16 1 0 wildfly core 18 0 0 final start 09 09 45 151 debug org jboss as config msc service thread 1 2 configure system property standalone awt toolkit sun awt x11 xtoolkit file encode utf 8 file separator java awt graphicsenv sun awt x11graphicsenvironment java awt headless true java awt printerjob sun print psprinterjob java class path opt jboss keycloak jboss modules jar java class version 55 0 java home usr lib jvm java 11 openjdk 11 0 13 0 8 3 el8 5 x86 64 java io tmpdir tmp java library path usr java packages lib usr lib64 lib64 lib usr lib java net preferipv4stack true java runtime name openjdk runtime environment java runtime version 11 0 13 8 lts java specification name java platform api specification java specification vendor oracle corporation java specification version 11 java util log manager org jboss logmanager logmanager java vendor red hat inc java vendor url java vendor url bug java vendor version 18 9 java version 11 0 13 java version date 2021 10 19 java vm compressedoopsmode 32 bit java vm info mixed mode share java vm name openjdk 64 bit server vm java vm specification name java virtual machine specification java vm specification vendor oracle corporation java vm specification version 11 java vm vendor red hat inc java vm version 11 0 13 8 lts javax management builder initial org jboss as jmx pluggablembeanserverbuilder jboss bind address 0 0 0 0 jboss bind address private 172 20 0 4 jboss home dir opt jboss keycloak jboss host name 96cdd3bd7e2f jboss module dir opt jboss keycloak modules jboss module system pkgs org jboss byteman jboss node name 96cdd3bd7e2f jboss qualified host name 96cdd3bd7e2f jboss server base dir opt jboss keycloak standalone jboss server config dir opt jboss keycloak standalone configuration jboss server datum dir opt jboss keycloak standalone data jboss server deploy dir opt jboss keycloak standalone data content jboss server log dir opt jboss keycloak standalone log jboss server name 96cdd3bd7e2f jboss server persist config true jboss server temp dir opt jboss keycloak standalone tmp jdk debug release line separator log configuration file opt jboss keycloak standalone configuration log property module path opt jboss keycloak modules org jboss boot log file opt jboss keycloak standalone log server log org jboss resolver warn true os arch amd64 os name linux os version 5 10 16 3 microsoft standard wsl2 path separator sun arch data model 64 sun boot library path usr lib jvm java 11 openjdk 11 0 13 0 8 3 el8 5 x86 64 lib sun cpu endian little sun cpu isalist sun io unicode encode unicodelittle sun java command opt jboss keycloak jboss modules jar mp opt jboss keycloak modules org jboss as standalone djboss home dir opt jboss keycloak djboss server base dir opt jboss keycloak standalone djboss bind address 172 20 0 4 djboss bind address private 172 20 0 4 c standalone ha xml b 0 0 0 0 sun java launcher sun standard sun jnu encode utf 8 sun management compiler hotspot 64 bit tiered compiler sun os patch level unknown user country we user dir user home opt jboss user language en user name jboss user timezone gmt 09 09 45 152 debug org jboss as config msc service thread 1 2 vm argument d standalone xms64 m xmx512 m xx metaspacesize 96 m xx maxmetaspacesize 256 m djava net preferipv4stack true djboss module system pkgs org jboss byteman djava awt headless true add export java desktop sun awt all unnamed add export java naming com sun jndi ldap all unnamed add open java base java lang all unnamed add open java base java lang invoke all unnamed add open java base java lang reflect all unnamed add open java base java io all unnamed add open java base java security all unnamed add open java base java util all unnamed add open java base java util concurrent all unnamed add open java management javax management all unnamed add open java name javax name all unnamed dorg jboss boot log file opt jboss keycloak standalone log server log dlogge configuration file opt jboss keycloak standalone configuration log property 09 09 45 246 info org jboss vfs msc service thread 1 3 vfs000002 fail to clean exist content for temp file provider of type temp enable debug level log to find what cause this 09 09 45 787 info org wildfly security serverservice thread pool 21 ely00001 wildfly elytron version 1 18 1 final 09 09 46 408 info org jboss as server controller boot thread wflysrv0039 create http management service use socket bind management http 09 09 46 421 info org xnio msc service thread 1 8 xnio version 3 8 5 final 09 09 46 429 info org xnio nio msc service thread 1 8 xnio nio implementation version 3 8 5 final 09 09 46 449 info org wildfly extension health serverservice thread pool 37 wflyhealth0001 activate base health subsystem 09 09 46 452 info org jboss as cluster jgroup serverservice thread pool 42 wflycljg0001 activate jgroup subsystem jgroup version 4 2 11 09 09 46 452 info org jboss as jaxrs serverservice thread pool 40 wflyrs0016 resteasy version 4 7 4 final 09 09 46 454 warn org jboss as txn serverservice thread pool 53 wflytx0013 the node identifier attribute on the subsystem transaction be set to the default value this be a danger for environment run multiple server please make sure the attribute value be unique 09 09 46 458 info org wildfly extension io serverservice thread pool 39 wflyio001 worker default have auto configure to 24 io thread with 192 max task thread base on your 12 available processor 09 09 46 459 info org jboss as cluster infinispan serverservice thread pool 38 wflyclinf0001 activate infinispan subsystem 09 09 46 463 info org jboss as name serverservice thread pool 49 wflynam0001 activate name subsystem 09 09 46 481 info org wildfly extension metric serverservice thread pool 47 wflymetrics0001 activate base metric subsystem 09 09 46 483 info org jboss as connector msc service thread 1 6 wflyjca0009 start jakarta connectors subsystem wildfly ironjacamar 1 5 3 final 09 09 46 504 info org jboss remote msc service thread 1 3 jboss remote version 5 0 23 final 09 09 46 502 info org jboss as connector subsystem datasource serverservice thread pool 32 wflyjca0004 deploy jdbc compliant driver class org h2 driver version 1 4 09 09 46 506 info org jboss as name msc service thread 1 1 wflynam0003 start naming service 09 09 46 512 info org jboss as connector deployer jdbc msc service thread 1 2 wflyjca0018 start driver service with driver name h2 09 09 46 518 info org jboss as mail extension msc service thread 1 2 wflymail0001 bind mail session java jboss mail default 09 09 46 571 info org wildfly extension undertow msc service thread 1 7 wflyut0003 undertow 2 2 14 final start 09 09 46 593 warn org wildfly extension elytron msc service thread 1 2 wflyely00023 keystore file opt jboss keycloak standalone configuration application keystore do not exist use blank 09 09 46 595 warn org wildfly cluster web undertow serverservice thread pool 54 wflyclwebut0007 no routing provider find for default server use legacy provider base on static configuration 09 09 46 603 warn org wildfly extension elytron msc service thread 1 6 wflyely01084 keystore opt jboss keycloak standalone configuration application keystore not find it will be auto generate on first use with a self sign certificate for host localhost 09 09 46 635 info org jboss as ejb3 msc service thread 1 3 wflyejb0481 strict pool slsb strict max pool be use a max instance size of 192 per class which be derive from thread worker pool size 09 09 46 635 info org jboss as ejb3 msc service thread 1 2 wflyejb0482 strict pool mdb strict max pool be use a max instance size of 48 per class which be derive from the number of cpus on this host 09 09 46 669 info org wildfly extension undertow serverservice thread pool 54 wflyut0014 create file handler for path opt jboss keycloak welcome content with option directory list false follow symlink false case sensitive true safe symlink path 09 09 46 674 info org wildfly extension undertow msc service thread 1 5 wflyut0012 start server default server 09 09 46 675 info org wildfly extension undertow msc service thread 1 4 queue request 09 09 46 679 info org wildfly extension undertow msc service thread 1 4 wflyut0018 host default host start 09 09 46 765 info org wildfly extension undertow msc service thread 1 4 wflyut0006 undertow ajp listener ajp listen on 0 0 0 0 8009 09 09 46 765 info org wildfly extension undertow msc service thread 1 3 wflyut0006 undertow http listener default listen on 0 0 0 0 8080 09 09 46 773 info org jboss modcluster serverservice thread pool 56 modcluster000001 initialize mod cluster version 1 4 4 final 09 09 46 789 info org jboss modcluster serverservice thread pool 56 modcluster000032 listen to proxy advertisement on 224 0 1 105 23364 09 09 46 804 info org jboss as ejb3 msc service thread 1 3 wflyejb0493 jakarta enterprise bean subsystem suspension complete 09 09 46 813 info org wildfly extension undertow msc service thread 1 2 wflyut0006 undertow https listener https listen on 0 0 0 0 8443 09 09 46 855 info org jboss as connector subsystem datasource msc service thread 1 1 wflyjca0001 bind data source java jboss datasources keycloakds 09 09 46 856 info org jboss as connector subsystem datasource msc service thread 1 4 wflyjca0001 bind data source java jboss datasource exampled 09 09 46 945 info org jboss as patch msc service thread 1 1 wflypat0050 keycloak cumulative patch i d be base one off patch include none 09 09 46 949 info org jboss as server deployment scanner msc service thread 1 1 wflyds0013 start filesystemdeploymentservice for directory opt jboss keycloak standalone deployment 09 09 46 954 info org jboss as server deployment msc service thread 1 4 wflysrv0027 start deployment of keycloak server war runtime name keycloak server war 09 09 47 337 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the send buffer of socket managedmulticastsocketbinding be set to 1 00 mb but the os only allocate 212 99 kb 09 09 47 337 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the receive buffer of socket managedmulticastsocketbinding be set to 20 00 mb but the os only allocate 212 99 kb 09 09 47 338 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the send buffer of socket managedmulticastsocketbinding be set to 1 00 mb but the os only allocate 212 99 kb 09 09 47 338 warn org jgroup protocol udp serverservice thread pool 56 jgrp000015 the receive buffer of socket managedmulticastsocketbinding be set to 25 00 mb but the os only allocate 212 99 kb 09 09 50 345 info org jgroup protocol pbcast gms serverservice thread pool 56 96cdd3bd7e2f no member discover after 3003 ms create cluster as coordinator 09 09 50 694 info org infinispan container serverservice thread pool 60 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 09 09 50 694 info org infinispan container serverservice thread pool 61 ispn000128 infinispan version infinispan taedonggang 12 1 7 final 09 09 50 694 info org infinispan container serverservice thread pool 59 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 09 09 50 695 info org infinispan container serverservice thread pool 61 ispn000556 start user marshaller org wildfly cluster infinispan spi marshal infinispanprotostreammarshaller 09 09 50 696 info org infinispan container serverservice thread pool 58 ispn000556 start user marshaller org wildfly cluster infinispan marshal jboss jbossmarshaller 09 09 50 730 info org infinispan container serverservice thread pool 57 ispn000556 start user marshaller org wildfly cluster infinispan marshal jboss jbossmarshaller 09 09 50 831 info org infinispan cluster serverservice thread pool 61 ispn000078 start jgroups channel ejb 09 09 50 832 info org infinispan cluster serverservice thread pool 59 ispn000078 start jgroups channel ejb 09 09 50 831 info org infinispan cluster serverservice thread pool 58 ispn000078 start jgroups channel ejb 09 09 50 831 info org infinispan cluster serverservice thread pool 60 ispn000078 start jgroups channel ejb 09 09 50 832 info org infinispan cluster serverservice thread pool 57 ispn000078 start jgroups channel ejb 09 09 50 837 info org infinispan cluster serverservice thread pool 58 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 09 09 50 837 info org infinispan cluster serverservice thread pool 59 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 09 09 50 837 info org infinispan cluster serverservice thread pool 57 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 09 09 50 837 info org infinispan cluster serverservice thread pool 61 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 09 09 50 837 info org infinispan cluster serverservice thread pool 60 ispn000094 receive new cluster view for channel ejb 96cdd3bd7e2f 0 1 96cdd3bd7e2f 09 09 50 842 info org infinispan cluster serverservice thread pool 58 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 4 55200 09 09 50 842 info org infinispan cluster serverservice thread pool 61 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 4 55200 09 09 50 842 info org infinispan cluster serverservice thread pool 60 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 4 55200 09 09 50 842 info org infinispan cluster serverservice thread pool 57 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 4 55200 09 09 50 842 info org infinispan cluster serverservice thread pool 59 ispn000079 channel ejb local address be 96cdd3bd7e2f physical address be 172 20 0 4 55200 09 09 50 872 info org infinispan config msc service thread 1 8 ispn000152 passivation configure without an eviction policy be select only manually evict entity will be passivate 09 09 50 873 info org infinispan config msc service thread 1 8 ispn000152 passivation configure without an eviction policy be select only manually evict entity will be passivate 09 09 51 011 info org jboss as cluster infinispan serverservice thread pool 60 wflyclinf0002 start http remote connector cache from ejb container 09 09 51 106 info org jboss as cluster infinispan serverservice thread pool 63 wflyclinf0002 start work cache from keycloak container 09 09 51 108 info org jboss as cluster infinispan serverservice thread pool 58 wflyclinf0002 start offlineclientsession cache from keycloak container 09 09 51 108 info org jboss as cluster infinispan serverservice thread pool 59 wflyclinf0002 start session cache from keycloak container 09 09 51 108 info org jboss as cluster infinispan serverservice thread pool 57 wflyclinf0002 start authenticationsession cache from keycloak container 09 09 51 108 info org jboss as cluster infinispan serverservice thread pool 62 wflyclinf0002 start clientsession cache from keycloak container 09 09 51 109 info org jboss as cluster infinispan serverservice thread pool 56 wflyclinf0002 start actiontoken cache from keycloak container 09 09 51 109 info org jboss as cluster infinispan serverservice thread pool 64 wflyclinf0002 start loginfailure cache from keycloak container 09 09 51 111 info org jboss as cluster infinispan serverservice thread pool 60 wflyclinf0002 start offlinesession cache from keycloak container 09 09 51 133 info org jboss as cluster infinispan serverservice thread pool 61 wflyclinf0002 start user cache from keycloak container 09 09 51 133 info org jboss as cluster infinispan serverservice thread pool 65 wflyclinf0002 start realm cache from keycloak container 09 09 51 133 info org jboss as cluster infinispan serverservice thread pool 66 wflyclinf0002 start key cache from keycloak container 09 09 51 133 info org jboss as cluster infinispan serverservice thread pool 67 wflyclinf0002 start authorization cache from keycloak container 09 09 51 209 warn org jboss as server deployment msc service thread 1 2 wflysrv0273 exclude subsystem webservice via jboss deployment structure xml do not exist 09 09 51 449 info org keycloak service serverservice thread pool 61 kc services0001 loading config from standalone xml or domain xml 09 09 51 664 info org keycloak url defaulthostnameproviderfactory serverservice thread pool 61 frontend admin backend 09 09 52 026 info org jboss as cluster infinispan serverservice thread pool 61 wflyclinf0002 start realmrevision cache from keycloak container 09 09 52 031 info org jboss as cluster infinispan serverservice thread pool 61 wflyclinf0002 start userrevision cache from keycloak container 09 09 52 036 info org jboss as cluster infinispan serverservice thread pool 61 wflyclinf0002 start authorizationrevision cache from keycloak container 09 09 52 037 info org keycloak connection infinispan defaultinfinispanconnectionproviderfactory serverservice thread pool 61 node name 96cdd3bd7e2f site name null 09 09 56 233 info org keycloak connection jpa defaultjpaconnectionproviderfactory serverservice thread pool 61 database info databaseurl jdbc h2 opt jboss keycloak standalone data keycloak databaseuser sa databaseproduct h2 1 4 197 2018 03 18 databasedriver h2 jdbc driver 1 4 197 2018 03 18 09 09 57 166 info org hibernate jpa internal util loghelper serverservice thread pool 61 hhh000204 processing persistenceunitinfo name keycloak default 09 09 57 253 info org hibernate version serverservice thread pool 61 hhh000412 hibernate core 5 3 24 final 09 09 57 255 info org hibernate cfg environment serverservice thread pool 61 hhh000206 hibernate property not find 09 09 57 432 info org hibernate annotation common version serverservice thread pool 61 hcann000001 hibernate common annotation 5 0 5 final 09 09 57 563 info org hibernate dialect dialect serverservice thread pool 61 hhh000400 use dialect org hibernate dialect h2dialect 09 09 57 594 info org hibernate enver boot internal enversserviceimpl serverservice thread pool 61 enver integration enable true 09 09 57 788 info org hibernate orm bean serverservice thread pool 61 hhh10005002 no explicit cdi beanmanager reference be pass to hibernate but cdi be available on the hibernate classloader 09 09 57 961 info org hibernate validator internal util version serverservice thread pool 61 hv000001 hibernate validator 6 0 22 final 09 09 58 699 info org hibernate hql internal querytranslatorfactoryinitiator serverservice thread pool 61 hhh000397 use astquerytranslatorfactory 09 09 59 181 info org keycloak service serverservice thread pool 61 kc services0006 import user from opt jboss keycloak standalone configuration keycloak add user json 09 09 59 293 warn org keycloak service serverservice thread pool 61 kc services0104 not create user admin it already exist 09 09 59 561 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002225 deploy javax ws rs core application class org keycloak service resource keycloakapplication 09 09 59 562 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002200 add class resource org keycloak service resource themeresource from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002205 add provider class org keycloak service filter keycloaksecurityheadersfilter from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002205 add provider class org keycloak service error keycloakerrorhandler from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002200 add class resource org keycloak service resource jsresource from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002220 add singleton resource org keycloak service resource realmsresource from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002220 add singleton resource org keycloak service resource robotsresource from application class org keycloak service resource keycloakapplication 09 09 59 563 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002220 add singleton resource org keycloak services resource welcomeresource from application class org keycloak service resource keycloakapplication 09 09 59 564 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002220 add singleton resource org keycloak service resource admin adminroot from application class org keycloak service resource keycloakapplication 09 09 59 564 info org jboss resteasy resteasy jaxrs i18n serverservice thread pool 61 resteasy002210 add provider singleton org keycloak services util objectmapperresolver from application class org keycloak service resource keycloakapplication 09 09 59 624 info org wildfly extension undertow serverservice thread pool 61 wflyut0021 register web context auth for server default server 09 09 59 686 info org jboss as server serverservice thread pool 45 wflysrv0010 deploy keycloak server war runtime name keycloak server war 09 09 59 731 info org jboss as server controller boot thread wflysrv0212 resume server 09 09 59 734 info org jboss as controller boot thread wflysrv0025 keycloak 16 1 0 wildfly core 18 0 0 final start in 15371ms start 674 of 975 service 696 service be lazy passive or on demand 09 09 59 736 info org jboss as controller boot thread wflysrv0060 http management interface listen on 09 09 59 736 info org jboss as controller boot thread wflysrv0051 admin console listen on |
keycloakkeycloak | modernize typescript definition of js adapter | Enhancement | update the type definition of the javascript adapter to use modern es module syntax this remove the needless namespacing needless namespacing and replace it with name export statement note that the diff in github look intimidate but this be mostly due to indentation change so I recommend to review the diff locally in your ide close 9045 |
keycloakkeycloak | make sure attribute with null or empty value be not persistent for all object | Enhancement | description I should not be possible to store attribute with empty or null value across all object it have be do for client within this issue be about to make it consistent maybe also migration step which would remove all current empty and null attribute from legacy jpa could be introduce discussion no response motivation no response detail no response |
keycloakkeycloak | policy tab be miss | Bug | describe the bug hi I m traye the new ui and I can t find the policy tab under the authorization tab kind regard version 16 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else admin ui versionbd28a912dd40839403ae3d538920a6781e516a04 |
keycloakkeycloak | sort the realm localization text alphabetically | Enhancement | description this change be make to the old ui and we need to make the corresponding change to the new ui it s ok to wait and do this as a post 1 0 feature see discussion no response motivation no response detail no response |
keycloakkeycloak | admin rest api doesn t generate secret upon create new client representation with serviceaccountenabled | Bug | describe the bug I ve recently update our keycloak server from 11 0 2 to 15 0 1 and now our admin rest api endpoint for create new client no long generate a secret by default we normally use the keycloak admin client in our codebase these be the two method we call clientrepresentation cr keycloakservice newclientrepresentation clientid clienttype isserviceaccount response response keycloakservice getrealmresource client create cr we create a new clientrepresentation with these value new clientrepresentation clientid clientid serviceaccountsenable true authorizationservicesenable false attribute attribute in our prior build the secret would normally be generate for we and present in the ui I ve notice since that the secret doesn t appear until I either switch the client authenticator method or regenerate the secret version 15 0 1 expect behavior upon create a clientrepresentation object with the keycloak admin rest client a secret should be generate for the create client automatically actual behavior the secret be empty until regenerated or switching between client authenticator type how to reproduce use the method above anything else no response |
keycloakkeycloak | keycloak ha fail to startup due to database exception | Bug | describe the bug we be try to deploy keycloak with ha 2 replica on kubernete however we be see an intermittent issue where the keycloak fail to start throw database exception say few table be already exist but database be always clean before keycloak ha installation be attempt attach the log of both replica for reference can you please suggest what could be the reason for this keycloak 0 log keycloak 1 log version 12 0 4 expect behavior keycloak ha should startup successfully always actual behavior keycloak ha be fail some time throw database exception how to reproduce install keycloak ha with 2 replica on kubernete intermittent issue occur during startup of keycloak anything else no response |
keycloakkeycloak | make sure option for start dev be override the default option value | Enhancement | description the default value for dev mode be define use a dev profile due to how microprofile resolve property the profile version of a property be first resolve if it exist in our case we want to make sure that the value explicitly set by the user have precedence as an example kc sh start dev http enable false should disable http but it do not because the profile version of http enable be resolve first discussion no response motivation no response detail no response |
keycloakkeycloak | jpa map storage doesn t downgrade entityversion when modify a row write with a future entityversion | Bug | describe the bug when the map jpa store read datum from a row it accept datum that be write by another keycloak version with entityversion n 1 thereby it ignore new field write by a later version during json de serialization when it then write the datum back to the database it use its json serializer and write the datum in the format of its own json schema to the row therefore it should downgrade the entityversion to n as well so that be future version of keycloak can again migrate the datum to a late entity version version 17 0 0 snapshot expect behavior when datum be write to the row the entity version be always the support version of the implementation actual behavior when datum be write to the row the entity version be keep as be thereby leave the n 1 version in the row this prevent a future migration of the json and be inconsistent with the datum in the json column how to reproduce manual testing with the database anything else there be a discussion on this topic here possible refactoring rework repetitive call to checkentityversionforupdate in jpacliententity to a method annotate with preupdate and prepersist so that be call whenever a sql insert or update be trigger this would prevent miss an update to the entity version in case where hibernate trigger an update to the database |
keycloakkeycloak | add username field to the user detail page | Bug | description add username field as the follow screenshot whether it can be edit read only depend on the setting edit username which will be add to realm setting soon this issue partly address issue keycloak keycloak 18972 note when the email as username in realm setting login be enable the username field should be hide in user detail page creation page note whether the username field be editable be control by the edit username in realm setting login image discussion no response motivation no response detail no response |
keycloakkeycloak | jpa map storage should preserve order of attribute | Bug | describe the bug the map storage interface define attribute to be multi value and the value should be order public interface entitywithattribute map getattribute the jpa map implementation store the attribute as a set in jpacliententity and jparoleentity this be not preserve the order of attribute version 17 0 0 snapshot expect behavior multi value attribute value should be order when store and retrieve from map jpa storage multiple entry of the same value that be equal should be possible actual behavior order of multi value attribute value be not preserve multiple entry of the same value that be equal be reduce to a single value how to reproduce it the characteristic of a set vs list that be describe above the api for multi value attribute be currently not expose for client only for role anything else there be a github discussion here the client attribute and role attribute table would need to have an additional column that preserve the ordering of the value for example via ordercolumn name index i d see for example this column should have a unique deferrable constraint to avoid db inconsistency it would need to be deferrable to allow hibernate a re order of the ids during a transaction note if all attribute be store as one order list change an attribute by remove it from the list and add it at the end would change the position of all list item in between therefore issue an update on all other attribute in between an in place update of especially single value attribute in the list would be prefer this approach would only be viable if the number of entry in the attribute table be relatively small and the order position of list item wouldn t change so often |
keycloakkeycloak | device authorization grant with pkce | Enhancement | description keycloak implementation for device authorization grant will support pkce if in device authorization request machine send parameter code challenge optionally together with code challenge method default plain device authorization grant will require pkce wait to find in device access token request the proper code verifier if client configuration proof key for code exchange code challenge method be configure pkce will be mandatory for device authorization grant similarly as in other authorization flow code challenge and code challenge method will be save in cache oauth2devicecodemodel discussion no response motivation keycloak already support device authorization grant and proof key for code exchange by oauth public client pkce however device authorization grant with pkce be not support the device flow be design for client device that have limit user interface such as a set top box since the device be usually public client and the device code can be intercept by malicious user you can combine the device flow with the pkce standard to mitigate against interception attack if the device support pkce detail no response |
keycloakkeycloak | improve enable disable feature in quarkus distribution | Enhancement | description change the way feature be enable disabled in the quarkus distribution to improve ux around it there should be two option to enable or disable feature instead of individual option for each feature this be more consistent with other option like db and result in less option list in kc build help option should be feature comma separate list of feature or feature group to enable feature disabled comma separate list of feature or feature group to disable feature group support should be default all feature that be enable by default preview all preview feature feature name should use instead of since use be just not very pretty this will be a simple change just replace with when look for feature for backwards compatibility both should be allow for now but any documentation for the quarkus distribution should use within feature name some use case enable only authorization kc sh build feature authorization feature disabled default disable a default feature kc sh build feature disabled impersonation enable a non default or preview feature kc sh build feature token exchange enable all preview feature kc sh build feature preview discussion no response motivation make the output of cli help and documentation clean and more consistent the current output of kc build help should be enough justification on its own bin kc sh build help create a new and optimize server image usage kc sh build option create a new and optimize server image base on the configuration option pass to this command once create the configuration will be persist and read during startup without have to pass they over again some configuration option require this command to be execute in order to actually change a configuration for instance change database vendor enable disable feature enable disable provider or set a default consider run this command before run the server in production for an optimal runtime option h help this help message cluster cache define the cache mechanism for high availability by default a ispn cache be use to create a cluster between multiple server node a local cache disable clustering and be intend for development and testing purpose default ispn cache config file define the file from which cache configuration should be load from cache stack define the default stack to use for cluster communication and node discovery this option only take effect if cache be set to ispn default udp database db the database vendor possible value be h2 file h2 mem mariadb mssql mssql 2012 mysql oracle postgre postgre 95 feature feature account2 enable the account2 feature feature account api enable the account api feature feature admin2 enable the admin2 feature feature admin fine grain authz enable the admin fine grain authz feature feature authorization enable the authorization feature feature ciba enable the ciba feature feature client policy enable the client policy feature feature declarative user profile enable the declarative user profile feature feature docker enable the docker feature feature dynamic scope enable the dynamic scope feature feature impersonation enable the impersonation feature feature map storage enable the map storage feature feature openshift integration enable the openshift integration feature feature par enable the par feature feature script enable the script feature feature token exchange enable the token exchange feature feature upload script enable the upload script feature feature web authn enable the web authn feature ft feature enable all tech preview feature http tls http relative path set the path relative to for serve resource default detail no response |
keycloakkeycloak | breadcrumb should display name of active scope instead of static text | Enhancement | description on level 3 of the navigation depth the crumb should show the name of the scope instead of a static text for instance on level 2 it should look like this image but if we go deeply to it should change from client scope detail to the name of that client scope image discussion no response motivation no response detail for this to work we might need a different way to render the breadcrumb maybe develop our own it would be a shame if we have to query again just to get the name of the crumb |
keycloakkeycloak | set kc feature enable at build unset and start afterwards do not activate the feature in some case | Bug | describe the bug case 1 token exchange feature when apply export kc feature token exchange enable as env variable to the build command console output show it get pick up but unsette the env variable and run e g kc sh start http enable true hostname strict false hostname strict https false afterwards the console gui doesn t show it as enable anymore case 2 docker feature no message at all in build run if it s enable or not when set use kc feature docker enable also not show at all in the list in the admin ui case 3 script feature here it work as want irritatingly video of all case version late expect behavior 1 enable disabled feature get build in correctly so run start also show which feature be enable and enable it correctly actual behavior see description how to reproduce see description or use e g from quay io keycloak keycloak x late as builder do get pick up at start env kc metric enable true do not get pick up at start env kc feature token exchange enable run opt keycloak bin kc sh build from quay io keycloak keycloak x late copy from builder opt keycloak lib quarkus opt keycloak lib quarkus workdir opt keycloak for demo purpose only make sure to use proper certificate in production instead run keytool genkeypair storepass password storetype pkcs12 keyalg rsa keysize 2048 dname cn server alia server ext san c dns localhost ip 127 0 0 1 keystore conf server keystore env keycloak admin admin env keycloak admin password change I env kc hostname localhost 8443 entrypoint opt keycloak bin kc sh start docker build t my kc docker run rm it p 8443 8443 my kc anything else when run kc sh build feature token exchange enable the build doesn t show this feature get enable but run start afterwards show it get enable also seem to be somewhat inconsistent |
keycloakkeycloak | ux review message bundle should be editable | Bug | describe the bug in the new design user can edit the message bundle as show in the prototype here 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 disable the english chip in the localization tab | Bug | describe the bug in the localization page of the realm setting english be the default support locale and can t be delete therefore the chip of english should be disabled and can t be remove by click the cross icon version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client oidc advance more new field add | Bug | describe the bug six new field be add to the recent release need to add they to the fine grain openid connect configuration card version 16 1 0 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client oidc advance new field add | Bug | describe the bug two new field be add to the open i d connect compatibility mode in the recent release need to add they to the new console the current compatibility have a typo version 16 1 0 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | issue migrate db if the realm name and realm i d don t match | Bug | describe the bug while try to upgrade from 12 0 4 to 15 1 1 we receive an error which we see the important line realm unigroup be not present in table realm we check the admin portal and see that we have a realm with that name then go to check the database and see the name be unigroup but the i d be unigroup we determine that when the realm be initially create it be name with an uppercase u when try to find out what be go on we generate the db migration script to see what they be go to do and we see that the sql script that be generate be pull in the realm name and try to use that as the realm i d we update the realm name to match the realm I d through the admin portal but I think the generate script would use the realm i d instead of the realm name update have never be an issue from 4 0 until now I think I track it down to the jpaupdate13 0 0 migratedefaultrole java file but I m not 100 on what need update as it look like it s right but the prepared sql show something different version 12 0 4 expect behavior database migration script to run without issue an example of the work sql statement after update the realm name to unigroup insert into public keycloak role i d client realm constraint client role description name realm i d realm value b80f2325 eb0c 40f5 81bc 81017972b12b unigroup false role default role unigroup default role unigroup unigroup unigroup actual behavior database migration script fail due with realm realm name be not present in table realm keycloak error message log an example of one of the fail sql statement insert into public keycloak role i d client realm constraint client role description name realm i d realm value c9d4e964 cdb6 4fe0 9a8a 737bb4e264d5 unigroup false role default role unigroup default role unigroup unigroup unigroup how to reproduce have an entry in the realm table with non matching realm i d and realm name on version 12 0 4 and try to upgrade to version 15 1 1 anything else no response |
keycloakkeycloak | include list of possible option value in help message | Enhancement | description we be not show the list of possible value for a give option we do that for the db but it be specific for this option discussion no response motivation we should list the possible value for any option detail no response |
keycloakkeycloak | gha fail due to wrong scheme when download ispn server | Bug | describe the bug gha be fail due to step 6 24356 version 17 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | hide hasicorp vault from cli | Enhancement | description although fully usable hashicorp support be miss some key point in order to make it fully available in the distribution cli documentation etc we should be hide the option relate to hashicorp for now discussion no response motivation although fully usable hashicorp support be miss some key point in order to make it fully available in the distribution cli documentation etc we should be hide the option relate to hashicorp for now detail no response |
keycloakkeycloak | remove system property from help message | Enhancement | description we should not show help for set system property but rather rely on use java opt append if strict necessary discussion no response motivation people should avoid set java property and if they need that be because we be potentially miss something in the configuration detail no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.