repository
stringclasses
156 values
issue title
stringlengths
1
1.01k
labels
stringclasses
8 values
body
stringlengths
1
270k
keycloakkeycloak
configure codeql to perform the analysis of the main branch
Bug
describe the bug the codeql configuration file still have some reference to the old branch master that mean that most of the information provide by the tool must be outdate change it be necessary to perform the correct analysis of the codebase version 16 0 1
keycloakkeycloak
add prefix kc to all exist table
Enhancement
accord to discussion r802998962 it have be decide to add prefix kc to all already implement table
keycloakkeycloak
review keycloak x configuration guide
Enhancement
description give input to improve the content of this guide discussion no response motivation no response detail no response
keycloakkeycloak
expose start up error in the status field of keycloak cr
Enhancement
the operator should propagate any relevant error to the keycloak cr they should be expose in the haserror condition in the status field the error that should be cover include wrong image coordinate and similar error imagepullbackoff server config error or any other problem why the server can t st...
keycloakkeycloak
make route low case only
Enhancement
description some route use upper case it would be nice to only use low case and use as a separator for word discussion no response motivation no response detail no response
keycloakkeycloak
provide readme to container submodule of quarkus dist
Enhancement
description cover at least how to build an image locally from the dist discussion no response motivation no response detail no response
keycloakkeycloak
remove workaround in hotrodutil paginatequery
Enhancement
description because of an infinispan bug we need to add workaround to hotrodutil paginatequery we replace 1 in maxresult with integer max value when some offset be set discussion no response motivation no response detail no response
keycloakkeycloak
docs keycloak js add readme
Enhancement
the current package of the javascript adapter also know as keycloak js lack a readme and thus any documentation this can be find elsewhere however it would be nice if it be at least link since this be only a small effort I think I can skip the issue and create a pull request directly the readme would al...
keycloakkeycloak
ux review alphabetically list the policy type in the policy creation modal of authorization
Bug
describe the bug like the screenshot below all the policy type should be list alphabetically please check it and update the order version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else n...
keycloakkeycloak
ux review optimize the detail creation page of authorization resource
Bug
describe the bug there be some fine tuning of the resource detail creation page in the authorization as show below 1 the type should be a dropdown that allow user to select an exist type or create a new type here 2 user have to set both the key and value for a pair of attribute ...
keycloakkeycloak
review configure outgoing http request
Enhancement
description provide input to create content that be concise clear and easy to read discussion no response motivation no response detail no response
keycloakkeycloak
reduce keycloak x image size
Enhancement
description the current multi layer build effectively add the keycloak quarkus distribution a second time due to the chown and chmod this could be improve by move this step to the previous layer so the keycloak distribution will effectively only create once see screenshot of the image comparison ...
keycloakkeycloak
create common parent for jpa attributeentity
Enhancement
close 10071
keycloakkeycloak
jpa delegate can throw noresultexception when entity doesn t have an
Bug
y attribute close 10067
keycloakkeycloak
jpa delegate can throw noresultexception when entity doesn t have any attribute
Bug
jpa delegateprovider class contain follow code for client criteriabuilder cb em getcriteriabuilder criteriaquery query cb createquery jpacliententity class root root query from jpacliententity class root fetch attribute jointype inner query select root where cb equal roo...
keycloakkeycloak
add hotrod store for authorization service
Enhancement
pr 9798 need to be merge before this one
keycloakkeycloak
ux review move 3 new setting to advanced tab in the saml client
Bug
describe the bug in the late version there be 3 new setting name logo url policy url and term of service url these 3 new setting can be move to the fine grain saml endpoint configuration as show in the screenshot below version new admin ui expect behavio...
keycloakkeycloak
update use of generic in jpa map storage
Enhancement
description when create a first ldap map storage provider I use the jpa map storage provider as an example while work on it I find that there be some unnecessary cast and compiler warning as these be unrelated to the ldap issue this be handle in this separate issue
keycloakkeycloak
ux review the include authnstatement be miss in the saml capability of saml client
Bug
describe the bug the include authnstatement be miss in the saml capability of the saml client this field can be add as show in the screenshot below thank version new admin ui expect behavior no response actual behavior no response how to reproduce no res...
keycloakkeycloak
ux review update the access setting of saml client
Bug
description as show in the current implement ui below I find that there should not be web origin and admin url in saml client and the idp initiate sso url name idp initiate sso relay state and master saml processing url be miss we can update this part accord to the n...
keycloakkeycloak
refactor cacheexpirationtest for readability and structure
Enhancement
close 9869
keycloakkeycloak
ux review add 2 new field in general setting of saml client
Bug
describe the bug there be 2 new field that can be add in the general setting in the saml client setting page namely always display in console and front channel logout the design be show in the screenshot below notice that the front channel logout should be on by default please che...
keycloakkeycloak
ux review change the order of the set group in saml client
Bug
describe the bug in the new design the order of the setting group in the saml client should be general setting access setting saml capability signature and encryption login setting we can change the order in the implementation version new admin ui expect behavior no ...
keycloakkeycloak
add edit username field to realm setting login tab
Bug
describe the bug the edit username be miss in the login tab add it within a new section as the marvel show this issue partly address issue keycloak keycloak 18972 version 15 0 2 expect behavior no response actual behavior no response how to reproduce...
keycloakkeycloak
path parameter be miss in the get account endpoint
Bug
describe the bug the follow path parameter be miss userprofilemetadata in the resource get account service name accountrestservice version 16 1 1 expect behavior get api of account should not include the profile metadata if false be pass in the path parameter actual beh...
keycloakkeycloak
suggest change for database configuration topic
Enhancement
suggestion for the database topic to improve clarity readability and consistency stianst dguhr can you verify close 10012
keycloakkeycloak
can not set a jgroup stack other than the default from infinispan
Bug
describe the bug it be not possible to configure a custom jgroup stack to the cache container but use only those provide ootb because of that it be not possible to configure a jgroup stack with additional protocol such as asym encrypt the issue do not happen in 16 1 1 but be in upstream main ...
keycloakkeycloak
white space separate cli option be treat as 2 separate option in errorcase
Bug
describe the bug as a successor of 9720 when use e g kc sh start dev db pasword foo this result in the follow output unknown option db pasword foo so the key db pasword get process and an unmatchedargumentexception be throw due to the typo should be ...
keycloakkeycloak
remove value from error message in cli when key be unknown
Enhancement
description as a successor of 9720 we want to provide only the wrong key in the error message of a kc sh command so possibly sensitive value like password be not log when provide a wrong key discussion no response motivation no response detail from the other ticket comment ...
keycloakkeycloak
fail to use cache remote store due to miss dependency
Bug
describe the bug the distribution do not allow use remote cache because of miss dependency the miss dependency be relate to wildfly elytron see discussioncomment 2098119 version 17 0 0 snapshot expect behavior support remote cache actual behavior no response how to r...
keycloakkeycloak
cover enable mtls in tls guide
Enhancement
description the tls guide should have an explicit section on how to enable mtls for user and client authentication should just be about enable the truststore import the right certificate and I presume enable https client auth request require discussion no response motivation no respo...
keycloakkeycloak
jpa map storage add support for cockroachdb
Enhancement
description ensure the new jpa store support cockroachdb this encompass any adjustment that might be necessary in the custom liquibase extension and also in the changelog file for the new jpa store to work with cockroachdb require liquibase upgrade to version 4 6 2 pr 9477 discussion n...
keycloakkeycloak
implement test for attribute group
Enhancement
description test for the attribute group functionality that reside under realm setting arrow right user profile be miss and should be implement for implementation detail of the feature see keycloak keycloak ui 2021
keycloakkeycloak
hide unknown transport medium type label for webauthn authenticator
Enhancement
description it d be good to hide the transport medium type label for value unknown when the browser be not able to determine the media type for webauthn authenticator mention in 10020
keycloakkeycloak
remove external collection utility class for webauthn
Enhancement
it d be good to remove external utility class org apache commons collections4 collectionutil in order to keep number of external dependency for simple functionality low it ll also stabilize our testsuite
keycloakkeycloak
use log level off generate log output
Bug
describe the bug when run e g kc sh start dev log level off keycloak start up without show log but upon the first request log be show at debug level same happen when start in production mode version late expect behavior no log be show actual behavior see description ...
keycloakkeycloak
favicon miss in welcome page on chrome maco
Bug
describe the bug our favicon be miss when open the welcome page on chrome macos see additional detail version late expect behavior favicon be show actual behavior favicon be miss on the welcome page it show up when open other page like login admin ui though how to...
keycloakkeycloak
update com github ua parser uap java to 1 5 2
Enhancement
description to support new browser like edge the ua parser library should be upgrade to the late release discussion no response motivation no response detail no response
keycloakkeycloak
search for user with attribute value do not work admin api
Bug
describe the bug search for user with attribute through the admin api do not work http get http 1 1 authorization bearer accept application json there be only one user with that birth date but keycloak return all user version 16 1 1 expect behavior keycl...
keycloakkeycloak
not possible to register webauthn key on firefox
Bug
describe the bug when try to register new webauthn security key with firefox for some user I can touch the yubikey when I touch it I see the error message display to the user security key registration result be invalid typeerror result response gettransport be not a function in the log ...
keycloakkeycloak
keycloak top level pom use deprecate configuration value for maven javadoc plugin
Bug
describe the bug the top level pom keycloak parent use maven javadoc plugin which be version manage by its parent pom at coordinate org jboss jboss parent 37 and set to 3 1 1 l111 at line 111 the maven javadoc plugin be use with the configuration value additionalparam to disable ...
keycloakkeycloak
jpa map storage leverage function base index postgresql
Enhancement
description several jpa map store use a function base index for the attribute see the client store l75 for an example the implementation need to ensure that the query that would benefit from the index be also use the same function in their where clause at the moment the function base index be not b...
keycloakkeycloak
gha model test be still sometimes fail due to timeout
Bug
describe the bug model test be still fail due to timeout I ve come across the most recent failure yesterday feb 3 when the jpa cross dc infinispan profile time out the log show all test pass but the build still fail because of the timeout version pr 9477 expect behavior model test shoul...
keycloakkeycloak
i d token not provide in refresh token response when initial request scope be openid
Bug
describe the bug when a login with scope openid be perform the i d token be return as part of the response before the session expire a refresh be perform with the refresh token the response only include an access token version 16 1 0 expect behavior the i d token be also provide in refresh r...
keycloakkeycloak
review database topic
Enhancement
description provide comment on the database content discussion no response motivation no response detail no response
keycloakkeycloak
keycloak be not capture proper signing detail like browser name and version when log in from different browser
Bug
describe the bug we try log to keycloak with chrome edge and firefox browser but we be see only chrome detail be capture properly for edge browser it show as chrome and for firefox version its show incorrect all the detail must be capture properly device activity 1 browser detail 1...
keycloakkeycloak
issue with partialimport api notice different behavior between ui and api call
Bug
describe the bug ui behavior import the attach test json file under the keycloak admin ui partial import section resource have be create user in our case without any error please refer to screenshot 1 no error notice under ui or keycloak server log api call behavior trigger partialimport ...
keycloakkeycloak
ldap federator extremely slow for large number of user
Bug
describe the bug when the ldap federator be enable and a large number of user 100k be federate a significant performance loss to user search be feel paginate list all operation no long work as they timeout instead even search by name be extremely slow when the federator be disable suddenl...
keycloakkeycloak
log guide for quarkus dist
Enhancement
description log guide for quarkus dist discussion no response motivation no response detail no response
keycloakkeycloak
add note about escaping of vaule for config
Enhancement
add a note to config guide and db guide about escaping of value for config
keycloakkeycloak
verify if enable authentication and encryption for jgroup work on quarkus dist
Enhancement
description verify if enable authentication and encryption for jgroup work on quarkus dist discussion no response motivation no response detail no response
keycloakkeycloak
rework escaping of special character in message property for account console
Bug
close 9503
keycloakkeycloak
make keycloak model map jpa module jdk 17 ready
Enhancement
description I build keycloak use openjdk 17 0 2 and maven 3 8 4 use mvn clean install dskiptest pdistribution on late main the build fail for module keycloak model map jpa with the follow error error fail to execute goal org hibernate orm tool hibernate enhance maven plugin 5 3 20 f...
keycloakkeycloak
review quarkusliquibaseconnectionprovider base on the last update to wildfly version
Enhancement
describe the bug the quarkusliquibaseconnectionprovider seem to be outdate if compare with what we use by wildfly for instance no support for the indexcreationthreshold version 16 1 1 expect behavior feature parity with wildfly actual behavior no response how to re...
keycloakkeycloak
require action term and condition be not import
Bug
describe the bug when import a user via the gui include the require action term and contion this require action be not import into keycloak all other require action be properly import include a custom one provide by plugin user json json user username...
keycloakkeycloak
help text miss in user fed kerbero setting
Bug
describe the bug help text miss in user fed kerbero setting also miss for user fed ldap setting a few field do have help text but most be miss version 17 0 0 snapshot expect behavior no response actual behavior no response how to rep...
keycloakkeycloak
rename h2 file h2 mem to dev file dev mem and remove default value for username password
Bug
describe the bug when configure a database and provide only a jdbc url contain credential the default value for db username and db password be always consider instead of use the credential from the jdbc url kc sh start dev db mssql cache local db url jdbc sqlserver localhost...
keycloakkeycloak
improve how value be set when use shell special character
Enhancement
description when use the cli to set an option that contain shell special character such as the value should be escape and become too complex to set for instance set a db url use the character should be do as follow db url jdbc sqlserver localhost databasename mydb usern...
keycloakkeycloak
can not update a group policy use the updatepolicy method in client
Bug
describe the bug hello I m try to make use of the kcadminclient client updatepolicy method to update a role base policy below be the necessary query and payload datum that I m send along with the put request await kcadminclient client updatepolicy i d type role ...
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
remove node module from source control
Enhancement
this remove the node module directory that be check into source control instead opt to install the dependency from npm at build time a lockfile be use to ensure that the instal dependency be in fact correct and authentic this pr be split into two separate commit to make the change easy to review the firs...
keycloakkeycloak
be implement the internal spi protocol mapper
Enhancement
description I want to implement a protocol mapper to extend claim from keycloak example code you can find under I have to provide a jboss deployment structure xml and define a module org keycloak keycloak services diff 0eef7429069d66f7d1d325d9019ade23e9aa25d3b8d8b69919691bd07f6a3ef1 when I de...
keycloakkeycloak
unexpected invalid grant error on offline session refresh when maximum number of offline session be configure
Bug
describe the bug some of our customer use many offline session lead to very high memory consumption and startup time in order to reduce the startup time we use the lazy offline session loading implement in context of in order to limit the memory consumption we want to limit the offline session cach...
keycloakkeycloak
keycloak x mssql db connection string construction issue
Bug
describe the bug check out keycloak x 16 1 1 with openjdk 11 0 14 on debian 10 I be try to connect to mssql database with the follow configuration in keycloak property db mssql db username user db password pw db url jdbc sqlserver mydbserver databasename mydb execute show...
keycloakkeycloak
error from cli be mask by help
Bug
describe the bug when pass invalid option to the cli the error be mask by help for example run bin kc sh build nosuch I see the lengthy help and have to scroll up a lot to see the error message see image below this be somewhat related to 9790 where the cli additionally do...
keycloakkeycloak
upgrading keycloak14 0 0 on itself be fail with nullpointerexception in infinispan
Bug
describe the bug hi team we be try to upgrade same version of keycloak on itself for a requirement and we have face the follow issue in infinispan esc 0mesc 31m2021 09 28 10 06 35 922 fatal org keycloak service serverservice thread pool 64 error during startup java lang nullpointerexception ...
keycloakkeycloak
admin cli unable to manage other realm as admin
Bug
describe the bug it appear that the admin account build in to keycloak doesn t have permission to access other realm besides the master realm I would expect that the admin account should be able to manage all realm as it can in the web gui be this a bug or be this intend powershell ser...
keycloakkeycloak
script provider not work on openjdk 17 due to nashorn be deprecate
Bug
describe the bug hit this below exception when I run the org keycloak testsuite authz module test and here be the reference for the deprecation notice in openjdk I be able to confirm the same run just fine with jdk11 runtime for the authserver this would be a blocker for the java 17 certifica...
keycloakkeycloak
client scope add modelillegalstateexception to handle lazy loadin
Bug
g exception close 9645
keycloakkeycloak
client scope ensure that parent s version i d be incremente when an
Bug
attribute change close 9874
keycloakkeycloak
idelauncher not load resource when open welcomepage
Bug
describe the bug at the moment the resource do not get load correctly when start keycloak from a development ide use the idelauncher version late expect behavior keycloak welcome page be available and all resource be load when open actual behavior resource css ima...
keycloakkeycloak
make token mapper attach to dynamic scope execute with the static scope
Enhancement
description make token mapper run when attach to a dynamic scope right now token mapper will not run when they be attach to a dynamic scope because of the way scope be compute it need to change to use the authorizationrequestcontext object to figure out which scope be be use in the current request ...
keycloakkeycloak
fix 9920 fix collection comparison ignore order
Bug
I reuse collectionutil collectionequal for both multivaluehashmap and defaultuserprofile previous implementation of collectionutil collectionequal be not take care of specific case where you can have a a b and a b b and complexity be o n use map complexity be now o n close ...
keycloakkeycloak
return all user with client role
Enhancement
description hi everyone I want to use adminclient client finduserswithrole to get all user that have a particular client role however I can only get the user to whom the role have be directly attach I can not get user that inherit the role by be in a specific group that have this client role at...
keycloakkeycloak
review feature topic
Enhancement
description give input to suggest change to clarify content of this topic discussion no response motivation no response detail no response
keycloakkeycloak
bug when update user attribute with duplicate value
Bug
describe the bug hi we be try to update an user attribute my attribute a b with the new value my attribute b b in defaultuserprofile java l116 keycloak be check if value be update like this if currentvalue size updatedvalue size curre...
keycloakkeycloak
integration with oicd adpater eap keycloack do not work properly when resource be auth free
Bug
describe the bug at present web resource collection seem not be handle correctly when they merge cause a forbid access to anonymous resource version 16 1 1 expect behavior get you can see the page actual behavior get you get 403 how to reproduce vanilla installati...
keycloakkeycloak
add support for pin guide to the top
Enhancement
description see for more detail discussion no response motivation no response detail no response
keycloakkeycloak
keycloak 16 1 0 not able to impersonate via rest api
Bug
describe the bug upgrade to keycloak from 3 4 0 to 16 0 impersonation not work though keycloak identity and keycloak session cookie be create I need to provide the impersonate functionality outside of keycloak admin console the very similar to impersonate button what I be do be call keycloak rest ...
keycloakkeycloak
do not run re augmentation if config be the same in dev mode
Bug
describe the bug run start dev mode multiple time cause re augmentation to run all the time version 17 0 0 snapshot expect behavior re augmentation should not happen again if start dev be run before and the config do not change actual behavior run start dev mode multiple tim...
keycloakkeycloak
review configure tls guide
Enhancement
description provide comment on this quarkus base guide discussion no response motivation no response detail no response
keycloakkeycloak
initial log support
Enhancement
description in the first version provide a bare minimum logging baseline to not rely on plain quarkus property this baseline include set the root log level use log level set category specific log level use log level discussion no response motivation no response ...
keycloakkeycloak
creation of new scope with white space show error message
Bug
describe the bug during the creation of new client scope error message be show if name contain white space also it be possible to create a scope with white single white space and it make impossible to access item detail from the list version keycloak 16 1 0 wildfly core 18 0 0 final expect b...
keycloakkeycloak
get fail to initialize js message if consent be reject by user
Bug
describe the bug have configure client with login setting consent require enable after the login on that client reject consent will bring js error message and stick on redirection page version keycloak 16 1 0 wildfly core 18 0 0 final expect behavior once the consent be reject should d...
keycloakkeycloak
allow international domain name email address in form validation
Bug
describe the bug this be a follow up on I have find that for both new admin ui and new account ui be correctly encode however for the payload be change to before send to the server at some point we need to look into why this happen version 17 0 0 snapshot expect beha...
keycloakkeycloak
includeinaccesstokenresponse label and includeinaccesstokenresponse label tooltip english message be miss
Bug
describe the bug same bug exist in both new and old ui see version 17 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no response
keycloakkeycloak
client scope display order be increase by 10 instead of 1
Bug
describe the bug during the editing of existent client scope click button in order to increase the display order it change from 1 to 11 version keycloak 16 1 0 wildfly core 18 0 0 final expect behavior it should increase from 1 to 2 actual behavior get display order 11 instead...
keycloakkeycloak
client scope consent screen text input be not show by default
Bug
describe the bug during the creation of a new client scope display on consent screen toggle be turn on but consent screen text input be not show version keycloak 16 1 0 wildfly core 18 0 0 final expect behavior should show consent screen text input if display on conse...
keycloakkeycloak
update portuguese brazil translation 9892
Bug
fix 9892
keycloakkeycloak
update portuguese brazil translation
Bug
describe the bug mistranslation of the word recomece version 16 1 1 expect behavior correct spelling of the word recomece actual behavior the right translation for brazilian portuguese reference how to reproduce exceed the time on the login screen wh...
keycloakkeycloak
client signature require tooltip message be not correct
Bug
l331 client signature require tooltip message will the client sign their saml request and response and should they be validate the underlined message be unnecessary I think client signature require be not relate saml response the explanation of client signature require be write in the fol...
keycloakkeycloak
nullpointerexception when import a json
Bug
describe the bug hello I m sorry I can not provide the json file in question but I get the follow error when import a previously export configuration file from the console keycloak 08 45 57 725 error org keycloak service default task 13 kc services0038 error import role ja...
keycloakkeycloak
documentation rhsso 7 5 writable edit mode in server administrator guide
Bug
describe the bug hi team as per rhsso 7 5 server administrator guide we can see the writable edit mode say s you can not change 1 where I guess it should be you can change as the writable mode allow to change the username email first name last name and other mapped attribute and p...
keycloakkeycloak
set custom attribute for user do not work with user profile enable
Enhancement
describe the bug 1 go to keycloak admin ui user attribute page 2 add any attribute with a value like blub with 1 3 save the attribute 4 new add attribute disappear 5 message success your change have be save to the user appear 6 when reload the page the attribute be still miss ...
keycloakkeycloak
username not editable without have the view realm role
Bug
describe the bug we need to consider when we fully implement authorization in the new admin ui version 17 0 0 snapshot expect behavior no response actual behavior no response how to reproduce no response anything else no response
keycloakkeycloak
the type of builtin protocol mapper group should be group membership not user realm role
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
upgrade to keycloak 15 1 1 migration fail for change set meta inf jpa changelog 13 0 0 xml default role keycloak
Bug
describe the bug hello I m try to upgrade from keycloak 11 0 3 to keycloak 15 1 1 on start I have theses error any idea I m start with opt keycloak bin standalone sh dkeycloak profile feature script enable 21 05 26 951 info org keycloak connection jpa defaultjpaconnectionprovi...
keycloakkeycloak
issue use user federation ldap provider in keycloak 15 1 1 with java 8
Bug
describe the bug I have an ldap configuration with active directory which work well with keycloak 15 0 2 and java 8 I test the same ldap configuration with keycloak 15 1 1 and I have the follow error when I make a request to test the authentication of the ldap configuration image I be get the f...
keycloakkeycloak
ux review optimize the interaction of create process of the authorization resource
Bug
describe the bug on the resource page click the create button should lead user to the top of the creation page instead of the bottom version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else ...
keycloakkeycloak
ux review some fine tuning of authorization resource table
Bug
describe the bug there be some fine tuning of the authorization resource table as show in the screenshot below 1 the search bar be miss the same thing happen to the scope policy tab 2 the tag in the collapsible list should be align with the resource name the same thing hap...