repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | keycloak 17 behind nginx reverse proxy redirect admin console to port 443 instead of 8444 | Bug | describe the bug hi I setup keycloak 17 on ubuntu 20 04 openjdk 11 jre and reverse peroxide by nginx 1 18 0 it s this setup be okay on production https port 443 but when I try change it and serve it on different port for example 8444 it doesn t work and redirect to 443 screenshot 202... |
keycloakkeycloak | internationalize domain name in email address | Enhancement | describe the bug end user with internationalized domain name idn can not register their email address if the user doesn t have knowledge of punycode and or the ace string they be stick with a message about email not be valid even if it be a valid email address that they use version 16 1 1 ex... |
keycloakkeycloak | keycloak js not find 404 when access admin console | Bug | describe the bug deploy a keycloak with development mode behind an nginx reverse proxy as kubernete deployment realm and resource be work fine but I encounter 404 keycloak js not find when access admin version 17 expect behavior keycloak admin login actual behavior only bla... |
keycloakkeycloak | only half the user be export | Bug | describe the bug when run an export with a huge dataset only about half of the user seem to be export version 15 1 1 jboss expect behavior the user db have 2038978 entry so I would expect this many user to be export which should reflect in the log and in the export file ... |
keycloakkeycloak | ux review some fine tuning of profile list in the user profile page | Bug | describe the bug there be some fine tuning of the profile list as show below 1 the filter be miss it should be add in front of the button 2 the name should be clickable it be a hyperlink to the detail page of the specific attribute 3 the distance between the kebab menu and the righ... |
keycloakkeycloak | auth realm realm protocol openid connect token not work on quarkus 17 0 0 | Bug | describe the bug I try to generate a new token in the quarkus version and it doesn t work my realm s name be demo I get the follow json error resteasy003210 could not find resource for full path then I instal legacy version wildfly 17 0 0 and everything work as expe... |
keycloakkeycloak | the tcp ip connection to the host mssql keycloak port 1433 have fail | Bug | describe the bug hi I be try to make jdbc ping work in a keycloak 17 cluster for mysql and mariadb it s work perfectly for postgre I be face the follow error also describe in this issue 10235 finally for microsoft sql server the reason why I open this iss... |
keycloakkeycloak | update documentation about secret rotation | Enhancement | description update kc documentation about how to use the secret rotation feature discussion no response motivation no response detail no response |
keycloakkeycloak | introduce client secret rotation on dynamic client registration flow | Enhancement | description update the dynamic client creation flow by insert the handling of the secret rotation policy readresponse discussion no response motivation no response detail no response |
keycloakkeycloak | password blacklist folder | Bug | describe the bug I m try to use the password blacklist policy and the server be not recognize my file read the documentation I see the default folder be jboss server data dir password blacklist I know we don t have jboss anymore and I do assume that the default folder would be opt keycloak dat... |
keycloakkeycloak | getvalue context be undefined on role attribute page | Bug | describe the bug when I try to browse to the role attribue page I have the follow error getvalue context be undefined image I have the same issue on the client role attribute page image version 17 expect behavior no response actual behavior no response ... |
keycloakkeycloak | flaky keycloakservicese2eit testdiscoveryservicedurability | Bug | describe the bug the operator test keycloakservicese2eit testdiscoveryservicedurability spuriously fail here version late expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review update the component in the realm settings client policy policy detail add condition page | Bug | describe the bug in the realm settings client policy policy detail add condition page if user select the client update source group as the condition type and then user can select some group in the field below we can change the component of the group field to the design proposal in addit... |
keycloakkeycloak | rest api list client permission issue | Bug | describe the bug when use an exist realm and list all the client use rest api connect to a custom client backend client I encounter a permission error when use the service account role 2022 03 03 21 18 26 412 debug org keycloak event executor thread 42 type client login realmid test ... |
keycloakkeycloak | update credential tab to support client secret rotation feature | Enhancement | description this be not implement in the old admin ui yet but we need to work with marcelomrwin to make sure it be add to new admin ui as soon as he be ready client secret rotation feature it will affect the credential tab of the client in the current admin console currently ... |
keycloakkeycloak | miss attribute to support step up authentication | Bug | describe the bug we need to add attribute to support step up authentication these have already be add in the late version of the old admin ui here be snippet of email from mposolda 2 step up authentication there be already some configuration property in the keycloak main branch I ve... |
keycloakkeycloak | allow expose some initial provider config option via web site | Enhancement | description in order to well document provider configuration option we should be add a page in our web site to list some key provider configuration option discussion no response motivation make easy to format provider configuration option when migrate from the legacy distribution detail... |
keycloakkeycloak | split configuration parameter metric enable into one for metric and one for healthcheck | Enhancement | description currently there be the configuration option metric enable in the keycloak 17 configration if it be enable metric be available at the metric endpoint and healthcheck at the health endpoint for customer that only want healthcheck but not the metric this be not ideal discus... |
keycloakkeycloak | doc get start with openshift | Bug | describe the bug the doc and the link yaml use keycloak user and keycloak password be it possible that in v17 quarkus the same value need to be set to keycloak admin and keycloak admin password respectively version 17 expect behavior no response ... |
keycloakkeycloak | external idp invalid request error | Bug | describe the bug I m not sure be it a bug or not may be just need to add something to my idp or client app config I find several mention of this issue e g but all without clear solution unfortunately my setup be demo app protect by keycloak keycloak have idp configure to use my aas a... |
keycloakkeycloak | keycloak 17 quarkus no suitable driver find for jdbc postgresql | Bug | describe the bug we be run keycloak in aws ecs for some time now and be plan to upgrade to keycloak 17 quarkus but the container win t start with this error message error org keycloak quarkus runtime cli executionexceptionhandler main error no suitable driver find for jdbc postgresql ecs... |
keycloakkeycloak | doc container documentation refer to multiple image source | Bug | describe the bug the readme get start refer to the docker io registry docker run jboss keycloak which do not seem to be build on quarkus the readme other keycloak project again point to keycloak keycloak container as the home for the container image definition I believe that the li... |
keycloakkeycloak | user session count limiter authenticator should return a non generic error message when use in direct grant flow | Enhancement | description when limit the maximum number of concurrent user session by deny new session use the user session count limiter authenticator in a direct grant flow keycloak return a http 500 with the generic error message error unknown error other error in the direct grant usually generate a 400 401 a... |
keycloakkeycloak | support multiple kc instance in a single namespace | Enhancement | double check it s possible to deploy multiple crs of various type in a single namespace represent multiple keycloak instance add test for deploy two kc instance in a single namespace together with all cr type |
keycloakkeycloak | sonarqube report blocker major issue notice | Bug | describe the bug hi keycloak team recently we try to run a sonarqube check against the keycloak 15 version to check about the vulnerability and surprise to notice that there be around 50 blocker 75 critical issue report please confirm on the quality check be perform on keycloak whether this be ... |
keycloakkeycloak | keycloak health check | Bug | describe the bug how can I health check keycloak curl error http 404 not find I just curl like above but return resource not find how do I ensure keycloak be healthy version 17 0 0 expect behavior no response actual behavior no response how to repr... |
keycloakkeycloak | keycloak return unauthorized 401 | Bug | describe the bug I m run bitnami s keycloak image on my local what I want to do be use keycloak rest apis but no matter how hard I try I m get 401 I have do what s write in the doc so this be a screenshot of the client access type be confidential and a service account be enable this be testa... |
keycloakkeycloak | keycloak 17 user storage spi failure | Bug | describe the bug my custom user storage spi jar work well on keycloak 16 but fail after upgrade to keycloak 17 I see the follow error when my plugin reach code for jax rs resteasy client communication 2022 02 28 15 31 59 010 error keycloak scim user spi scim executor thread 0 java lang classno... |
keycloakkeycloak | incorrect documentation for set truststore for mtls | Bug | describe the bug per I should be able to set a truststore for mtls use kc https trust store file and kc https trust store password however this doesn t work and the truststore be null with the follow warning among other 2022 03 02 17 50 13 341 warn org keycloak service x509 nginxproxyss... |
keycloakkeycloak | error loading account console | Bug | describe the bug when try to load the account console for my realm the page spin endlessly error show up in browser console keycloak account console error version 17 expect behavior account console should load properly actual behavior error throw page never loa... |
keycloakkeycloak | impossible to configure multiple jpa persistentunit | Bug | describe the bug I can t add userstorageprovider type extension with jpa I be migrate my provider to keycloak 17 0 0 my provider use an external sqlserver database I configure quarkus accord to the multiple persistent unit documentation multiple persistence unit here be the configuration ... |
keycloakkeycloak | allow edge test in admin console test | Enhancement | description allow admin console test to run with edge browser discussion no response motivation no response detail no response |
keycloakkeycloak | invalid parameter redirect | Bug | describe the bug I have an app that be write with the old version of kc in mind I ve migrate to 17 and expose the auth path to make it work but it appear that the redirect to kc be call this page directly but be return the follow invalid parameter redirect uri version 17 0 ... |
keycloakkeycloak | add file log support | Enhancement | description add m1 first iteration from the reference discussion at 10497 issue milestone 1 log file enable log file level log file datum log keycloak log log file format discussion 10497 motivation no response detail no resp... |
keycloakkeycloak | the require mechanism sso be not available in mechanism basic client cert digest form from the httpauthenticationfactory | Bug | describe the bug I m unable to upgrade our keycloak instance of keycloak use docker in openshift from 15 0 2 to 16 1 1 but be able to upgrade it locally without issue I ve already resolve the fip issue by update the java opt on startup but can t find any info on what would be cause this issue ... |
keycloakkeycloak | m1 chip support | Enhancement | description can you add apple silicon support to jboss keycloak docker image thank discussion no response motivation no response detail no response |
keycloakkeycloak | add cypress test for user profile attribute group | Enhancement | test need to be write for the feature implement in this pr |
keycloakkeycloak | ux review edit attribute group update the header and the breadcrumb to align with other screen | Bug | describe the bug when the user drill down to the detail edit page of an attribute group the breadcrumb and header be both edit attribute group which be not consistent with the other part of the console change the breadcrumb node to attribute group detail change the header to the attributeg... |
keycloakkeycloak | issue with hostname admin | Bug | describe the bug if I assume correctly that hostname admin should set front end url for master realm then this isn t work version 17 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | authorization tab never show for realm management client | Bug | describe the bug the realm management client for a non master realm should have an authorization tab the user should see this tab as long as he have at least view authorization access I think we be treat the realm management client differently since it be a build in client so perhaps that have s... |
keycloakkeycloak | impossible to override iss claim in token mapper | Bug | describe the bug since it be not possible to override the iss claim in the access token see for a similar issue with the acr claim in the i d token for client that connect to kc in a k8s cluster through various proxy the url include by kc in the iss claim be essentially meaningless ... |
keycloakkeycloak | revisit pod template in keycloak cr | Enhancement | this be a follow up from 10098 the current approach have several severe downside it be do by explicitly merge every field l202 l349 that be very error prone and hard to validate a field could be easily miss and or wrongly merge the test coverage be incomplete doesn t cover all field to consi... |
keycloakkeycloak | keycloak x 16 1 1 it say it be listen on port 8443 but 443 be use after | Bug | describe the bug hello I do the command kc build db h2 file kc start hostname xxxx https key store password yyy it log 2022 02 28 15 48 35 337 info org key con inf defaultinfinispanconnectionprovid erfactory main node name xxxx 62107 site name null 2022 02 28 15 48 36 57... |
keycloakkeycloak | disable infinispan cache layer for authorization map storage | Enhancement | description the new storage will not use the old cache layer currently we still have it enable in the testsuite disable it may uncover some issue in the storage we should disable it so that we can fix these hide issue discussion no response motivation no response de... |
keycloakkeycloak | ux review the evaluation datum be miss in authorization | Bug | describe the bug after set up some condition in the evaluate page and click the evaluate button there be no datum on the result page it s not correct because whether the result be permit or deny there should be a result to show the user version new admin ui expect behavior ... |
keycloakkeycloak | ux review the client dropdown can t change the option in the authorization evaluate page | Bug | describe the bug the client field should be allow to change the client in the dropdown list but it doesn t work for now therefore please check the issue and fix it thank version new admin ui expect behavior no response actual behavior no response how to repr... |
keycloakkeycloak | ux review some fine tuning of the layout in the authorization evaluate page | Bug | describe the bug there be some fine tuning of the evaluate page as show below 1 the border can be remove we don t need to use the card on this page 2 every two button near each other should be 16px apart 3 the label be a bit confusing so the label name key and value can be ... |
keycloakkeycloak | 17 0 0 be miss a lot of file | Bug | describe the bug just download 17 0 0 to start and it s miss a lot of file I have to revert to 16 1 1 to get what I need see screenshot for comparison of bin folder after fresh unzip screenshot at 2022 02 26 16 11 14 version 17 0 0 expect behavior all file should be there in... |
keycloakkeycloak | operator ci be break | Bug | describe the bug the operator ci job be fail on main example version late expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | health check edit | Enhancement | description review this guide discussion no response motivation no response detail no response |
keycloakkeycloak | spring session persistence in redi break for keycloak token | Bug | describe the bug we re use spring boot keycloak adapter to implement oidc base on spring session with redi as the storage we want to add another component base on node js to cover some specialty both component share the session i d and therefore we want to access redi from node to extract access refresh t... |
keycloakkeycloak | ipv6 listener support | Enhancement | description keycloak 17 0 0 default to listen on ipv4 address only 0 0 0 0 if I try to listen on ipv6 it say the protocol family be unavailable sudo u keycloak opt keycloak bin kc sh start http host 2022 02 25 14 50 38 518 error org keycloak quarkus runtime cli executio... |
keycloakkeycloak | upgrade to keycloak 15 1 1 migration fail when realm i d different than realm name liquibase exception migrationfailedexception migration fail for change set meta inf jpa changelog 13 0 0 xml default role keycloak | Bug | describe the bug hello I find the reason of our keycloak upgrade fail from keycloak 11 to keycloak 15 1 our realm i d be different than the realm name we have a realm call hbp with a uuid mariadb keycloak select i d name from realm ... |
keycloakkeycloak | keycloak js header access control allow origin send twice in response | Bug | describe the bug we get twice access control allow credential and access control allow origin with can you tell we why it can happen thank request url request method post status code 200 referrer policy strict origin when cross origin access control allow credential true acces... |
keycloakkeycloak | update sha256 import to be default import | Bug | this should fix the fail to compile node modules keycloak js dist keycloak mjs can t import the name export sha256 from non ecmascript module only default export be available error close 10314 |
keycloakkeycloak | duplicate attribute in user profile | Bug | describe the bug for concurrent or rapidly consecutive request the attribute in the user profile duplicate this be because there be no lock on the database entry in the code that handle set attribute the code can be find in org keycloak storage jpa jpauserfederatedstorageprovider setattribute in... |
keycloakkeycloak | v17 quarkus charset issue with linkedin idp | Bug | describe the bug I m run linkedin idp on keycloak v17 quarkus on a staging environment and v16 1 1 wildfly on a production environment with same configuration everything be work fine on v16 1 1 wildfly but on v17 quarkus my first name which contain a accent be not properly synche versi... |
keycloakkeycloak | client fail when user only have query client access | Bug | describe the bug if you log in with only query client access the client list will not display correctly it should be empty because you can query but not view the reason be because it s try to make a call to client initial access which return a 403 version 18 0 0 snapshot expect beh... |
keycloakkeycloak | expire cache object in infinispan cache be never garbage collect in standalone configuration | Bug | describe the bug fix for solve session leak for standalone ha configuration however it seem that the same problem occur for standalone configuration and it be not fix it be even mention in original issue that issue affect both standalone and standalone ha mode however it seem that fix be apply only for sta... |
keycloakkeycloak | container guide miss paragraph about initial admin bootstrap in a container | Enhancement | description re read the container guide there be 2 problem 1 the optimize example do not have the e flag for bootstrappe the admin user in it 2 there s a section miss clearly explain these 2 variable discussion no response motivation no response detail no response |
keycloakkeycloak | welcomepage do not show admin login form when access from localhost | Bug | follow up of 10335 step to reproduce 1 build distribution locally e g by run mvn clean install dskiptest from project root 2 copy the result dist tar gz into quarkus container 3 build image docker build build arg keycloak dist keycloak 18 0 0 snapshot tar gz t 4 sta... |
keycloakkeycloak | git tag be not set on production branch | Enhancement | description after check out and fetch tag I notice that the tag be not locate on the main branch they re fetch and the list seem complete when compare with the list of release however I don t see they in git log main and they can t be use with git describe tag I m not familiar with the detail... |
keycloakkeycloak | can t change http port by keycloak quarkus on window | Bug | describe the bug I want to install a keycloak instance on a dev machine where the http port 8080 be already in use the option http port be not support when call kc start dev although the option be support when call kc start it doesn t really work because it not possible to disable strict htt... |
keycloakkeycloak | release k8s resource for instal operator without olm | Enhancement | the installation ux should be good even without olm we might want to include generate yamls in the operator repo |
keycloakkeycloak | update to quarkus 2 7 2 | 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 2 final so we have to update keycloak underlie quarkus distribution to the new version note don t forget to ... |
keycloakkeycloak | keycloak 16 1 1 deployment on docker throw error mime type application json be not a support stylesheet mime type | Bug | describe the bug deploy an keycloak version 16 1 1 with spring boot embed on docker and when tryin to access admin console we get below error refuse to apply style from because its mime type application json be not a support stylesheet mime type and strict mime checking be enable please help ... |
keycloakkeycloak | model test fail on github action | Bug | describe the bug the model test have be fail for quite some time look at the test result from artifact it look like all test be pass so maybe the issue be with version main expect behavior no response actual behavior no response how to reproduce no response any... |
keycloakkeycloak | error create new realm | Bug | describe the bug when I try to create a new realm I get the error message popup error conflict detect I just upgrade from 16 1 1 to 17 0 0 I m use this on aw ek with an aws aurora postgresql backend the follow error appear in the log 022 02 24 04 11 55 671 warn org hibernate engine jdb... |
keycloakkeycloak | the freemarker template be not compile correctly | Bug | describe the bug the follow page be not compile correctly in the download zip file and the docker image user federation realm master user federation user realm master user version 17 0 0 expect behavior visit realm master user the page title shall be user act... |
keycloakkeycloak | wip add support for configuration profile | Enhancement | close 10226 |
keycloakkeycloak | fail to compile with keycloak js | Bug | describe the bug npm run script build ... |
keycloakkeycloak | whoami be block by cor policy with client role | Bug | describe the bug I discover quite odd behavior I have a client role for each group 245 group in total if I have my test user assign all role the call to whoami be block as soon as I remove one or more client role it be work again so web origin be not the issue access to xmlhttpreque... |
keycloakkeycloak | admin user password from environment variable be break | Bug | describe the bug version 17 0 0 quarkus plattform openshift 4 x database postgresql edb 12 x when deploy keycloak in openshift the admin user password as specify by keycloak admin keycloak admin password environment variable be save with an additional character in the database a login o... |
keycloakkeycloak | user temporary disabled message be never display on the login page | Bug | describe the bug if a user in keycloak get temporarily disable due to too many login failure the login screen error message still show the default invalid user message despite a template for the disabled user message exist the error be in the code in authenticationprocessor handlebrowserexceptionl... |
keycloakkeycloak | token contain old db value with always read value from ldap mapper setting | Bug | describe the bug use ldap user federation where all mapper have always read value from ldap setting for user attribute ldap mapper we be still get old value from keycloak and not the value from the ldap store this happen for edit mode unsynce and read only after max lifespan we get once the correct ... |
keycloakkeycloak | change the flush mode to auto | Bug | describe the bug after upgrade from keycloak 15 1 1 wildfly to keycloak 17 0 0 quarkus we have notice that response from auth admin realm user be much slow also cpu on keycloak server spike to 100 cpu I e auth admin realm user first 0 max 7045 take 15 1 1 34 second 17 0 0 a... |
keycloakkeycloak | state request parameter break login flow | Bug | describe the bug have an url which require redirect to keycloak login contain a state parameter break the login flow e g in org keycloak adapter springsecurity authentication keycloakauthenticationentrypoint commenceloginredirect the parameter be add to contextawareloginuri which wil... |
keycloakkeycloak | upgrade migration script for more recent version of wildfly | Bug | describe the bug at this moment it s not possible to execute migration script for wildfly as some of the property be deprecate and it s not possible to use they it s mainly relate to wildfly version 25 and the major cause of the inability to execute those script be the change of the security layer to ... |
keycloakkeycloak | kubernete script error for ssl ingress | Bug | describe the bug this issue cause the page can t be load in the console page admin master console there be a script file path be that cause the error of mixed content the page at be load over https but request an insecure script this request have be block the content must ... |
keycloakkeycloak | ux review the new add home url will be miss in the client table | Bug | describe the bug as show in the screenshot below the client table can t display the value of the home url after add the home url and save it in the oidc client setting page so please check and fix it version new admin ui expect behavior no response actual behavior no res... |
keycloakkeycloak | configure provider guide | Enhancement | description provide a guide explain the core concept around instal uninstalling enable disable and configure provider discussion no response motivation no response detail no response |
keycloakkeycloak | dns ping can not resolve dns query supply to embed ispn | Bug | describe the bug if you build keycloak with kc cache stack kubernete and try to deploy to k8s then container fail 2022 02 22 09 10 05 480 info org infinispan cluster keycloak cache init ispn000078 start jgroups channel ispn 2022 02 22 09 10 05 765 error org keycloak quarkus runtime c... |
keycloakkeycloak | the auth base path should be adjust in v17 doc page | Bug | describe the bug in multiple place in the documentation can be find the base path as auth but from v17 with the shift from wildfly to quarkus this be change to see the bp in the migration to quarkus guide auth remove from the default context path version 17 0 0 ... |
keycloakkeycloak | save button on realm set theme page remain enable even after successful save message | Bug | describe the bug step to reproduce 1 go to realm setting theme tab 2 add custom locale code in support locale selector screenshot attach issuescreenshot1 issuescreenshot1 3 select the default locale and click save issuescreenshot2 issue setting will be save and custom la... |
keycloakkeycloak | difficult troubleshooting on cache directory creation failure | Enhancement | describe the bug when the creation of the gzip cache directory fail keycloak start emit 500 error and the logs state 2022 02 21 07 27 30 088 warn org keycloak encode gzipresourceencodingproviderfactory executor thread 45 fail to create gzip cache directory 2022 02 21 07 27 30 088 warn or... |
keycloakkeycloak | don t rely on a 3rd party extension in operator test | Enhancement | 3rd party extension can be break by a kc upgrade we should use a custom simple extension for test the operator follow up from 10306 |
keycloakkeycloak | add mapkeycloaktransaction exist i d method | Enhancement | description for the problem there be multiple use of mapkeycloaktransaction read i d across provider that only check existence of an object without actual need to read it in full some storage can optimize for check the existence task introduce a method exist I d and exist modelcriteriabuilde... |
keycloakkeycloak | transaction in session have to distinguish different providerfactory instance | Bug | description store transaction instance use session tx prefix be use in map storage for cache a transaction from the same provider factory say jpa or ldap with the tree store it be possible to have say two ldap server query via ldap map storage tese ldap map storage would be handle by different instan... |
keycloakkeycloak | npe when view flow execution and authentication provider not deploy | Bug | describe the bug see version 17 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | log guide edit | Enhancement | description suggest improvement to this guide discussion no response motivation no response detail no response |
keycloakkeycloak | keycloak 17 quarkus slow when node die in distribute cache setup with cache stack kubernete | Bug | describe the bug while run keycloak 17 quarkus in cluster mode with kc cache stack kubernete on kubernete it get s extremely slow when a pod die restart and be very slow for 4 5 minute after that everything be fine I think this have something to do with the distribute cache since there be no is... |
keycloakkeycloak | keycloakservletextension double inject in a spring boot application | Bug | describe the bug in a spring boot application which use undertow web server and keycloak spring boot starter observe double execution for keycloak s auth functionality the reason for that double registration of a keycloakservletextension version 15 expect behavior keycloak s auth... |
keycloakkeycloak | wrong description for import export option | Bug | describe the bug see discussioncomment 2220009 version 17 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | user credential tab drag drop of credential within expandable row be not work | Bug | describe the bug drag drop of credential within an expandable row within the same group be not work the expand row close unexpectedly when try to do drag drop of credential within the expendable row and then when try to expand it again the error occur fail to execute removechild on no... |
keycloakkeycloak | member be not list under hardcode group when user be import from ldap | Bug | describe the bug problem create a user federation with ad use hardcode ldap group mapper I see the group be assign to the user under user detail page but when I try to get the member of the group nothing be list under expect all user import from ldap be go to be see under hardcode group me... |
keycloakkeycloak | log location of cache directory if creation fail | Enhancement | when the creation of the gzip cache directory fail keycloak start emit 500 error and the logs state 2022 02 21 07 27 30 088 warn org keycloak encode gzipresourceencodingproviderfactory executor thread 45 fail to create gzip cache directory 2022 02 21 07 27 30 088 warn org keycloak service ex... |
keycloakkeycloak | kubernete cache stack documentation update | Bug | describe the bug keycloak configure distribute cache guide state that the follow table show transport stack that be available without any further configuration than use the cache stack build option tcp udp kubernete when run keycloak 17 0 0 build with cache stack kuber... |
keycloakkeycloak | content security policy issue with kc hostname admin option set | Bug | describe the bug with keycloak 17 0 0 when try to access keycloak admin console through the hostname set in kc hostname admin I hit the follow error in the browser console refuse to frame because it violate the follow content security policy directive frame src keycloak be run inside a contai... |
keycloakkeycloak | run keycloak x 17 0 0 with mssql container cause javax transaction xa xaexception | Enhancement | description I m try to run kc use a mssql image obviously the use image do not support xa transaction question 1 be whether this scenario have be test and be there a documentation hint how to get it run far I m test whether xa transaction can be disable on quarkus level use a conf quarkus property file c... |
keycloakkeycloak | on sqlexception invalid content length header in response | Bug | describe the bug hi this be a follow up issue from I rebuild a quarkus base distribution docker container from main febb447919044943241ad97200821c7da5099cb3 and integration the container into my test suite while run the test suite I notice test that fail on 17 0 0 now just hang ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.