repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | fix for nullpointerexception in defaultemailsenderprovider java | Bug | describe the bug this exception be be throw in defaultemailsenderprovider java the logger be define after the call to getsupportedsslprotocol if getsupportedsslprotocol throw an error the catch block call logger warn fail to get list of support ssl protocols e which hasent be define yet ... |
keycloakkeycloak | improvement to learn more link | Enhancement | description we need to change two learn more link the link for realm role and group both go to this topic assign permission and access use role and group realm role the url be base on the chapter title which be too long it overlap with edit report bar I will update this title to assign pe... |
keycloakkeycloak | investigate referential integrity for compositerole field in ldap when remove role | Enhancement | description when some role be remove we need to remove the reference to the removed role from all other role that have it in compositerole field we need to make this removal efficient in ldap for other store we use the following for this 1 search for all role that have i d of remove role wit... |
keycloakkeycloak | servlet 5 0 support | Enhancement | description I be use keycloak saml servlet filter adapter I would like to run the module with tomcat 10 that use servlet 5 0 and jakarta ee 9 discussion no response motivation java 17 will drop support for old javax namespace library from jakarta ee 8 and early detail ... |
keycloakkeycloak | keycloak quarkus container remote debug fail with java net socketexception connection reset | Bug | describe the bug docker run p8787 8787 name keycloak rm quay io keycloak keycloak 18 0 0 start dev debug listen for transport dt socket at address 8787 but jdb attach localhost 8787 java net socketexception connection reset at java base java net socketinpu... |
keycloakkeycloak | prevent double submit of the form that could lead to a fail request in the backend | Bug | this happend when switch the fullscopeallowed for a client as this element be wrap inside a form the click would otherwise also submit the form close 11819 |
keycloakkeycloak | cache theme not clear when restart keycloak service | Bug | describe the bug can t flush cache version 16 1 0 expect behavior cache be clear and theme hot fix be effective actual behavior can t clear theme cache how to reproduce I ve extend the keycloak theme and add a custom css I ve deploy my file and restart k... |
keycloakkeycloak | client field logo url policy url and term of service url have be remove from applicationspage tsx in accountconsole | Bug | describe the bug client field logo url policy url and term of service url have be remove from applicationspage tsx in accountconsole although logo url policy url and term of service url have be configure and consent require be true field logo url policy url and term of service url be no... |
keycloakkeycloak | keycloak js expose scope in keycloakinitoption | Enhancement | description keycloak js init support scope parameter as implement in keycloak js 151 l151 however the correspond parameter be miss from the interface definition keycloak d ts 55 l55 the parameter should be add to the interface |
keycloakkeycloak | set fullscopeallowed attribute to false in a custom client result in a optimisticlockexception in the new jpa map store host on an external postgre db | Bug | describe the bug set fullscopeallowed attribute to false in a custom client result in a optimisticlockexception in the new jpa map store host on an external postgre db the server throw the below server side exception 14 01 56 615 error xnio 1 task 3 io undertow request ut005023 exception hand... |
keycloakkeycloak | invalid parameter i d token hint after upgrade keycloak version 16 1 0 to 18 0 0 | Bug | describe the bug hi team we be currently try to upgrade our keycloak version to 18 0 0 but after upgrade this our logout mechanism be break and we re get follow error invalid parameter i d token hint we ve check our js adapter and other thing they be all upgrade already and use same version as... |
keycloakkeycloak | kubernete relative path not work | Bug | describe the bug I m try to migrate to quarkus but if I set the relative path to auth the pod will not start correctly and will crash after 5 minute if I don t use the relative path they will start normally and everything be work as expect here be my custom resource apiversion k8s keycloa... |
keycloakkeycloak | keycloak new store group count api fail when its fire for the first time result in an internal server error | Bug | describe the bug when we load the group gui from the admin console for the first time the below end point fail with an internal server error api group gui failure first load in the server side log we can see the stack trace of a miss kc group table relate issue 15 31 00 71... |
keycloakkeycloak | permission tab break group in test realm | Bug | describe the bug if you be in a realm other than master and you try to view a group you will get uncaught typeerror expect I d to be define at path to regexp v1 8 0 js 179 17 at generatepath react router v5 3 1 js 306 49 at topermissiondetail permissiondetail js 10 13 ... |
keycloakkeycloak | saml broker introduce assertion issuer validation | Enhancement | description new adminui config value for I will supply the corresponding pr discussion no response motivation no response detail no response |
keycloakkeycloak | possible missbehaviour with kc proxy edge on reverse proxy | Bug | describe the bug follow I ve update keycloak the new version 18 and I m still run in to some issue as describe the current proxy setting be edge first issue be that when the server be first spawn up we get a redirect uri error redirect uri log debug io quarkus ve... |
keycloakkeycloak | admin page not reachable via https with reverse proxy in 18 0 0 | Bug | describe the bug with the follow configuration and an nginx reverse proxy terminate https I m not able to reach admin through https anymore http enable true hostname keycloak staging xyz org proxy edge everything work except the admin page on the root the admin page link... |
keycloakkeycloak | impossible to search on a user full name | Bug | describe the bug since keycloak 17 it be not possible to search a user by provide its full name or a part of it for example if we want to find a john wick user if we type john we get the list of all user name john in keycloak in either their first or last name if we... |
keycloakkeycloak | custom protocol mapper not multivalue | Bug | describe the bug I have a custom protocol mapper with code similar to this public class groupswithrolestokenmapper extend abstractoidcprotocolmapper implement oidcaccesstokenmapper oidcidtokenmapper userinfotokenmapper public static final string provider i d group with role ... |
keycloakkeycloak | keycloak 18 can not to connect to postgre during start | Bug | describe the bug I be follow the documentation to setup keycloak 18 in production mode on bare metal I set up hostname ssl tls certificate and db datum in conf keycloak conf also export admin user credential via environment variable db postgre db username user db password password d... |
keycloakkeycloak | style of the realm selector be break | Bug | describe the bug when I have more then 5 realm the realm list be render with black text on a dark background image but also in the normal case it seem that the selector take up to much space image |
keycloakkeycloak | db environment variable be not honor by the export command in quay io keycloak keycloak 18 0 | Bug | describe the bug in the follow docker compose yml the start dev command work as expect but the export command doesn t fail with a no suitable driver could be find error docker compose yml version 3 1 service keycloak image quay io keycloak keycloak 18 0 command ... |
keycloakkeycloak | default group | Bug | describe the bug the old console have a tab to designate default group it look like this get miss in the new ui version 18 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no ... |
keycloakkeycloak | sql error 17410 sqlstate 08000 and no more datum to read from socket | Bug | describe the bug oracle version oracle database 19c enterprise edition release 19 0 0 0 0 production keycloak version 16 1 0 oracle datasource configuration url oracle 200 username password error log 2022 05 01 09 02 21 115 warn org hibernate engine jdbc spi sqlexceptionhe... |
keycloakkeycloak | timeout when wait for 3rd party check iframe message | Bug | describe the bug I m use the angular keycloak plugin if I start the angular app first I get the error after a refresh of the site all work well version 16 1 1 expect behavior the loginscreen appear without refresh the site actual behavior I have a initializekeycloak i... |
keycloakkeycloak | scope restrict by a specific realm role be present in consent screen even if the user have not this role | Bug | describe the bug kc display in the consent screen scope that be not authorise by the user version 17 0 1 expect behavior after authentication the consent screen could be display but it should not contain the scope restrict by the role which be not assign to the actual user ... |
keycloakkeycloak | colossal consumption of cpu and ram by get user offline session | Bug | describe the bug get user offline session consume big amount of cpu and ram we find a part of code where be a problem it be in the pr version 17 0 0 expect behavior typical cpu and ram consumption actual behavior x10 cpu and ram consumption how to reproduce ... |
keycloakkeycloak | map storage incompatible query parameter | Bug | describe the bug the expiration time in the store be a long and time return an integer this lead to a classcastexception in the criterionoperator this exception occur in the log after about 15 min when the schedule task be start for the first time 17 09 43 977 warn timer 0 criteriao... |
keycloakkeycloak | crd misalign with operator | Bug | describe the bug I try to use the kubernete crd spec field disabledefaultingress l47 but the operator quay io keycloak keycloak operator 18 0 0 return an error cause by com fasterxml jackson databind exc unrecognizedpropertyexception unrecognized field disabledefaultingress ... |
keycloakkeycloak | problem with connection to ldaps | Bug | describe the bug after switch to keycloak 18 0 0 quarkus edition do not work ldap connection after click to test connection success ldap connection successful after click to test authentication error ldap authentication fail see server log for detail solution which work in no... |
keycloakkeycloak | hardcodedldaprolestoragemapper and hardcodedldapgroupstoragemapper ignore composite role when check whether user have role be keycloak 18308 | Bug | describe the bug we have configure a composite realm role composite which contain a client role client role we assign the composite to all ldap user via the hardcodedldaprolestoragemapper we have a custom authenticator which check user role via usermodel hasrole role version 16... |
keycloakkeycloak | mapstorage be not remove compositerole reference when role be remove | Bug | describe the bug on this event l163 we should remove all reference to this role from each parent role version main expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | inconsistent configuration setting for start and import command | Bug | describe the bug when start a pre augmented keycloak instance configuration be pick up differently in between the start and the import command reproducer build a container test custom keycloak from a dockerfile as follow docker build t test custom keycloak dockerfile ... |
keycloakkeycloak | leverage the update flag in jpa map storage for hibernate checking checking | Enhancement | description during performance testing the result show a lot of dirty checking for entity while the checking can be improve see 11765 this can also be avoid by use the leverage the update flag that be present in the store discussion no response motivation this have be show in... |
keycloakkeycloak | jpa map storage equal comparison for jsonbtype | Enhancement | description when hibernate apply it dirty check it will call the equal method on all attribute while the frequency can be reduce by apply a custom hibernate dirty strategy what will be do in a future ticket the jsonbtype comparison be very inefficient as it will first stringify the both object tha... |
keycloakkeycloak | add support to indicate desire locale on init func with onload login require option | Enhancement | description keycloak init onload login require when use keycloak js like above code it can not indicate desire locale discussion no response motivation add support through init option to indicate the desire locale on init call like this keycloak init onloa... |
keycloakkeycloak | client authorization permission detail show permission in policy dropdown | Bug | describe the bug the policy dropdown should only contain policy in this example the dropdown should only contain the admin only policy instead it also contain all the permission for the client version 18 0 0 snapshot expect behavior no response actua... |
keycloakkeycloak | miss default theme in docker image | Bug | describe the bug when launch keycloak via the docker image quay io keycloak keycloak 18 0 0 specify currently in your website the default ui theme be miss from the expect path opt keycloak theme the folder only contain a readme md bash bash 4 4 pwd opt keycloak theme bash 4 4 ls... |
keycloakkeycloak | disable cache for map storage in testsuite keycloakserver | Bug | describe the bug while 11213 disable the cache for the integration test this should also be disabled for interactive testing this change will align the configuration and also the configuration property version 999 snapshot |
keycloakkeycloak | clientauthsecretsignedjwtt failure in the test pipeline | Bug | describe the bug the failure occur exactly here clientauthsecretsignedjwtt authenticatewithvalidclientsecretwhenrotationpolicyisenable it s probably cause by 10853 pr 06 08 38 216 info org keycloak testsuite oauth clientauthsecretsignedjwttest clientauthsecretsignedjwttest authentic... |
keycloakkeycloak | remove session area getbyid I d from map provider method | Enhancement | description currently for some query we obtain just id of entity that fulfil the search and then call getbyid method this be do so the legacy cache can store the entity which result in less traffic from the database in other word we load just ids from db and ask the cache whether the entity be alre... |
keycloakkeycloak | generalise add role dialog | Enhancement | description there be 2 add role dialog src realm role associatedrolestab tsx and src component role mapping addrolemappingmodal tsx they look very similar and the difference they have should be remove and they should be combine into one |
keycloakkeycloak | 11173 map storage single use object | Enhancement | second part of 11173 that create map storage for single use token provider should be merge after be merge close 11173 |
keycloakkeycloak | filter client scope assign dialog make dialog empty | Bug | describe the bug when go from protocol filter to name filter give empty dialog image |
keycloakkeycloak | import default user in keycloak 19 | Bug | describe the bug with keycloak 18 we can now import realm at startup I want to quickly thank for devs for this functionality it work great with previous version of keycloak I can usually add a user in my realm json by add this to my realm json i d myrealm realm myrealm... |
keycloakkeycloak | remove jboss community logo from welcome page | Enhancement | description there should not be a jboss community logo on the keycloak welcome page discussion no response motivation no response detail no response |
keycloakkeycloak | ldap user attribute be not update in local database | Bug | describe the bug ldap user attribute be not update in local database even if set to always read value from ldap 1 create a realm and connect to ldap with user federation 2 in mapper section add mapper for desire attribute e g lastname 3 make sure the attribute have the always read v... |
keycloakkeycloak | show an alphabetical sorting of the feature list | Enhancement | description please add an alphabetical sorting of the feature list in kc 18 0 0 I enable the new admin ui by feature admin2 I m run a kc cluster with two node after login into kc node 1 and kc node 2 I see in both master realm info the profile card with the list of enabled and disabled feature ... |
keycloakkeycloak | conflict datum return for user i d and user endpoint when user be temporarily lock | Bug | describe the bug the endpoint user i d and user return different result for the enable field for the same user when the user be temporarily lock version 16 0 0 15 0 1 expect behavior both the endpoint should return the same datum for the same user actual behavior... |
keycloakkeycloak | can t login with generate user password | Bug | describe the bug use new operator to deploy keycloak on vanilla kubernete please note I have modify crd keycloak due to another issue 11685 custom image dockfile from keycloak keycloak 18 0 0 as builder env kc health enable true env kc metric enable true env kc feature token exchang... |
keycloakkeycloak | 100 67 x x be incorrectly mark as external by keycloak | Bug | describe the bug if the keycloak realm setting be external then keycloak detect this 100 ip address as external but 100 64 0 0 10 carrier grade nat 100 67 fall in the bogon ip range this ticket be raise so that keycloak should allow these to be consider internal can... |
keycloakkeycloak | keycloak java api client do not check wether refresh token be expire or not | Bug | describe the bug currently a keycloak client create through keycloak java do check if the current access token be expire and refresh it if necessary however when the refresh token be expire as well the client just throw a 400 bad request exception and can only be recover by reinstantiate ... |
keycloakkeycloak | unable to import realm from a config map | Bug | describe the bug assume I have a config map like yaml apiversion v1 name my realm data realm 1 json realm 2 json and a deployment like yaml apiversion app v1 kind deployment metadata name keycloak label app keycloak spec ... |
keycloakkeycloak | refactor publickeystorageprovider | Enhancement | legacy infinispan implementation load public key into local cache and use invalidation check if this be still applicable in the new storage architecture especially the cache invalidation |
keycloakkeycloak | authentication flow detail with multiple root sub flow | Bug | describe the bug if an authentication flow be divide in multiple sub flow the execution and sub flow of all the follow sub flow be display in the current sub flow version 18 0 0 expect behavior the execution be only display in the sub flow in which it be add actual behavior the ... |
keycloakkeycloak | mismatch property name for keycloak crd | Bug | describe the bug operator version quay io keycloak keycloak operator 18 0 0 manif yaml apiversion k8s keycloak org v2alpha1 kind keycloak metadata name centauri kc namespace devop spec disabledefaultingress true instance 1 image centauri centauri keycloa... |
keycloakkeycloak | authentication flow improve ux when add a new step | Enhancement | description when add a new step in a sub flow or in the main flow the pop in display a paginated list of available step the default page size be ten and we can navigate through the list quite easily however the list be not order and we don t have the information of how many step be available ... |
keycloakkeycloak | clear import export property at the end of the test | Bug | this avoid the pollution of system property that might lead to failure follow test close 11670 |
keycloakkeycloak | ldap user federation no long work with keycloak 18 | Bug | describe the bug I m log in to keycloak with a user that exist in ldap on 17 0 0 it work fine while 18 0 0 lead to the follow error in the log 2022 04 26 16 50 02 650 warn org keycloak service executor thread 1 kc services0013 fail authentication org keycloak model modelexception ldap q... |
keycloakkeycloak | add support to search or filter mapper by name when create client scope | Enhancement | description realm configuration with many custom mapper require scroll to find the proper mapper by name when configure a client scope discussion no response motivation no response detail no response |
keycloakkeycloak | client secret should be mask in admin ui | Enhancement | description the old and new admin console show the client secret in plain text this be problematic in demo review situation it would be helpful if the client secet could be mask hide like the user password by default in the admin console if administrator really need the plain text value they should... |
keycloakkeycloak | client specific mapper configuration miss | Bug | describe the bug the old admin console allow to configure client specific protocol mapper as an alternative to the implicit mapper configuration via client scope although the later provide a more generic configuration support for specify client specific mapper ease testing and fine grain configuration i... |
keycloakkeycloak | make provider information visible in new admin console | Enhancement | description the old admin console expose the list of currently use provider in server info customer use that information to determine whether certain extension be available in a keycloak instance and potentially additional information provide via org keycloak provider serverinfoawareproviderfactory c... |
keycloakkeycloak | show authentication flow binding in flow list | Enhancement | description after create a custom flow and bind it to a flow type e g browser flow actual the user do not see the flow type of a particular flow desire the user should see the flow type of a particular flow the flow type could be either show as an additional tag or a column in the ... |
keycloakkeycloak | client selection on user page impossible in some constellation | Bug | describe the bug if I want to assign client role to a specific user I run into an issue due to the actual filtering limitation to 20 client imagine you have for example 40 client with the word spark in the client name client 1 spark client 2 spark job spark if you want to select ... |
keycloakkeycloak | miss constraint on unique attribute in jpa map store | Bug | describe the bug the jpa map store will save attribute as a set that be each value for a an attribute must occur only once while this be ensure in java there be no constraint in the database for this yet due to this the bug 11666 be hard to analyze as the database get corrupt vers... |
keycloakkeycloak | clientpoliciesimportexporttest testsinglefilerealmexportimport don t clear system property | Bug | describe the bug when test export importing in integration testing the system property need to be clear so that they don t interfere with follow up test in the same jvm version 999 snapshot expect behavior all test that call testingexportimportresource should eventually call clear to r... |
keycloakkeycloak | declarative user profile weird behaviour in account management console | Enhancement | describe the bug when start keycloak x with the new declarative user profile feature enable the account management console still show and require the first name last name field even when completely remove from the user profile structure this break my whole setup as I do not want to require tho... |
keycloakkeycloak | access admin console when use reverse proxy load balancer | Bug | describe the bug I try so many approach but a just can t access the admin console I access then I click in administration console that go to with a loading load the admin console then show up a js alert with a message fail to initialize keycloak when I click in view pa... |
keycloakkeycloak | orphan not remove if they have be create in the current session | Bug | describe the bug when work on 11230 and the associate pr 11328 I ve discover that hibernate didn t remove orphan child as expect in some case this lead to hibernate issue and a workaround of a modify auto flush listener l82 l84 this issue track the upstream issue to remove the workaround once a... |
keycloakkeycloak | import realm in keycloak 18 0 0 fail | Bug | describe the bug I m use a docker image and I upload the realm json in opt keycloak data import to get the nice auto import functionality when I add now to start import realm I get 2022 04 26 08 28 56 195 error org keycloak quarkus runtime cli executionexceptionhandler main error ... |
keycloakkeycloak | we can t start keycloak with kc bat start dev | Bug | describe the bug we use the keycloak 17 0 0 and run kc bat start dev but we get the error c program n est pas reconnu en tant que commande interne ou externe un programme ex cutable ou un fichier de commandes 2022 04 26 10 44 17 908 info org keycloak quarkus runtime hostname defaul... |
keycloakkeycloak | log file enable be no long recognize in 18 0 0 | Bug | describe the bug in quarkus base release 17 0 0 17 0 1 it be possible to set those log setting log file log file format d yyyy mm dd hh mm ss sss 5p c l t s e n log file enable true log file level trace log file opt logfiles keycloak log since 18 0 0 I get this in... |
keycloakkeycloak | dependency convergence error for org jboss log jboss log processor | Bug | describe the bug multiple keycloak dependency version conflict when import together warn dependency convergence error for org jboss log jboss log processor jar 2 2 0 final provide path to dependency be my app user portal api jar 1 1 1 snapshot org keycloak keycloak authz client jar 16 1 ... |
keycloakkeycloak | keycloak server not work on jdk 11 0 15 | Bug | describe the bug after upgrade java to 11 0 15 keycloak fail with an error on first http request send to the server 15 40 40 553 error io undertow request default task 1 ut005071 undertow request fail httpserverexchange get auth java lang noclassdeffounderror could not initialize clas... |
keycloakkeycloak | user profile empty permission in json configuration prohibit update of username and email | Bug | describe the bug after edit either the username or email attribute in the user profile they receive an empty permission section in the json configuration permission view edit this prevent both attribute from be update on any user version ... |
keycloakkeycloak | ux proposal some proposal for authorization scope associate with fine grain permission | Bug | describe the bug there be some proposal for authorization scope associate with fine grain permission base on the old console as show below all the default scope associate with fine grain permission should not be delete in addition the scope name should not be edit by user if you have any sugges... |
keycloakkeycloak | unable to provide own jgroup config stack | Bug | describe the bug if I try to provide my own stack in jgroups config the keycloak startup fail with the error warn org infinispan persistence keycloak cache init ispn000554 jboss marshalling be deprecate and plan for removal warn org infinispan config keycloak cache init ispn000569... |
keycloakkeycloak | keycloak operator ci build doesn t build keycloak common | Bug | describe the bug when operator ci yml run mvn clean verify for the operator it use the keycloak common module from snapshot that be present in the cache this be not necessarily the keycloak common module present in the source to be test version 999 snapshot expect behavior us... |
keycloakkeycloak | provide hardcode attribute for group ldap mapper so that specific attribute get add during ldap group sync in keycloak | Enhancement | describe the bug how to provide hardcode attribute for group ldap mapper so that specific attribute get add during ldap group sync be there any option to add attribute mapper same as hardcode attribute mapper for ldap user version 15 1 1 expect behavior find a way to provide hardcode attrib... |
keycloakkeycloak | if a role for a specific client be not map to I in keycloak sp initiate login should should fail | Bug | describe the bug as of now I can login to the application by do sp initiate login even if that user be not map to that client version redhat sso 7 4 10 ga expect behavior sp initiate login should should fail if the user be not map the that any role of that client actual behavior no res... |
keycloakkeycloak | new cluster joiner hang while try to preload remote session not offline | Bug | describe the bug when our keycloak cluster run without restart for long time about a month then when I try to add a new node to the cluster that new node will not start up properly in the debug log I see repeat session maybe not yet load in current dc will load they from remote cache session ... |
keycloakkeycloak | invalid link to use a reverse proxy in hostname guide | Bug | describe the bug the documentation link of use a reverse proxy find in configure the hostname administrative endpoint redirect to link server proxy name instead of server reverseproxy version expect behavior html administrative endpoint see the use a rever... |
keycloakkeycloak | unexpected server error when try to delete client | Bug | describe the bug I m try to delete a client from one of my realm it fail with an error error an unexpected server error have occur I check the log the exception be cause by org postgresql util psqlexception error update or delete on table resource server scope violate foreign ke... |
keycloakkeycloak | jpa map storage login fail when auth session be configure with cockroachdb | Bug | describe the bug when auth session be configure to use the jpa map storage and cockroachdb be the database the login process fail with 22 26 51 079 error xnio 1 task 2 io undertow request ut005023 exception handle request to auth realms master login action authenticate org keycloak model mod... |
keycloakkeycloak | tab scroll doesn t work on realm setting | Bug | describe the bug if I m on a small screen like my laptop the tab scroll doesn t work properly I can click the arrow to the right of the tab a few time that appear to work but then when I try to click the arrow to the left of the tab I can t get back to the general tab tab the workaroun... |
keycloakkeycloak | handle current time in second as long | Enhancement | this avoid the overflow of the integer in 2038 old getxxx method remain for now as they provide null safe access to the value close 11053 |
keycloakkeycloak | user page not load in admin console v2 have only role view user manage user | Bug | describe the bug when use a user which have the role from realm management manage user and view user the user page be not load in the admin console v2 only a spinner be show the group page be show and the group be list but they can not be edit also no new group can be create image ... |
keycloakkeycloak | inconsistency in username search | Bug | describe the bug there be an inconsistency when search user by username here we use eq operator l323 however here we use ilike l511 l629 l856 we should unify these usage so we avoid situation where we for example create two different user admin and admin but w... |
keycloakkeycloak | refactor ickle query builder to use for loop instead of stream | Bug | describe the bug after disable the legacy cache hotrod test turn out to be significantly slow than before we need to investigate what be the reason for the slowness and fix it if possible after get rid of the slowness we need to enable the hotrod test in gha as it be disabled here issue 1212285313 ... |
keycloakkeycloak | remove dependency of map module on service module | Enhancement | fix 8903 |
keycloakkeycloak | enable wait for processing for codeql action | Enhancement | description reference issuecomment 1104374765 basically the sarif upload ignore result 5000 enable wait for processing make the step fail instead of silently ignore the additional result if the result be 5000 cc abstractj joshuamulliken discussion no resp... |
keycloakkeycloak | jpa hibernate java lang classnotfoundexception org jboss jandex dotname | Bug | describe the bug we have a custom user federation provider accessing a database use jpa hibernate with some jpa entity it be work fine since keycloak 4 up to include 17 0 1 quarkus since 17 0 0 quarkus we be use auto build with docker compose start auto build http relative path auth ... |
keycloakkeycloak | graceful handling of concurrent request failure to admin rest api | Bug | describe the bug modify keycloak resource in parallel can lead to hibernete s optimisticlockexception and request return 500 response code with message internal server error version 16 1 0 expect behavior it would be nice if keycloak could fail gracefully provide more meaningful error ... |
keycloakkeycloak | redirect uri error when log out from new admin console | Bug | describe the bug when I log out from the new admin console run on keycloak 18 0 0 I get this error at the logout endpoint invalid parameter redirect uri it appear that the redirect uri parameter be include with the logout request but redirect uri have be remove in keycloak 18 0 0 ve... |
keycloakkeycloak | issuer token invalid | Enhancement | description I m have an issue with a secured microservice deny access and return token invalid because of the issuer I ve check out the motivation and resolution of frontend url and back channel url also all the set up with reverse proxy etc but I still find myself without an easy solution my ... |
keycloakkeycloak | wrong cross reference | Bug | describe the bug this topic identity broker oidc have an incorrect link to authorization code flow version keycloak 18 expect behavior the link should go to the auth flow section of the sso protocol chapter actual behavior it link to a procedure for create an openid connect client ... |
keycloakkeycloak | set by default the http proxy from the operator | Enhancement | description when the operator deploy the ingress we should consider set accordingly the kc proxy to passthrough or edge depend on the expose protocol discussion no response motivation no response detail no response |
keycloakkeycloak | admin console not show under circumstance | Bug | describe the bug use different http https and proxy configuration be easy enough to end up with the admin ui not work and stay in a page reload infinite loop I and vmuzikar narrow down the issue to an incorrect variable value namely authserverurl be inject into an in page javascript block ... |
keycloakkeycloak | ui instruction for instal operator via olm render incorrectly | Bug | instead of arrow screenshot 2022 04 21 at 17 04 48 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.