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 anyt...
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 ...
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 ever...
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 whol...
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 k...
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 forg...
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 ...
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 unde...
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...
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 ...
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 be...
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 ...
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...
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 o...
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 parame...
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 ...
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...
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...
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 co...
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 alrea...
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 ...
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 bi...
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...
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 w...
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 ...
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 ...
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...
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 val...
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 w...
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 w...
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 ...
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 thi...
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...
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 th...
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 cha...
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 ...
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...
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 b...
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 ...
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 ...
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 ...
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 anyt...
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 belie...
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 re...
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 ...
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 ...
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 discover...
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 clie...
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...
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 ref...
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 wan...
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...
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 ...
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 witho...
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...
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 ...
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 ...
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 versionbd28a91...
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 k...
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 re...
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 ...
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 serializ...
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 ...
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 thi...
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 t...
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 ...
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 disc...
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 f...
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 behav...
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 ...
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 t...
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 su...
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 ...