repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | realm setting localization can t view add or edit message bundle on realm other than master | Bug | describe the bug getrealmlocalizationtext work on master successfully if inspect under network in the dev console when the realm be change to anything other than master there be a get error 500 internal service error version 15 0 2 how to reproduce 1 select the maste... |
keycloakkeycloak | keycloak import in typescript without allowsyntheticdefaultimport | Bug | describe the bug when use import as keycloak from keycloak js const keycloak keycloak I receive type default config string keycloakconfig undefined keycloakinstance have no call signature version 15 0 2 expect behavior ... |
keycloakkeycloak | introduce ancestor interface for entity with attribute | Enhancement | close 8973 |
keycloakkeycloak | userresource update set first name to last name if last name be null | Bug | describe the bug org keycloak admin client resource userresource be use for create and update user in keycloak there be only firstname for user but note that for some user in keycloak we have the same firstname and lastname after investigation we have find that after user update keycloak set firstn... |
keycloakkeycloak | cve review | Enhancement | description right now we be use keycloak 15 0 2 harbor do the security scan for we and it report 11 vulnerability for keycloak dependency the quay security scanner for the official keycloak image do not report any vulnerability I assume because of white listening be there any review documentation a... |
keycloakkeycloak | create delegate and empty instance in deepcloner | Enhancement | fix 9030 example of a field delegate file mapcliententityfielddelegate java implementation include relevant empty file mapcliententityimpl java and update field enum file mapcliententityfield java |
keycloakkeycloak | ux review some fine tuning of group initial page | Bug | describe the bug there be some fine tuning of the group initial page as show in the screenshot below 1 the main title group begin with an uppercase letter 2 if there be no exist group we can hide the action part version new ui expect behavior no response ... |
keycloakkeycloak | documentation for quarkus distribution | Enhancement | 10000 10001 |
keycloakkeycloak | refactor storageid | Enhancement | fix keycloak 9031 |
keycloakkeycloak | optimize storageid class | Enhancement | description storageid class suffer from several issue use more field than necessary the class be not immutable while it should be once an i d be assign it do not change have no equal hashcode tostring be not test fix these issue discussion no response ... |
keycloakkeycloak | enhance generator to support entity delegate and empty instance | Enhancement | description tree storage need to create delegate for arbitrary type e g to support mapper and similarly some of the request need to be ignore or in other word delegate to and empty instance that ignore call to setter and always return null for any getter deepcloner should support creation o... |
keycloakkeycloak | notification message be not disappear | Bug | describe the bug change assign type of the item in client scope be show multiple notification which some of those never disappear version keycloak 15 0 2 wildfly core 15 0 1 final expect behavior notification should disappear after some short time 1 notification per action actual... |
keycloakkeycloak | field can be duplicate by the generator | Bug | describe the bug generator don t check whether a field be already declare in the inherited class the follow code generate fid even if it be already declare l43 in the parent class see code l433 l448 version expect behavior no response actual behavio... |
keycloakkeycloak | introduce model entity util method | Enhancement | fix 9025 |
keycloakkeycloak | map storage extract commonly use method to utility class | Enhancement | method for mutual translate entity interface to model and to name be be use in other storage as well and so should be extract from concurrenthashmapstorageproviderfactory to a separate utility class l113 l153 |
keycloakkeycloak | enhance available tree operation | Enhancement | fix 9022 |
keycloakkeycloak | simplify component model override | Enhancement | fix 9021 |
keycloakkeycloak | enhance tree node with operation for walk the tree | Enhancement | enhance the tree node implementation l31 with operation for walk the tree |
keycloakkeycloak | ux review optimize the no result page | Bug | describe the bug this be a global issue in the new ui there be some empty page with no search result on these page user can t return to the original page therefore we can add a link button to allow user to clear all the filter and then go back to the original page as show in the screenshot below th... |
keycloakkeycloak | simplify override of componentmodel | Enhancement | description componentmodel have several method that have to be overridden in descendant as they contain copy and paste logic cf variant of get l83 l105 and put l107 l121 rather than a single overridable method also add ability to obtain componentmodel from componentmodelscope ... |
keycloakkeycloak | fix npe for component creation when realm unset but config know | Bug | fix 9019 |
keycloakkeycloak | npe in getcomponentprovider | Bug | describe the bug when the method for obtain component config be available the method keycloaksession getcomponentprovider class string function should create the provider even if the realm be unknown realm be only necessary for obtain component model in the alternative method keycloaksession getco... |
keycloakkeycloak | pre authorization hook for client policy | Enhancement | description provide a client policy event hook that would be trigger early in authorizationendpoint process most importantly before the client check discussion no response motivation the oauth 2 0 spec doesn t exclude the use of unregistered client rfc 6749 2 4 unregi... |
keycloakkeycloak | ux review make label more readable inside mapper detail page | Bug | describe the bug on the mapper s detail page there be some field that be confuse we can refer to the current console to correct they in order to make they more readable I take the user client role mapper as an example and add a screenshot below please check and correct they version ... |
keycloakkeycloak | ux review change the field order in the user address mapper | Bug | describe the bug in the new ui I find the order of the field be different from the current console we can change the order to align with the current console in addition these three label be confuse we can refer to the current console to correct they new ui proposal versio... |
keycloakkeycloak | can t properly edit identity provider mapper | Bug | describe the bug when edit all identity provider mapper be show advanced attribute to role as their mapper type regardless of which mapper type it be this make the entire form incorrect because it doesn t have the correct value for the mapper type that be be edit this be also cause the i d provid... |
keycloakkeycloak | documentation error user storage spi credentialinputvalidator | Bug | describe the bug the current code example in the documentation for section on credentialinputvalidator be use deprecate example credentialinputvalidator implementation the example show use credentialmodel password constant which be deprecate the correct option should be passwordcredentialmodel ... |
keycloakkeycloak | keycloak 19686 update bat script with late change | Bug | basically update kc bat with late change to kc sh allow use space when use option e g db postgre support for auto build support for option use the short prefix e g pf although auto build be possible it only work when run the command for the first time subsequent... |
keycloakkeycloak | base email template for same appearance | Enhancement | description have one basic email theme and all the rest extend it will give more flexibility and reduce code duplication currently if we have to add header and footer in the template then we have to update all email template so for this solution there can be one base template like login have so i... |
keycloakkeycloak | keycloak 19847 restore docker dist test coverage | Bug | null |
keycloakkeycloak | extend defaultbruteforceprotector | Enhancement | description in order to change the behavior of defaultbruteforceprotector developer should be able to extend defaultbruteforceprotector and adapt it to his own need discussion no response motivation not all access modifier be properly set detail defaultbruteforceprotect... |
keycloakkeycloak | jwt nonce claim be not honor when use client authentication | Bug | describe the bug keycloak do not add the nonce claim to the access token that be return when authenticate a confidential client use the client authenticator sign jwt with client secret even though the claim be present in the authentication request version 15 0 2 expect behavior the acces... |
keycloakkeycloak | nullpointerexception when no relaystate be send from external idp | Bug | description when keycloak do not recieve the relaystate parameter in a response a nullpointerexception be throw the expect behavior would be that keycloak throw a message like miss relay state parameter in response discussion no response motivation no response detail no r... |
keycloakkeycloak | blacklist false positive rate could be set a lot low | Enhancement | description your blacklist feature use a bloom filter a probabilistic datum structure that be super efficient at answer be this password in this really big set of bad password at the cost of the occasional false positive yay keycloak set 1 that false positive rate at 0 01 that mean one in a... |
keycloakkeycloak | improve tooltip and general help around the console | Enhancement | description will list all the text that need to be update in a spreadsheet discussion no response motivation no response detail no response |
keycloakkeycloak | address design consistency of the same pattern use in different place | Enhancement | description will publish convention and create issue for the inconsistency page discussion no response motivation no response detail no response |
keycloakkeycloak | user credential tab set up or reset password validation error not show when password mismatch | Bug | describe the bug the validation error text password and confirmation do not match be not implement yet version 15 0 2 expect behavior error message should display as per design actual behavior no response how to reproduce set up a new password and enter two different ... |
keycloakkeycloak | ux review update the search result page of event | Bug | describe the bug hi agagancarczyk I have review the event ui and find an issue on the search result page if there be no result as show in the screenshot below in order to well optimize this page I create a new screen as show below if there be no search result it will be display as an empty ... |
keycloakkeycloak | ux review mapper detail | Bug | describe the bug hi edewit there be some fine tuning of the mapper detail page in the client scope please check they thank 1 we can add the i d as the tag as the picture show below 2 these three label be confuse we can use the label of the current console version ... |
keycloakkeycloak | introduce ancestor interface for attribute in map entity | Enhancement | description most of the map entity have attribute and each of they then have the same set of method for attribute manipulation l53 l57 move these method into a org keycloak model map common entitywithattribute interface and use it in all relevant entity instead of enumerate the same method dis... |
keycloakkeycloak | user label credential edit api give error credential not find when try to save the label first time | Bug | describe the bug the api be throw an error credential not find even though the request url have the credentialid populate on saveuserlabel version 15 0 2 expect behavior the error should not be present and the user should be able to save the label the first and subsequent time ac... |
keycloakkeycloak | event list hide the interface on a empty search | Bug | describe the bug when search a non existent event in the event list the list interface disappear and you need to refresh the page to see the element again version 15 expect behavior the list should show an empty result actual behavior the list interface disappear how to reproduce ... |
keycloakkeycloak | delete a group from group detail still show the group | Bug | describe the bug delete a group from group detail still show the group in the list until the page be refresh and the message show say groupdelete version 15 expect behavior the group should disappear from the list after it be delete actual behavior the group only disappear from the lis... |
keycloakkeycloak | create a client scope with space after or before give an error | Bug | describe the bug a client scope can be create with space after or before and they be change into so if you try create a test client scope it create a test client scope and when search for test to show the detail it can t find it and show an error version 15 expect behavio... |
keycloakkeycloak | can create a client realm role user and group with seemingly duplicate name | Bug | describe the bug when create one of those item there be not a trim in the name create an item with the same name but space before or after the name let you create the item but in the list it show it without the extra space trim version 15 expect behavior create a new item with a duplicate na... |
keycloakkeycloak | authentication search fail | Bug | describe the bug authentication search of flow seem to use only the description to find a flow and not the flow name version 15 expect behavior search a flow by flow name in authentication tab show the flow actual behavior if the search word be not in the description the flow do not app... |
keycloakkeycloak | redirect uri with have wrong redirect | Bug | describe the bug when request endpoint auth realm realm name protocol openid connect auth with on url the redirect merge querystring and hash param nowadays be common spa application use on url to make hash base route impact the only safe way to use keycloak js be to initialize b... |
keycloakkeycloak | additional index to fix performance in environment with many user | Enhancement | description in a customer installation have 1 5 mio user we discover bad performance at two place add index help to fix they client credential grant flow index to fix it user entity realm i d service account client link admin event view index to fix it admin event entity adm... |
keycloakkeycloak | hot rod map storage use wrong package name | Bug | describe the bug currently hotrod map storage implementation have some class in package org keycloak model map common client connection version 15 0 2 expect behavior hotrod specific class should be in a hotrod specific package actual behavior no response how to reproduce ... |
keycloakkeycloak | read only attribute outdated configuration guide | Bug | describe the bug in the configuration guide via standalone ha xml or cli seem both out of date in the late keycloak stable version 15 0 2 as of write this issue the provider have be change to declarative user profile this should be update since legacy user profile doesn t exist anymore ... |
keycloakkeycloak | keycloak 19859 patch request filter to properly end response | Bug | null |
keycloakkeycloak | expose password policy in login form to freemarker template | Enhancement | description currently when a user want to register or update his password the user do not know which password policy be configure when the user input an invalid password the validator will stop after the first fail policy and show that one message proposal there should be a possibility to ... |
keycloakkeycloak | keycloak 19570 add annotation process for hotrod client | Enhancement | this pr add the possibility to automatically generate map interface for hotrod entity automatically here be an example of generate cliententitydelegate |
keycloakkeycloak | add custom liquibase extension to handle json operation | Enhancement | description the new storage jpa implementation use json structure to store some of the entity s attribute as a result the implementation rely on some json orient databse operation such as generate column from certain json property support on most dbs or set index for json property support on a co... |
keycloakkeycloak | port in location header be 1 when do saml global logout | Bug | describe the bug when do sp initiate saml global logout the port in location header to redirect to logouturl of the saml adapter be 1 suppose there be eap wildfly with saml adapter and apache httpd as a reverse proxy in front of eap wildfly and their listen port be 8080 and 80 when a browser access... |
keycloakkeycloak | after the login fail the url lose the redirect uri parameter | Bug | describe the bug after the login fail the url lose the redirect uri parameter version 15 0 2 expect behavior actual behavior how to reproduce no response anything else no response |
keycloakkeycloak | can not add role to group | Bug | describe the bug can not add role to group through kcadm web interface work perfect bash 4 4 opt jboss keycloak bin kcadm sh create group r cdu s name cdu group lead top level group name cdu group lead already exist bash 4 4 opt jboss keycloak bin kcadm sh get group r ... |
keycloakkeycloak | impersonate use api retrieve unusable token | Bug | describe the bug use token exchange as admin cli to obtain a regular user token to impersonate he get the token image not able to make any call with this token error invalid request error description user session not find or doesn t have client attach on it ima... |
keycloakkeycloak | keycloak 19847 optimization and refactoring for well stable startup time | Enhancement | basically there be no change to ux but internal implementation change persist property be no long within the distribution but generate as part of build step and include in the artifact generate by quarkus during re augmentation there be several benefit here such as avoid break the server if you mess up t... |
keycloakkeycloak | build fail on system with large group ids | Bug | describe the bug hello the build currently fail on system where the main group i d of the current user be over 2097151 this often happen on system use samba or sssd for active directory integration error fail to execute goal org apache maven plugin maven assembly plugin 3 1 1 single assem... |
keycloakkeycloak | infinispan hotrod socket be close after a transaction be abort by server | Bug | describe the bug hello currently verify on 14 0 0 very probably still the case on current 16 0 0 snapshot exception raise by infinispan server such as ispn000136 error execute command preparecommand on cache session or ispn000926 aftercompletion fail for synchronizationadapter ca... |
keycloakkeycloak | apache2 sample setup for reverse proxy installation | Enhancement | description I wasn t able to find a work apache2 setup what ever I try there be still a browser mix content failure in the account page may be you can add a sample configuration for apache2 with nginx I be able to get it run the last fail apache2 setup debian 11 1 be ... |
keycloakkeycloak | reset password do not logout all session | Enhancement | describe the bug all the session of a user be not close when use forgot credential page version 15 0 2 expect behavior when a user be use multiple device a pc and a mobile device for example and be log in on each if he reset his password on the pc I expect it to be log out on all his... |
keycloakkeycloak | processingexception resteasy004655 unable to invoke request java net socketexception connection reset | Bug | describe the bug I get a reset error when I use keycloak to search for user this error do not appear every time only occasionally but I don t know how to fix it please help java private boolean verifyaccountfromkeycloak string account string email final usersresource usersr... |
keycloakkeycloak | custom spi userfederationprovider not create via admin api | Bug | describe the bug I be try to create a realm with a federate user store test provider be implement as custom spi and doesn t require any mandatory configuration i d hero realm hero userfederationprovider providername test provid... |
keycloakkeycloak | allow developer admin to configure samesite cookie attribute | Enhancement | description this isssue on the legacy issue tracker highlight the change make to the samesite cookie in order to support new version of chrome we have a request from our security team to enforce lax or strict option which be currently unavailable and uncontrollable as far as I be aware by a deve... |
keycloakkeycloak | model map should not depend on service | Enhancement | description keycloak model map module currently depend on service l52 l55 module this dependency be due to logg and few more constant and should be replace by appropriate maven artifact contant discussion no response motivation no response detail no response |
keycloakkeycloak | ux review optimize the help text of the display name | Bug | describe the bug when create a new resource there be a field name display name we can find that the tooltip of display name and name be the same it s confuse so we can optimize the wording of the display name tooltip version admin new ui expect behavior no response ... |
keycloakkeycloak | build failure on openjdk 17 | Bug | describe the bug try to build from scratch but run into error version main branch 1e1a6779befb9c836069761fb70d86cadd47b4cb expect behavior proper build actual behavior info 5 error info info ... |
keycloakkeycloak | improve mapclientprovider getalwaysdisplayinconsoleclientsstream implementation | Enhancement | description mapclientprovider getalwaysdisplayinconsoleclientsstream l166 l169 be implement in a way that it load all client from the underlie storage and then perform filtering base on alwaysdisplayinconsole field discussion no response motivation this issue be about add new searchable ... |
keycloakkeycloak | ux review default role realmname fine tuning | Bug | describe the bug on this page when user click this link there will be a dialogue popup please check the detail in this design link thank version admin ui expect behavior no response actual behavior no response how to reproduce no response anything else ... |
keycloakkeycloak | crash when create identity provider | Bug | describe the bug 1 identity provider add saml provider 2 type something in discovery endpoint field but don t save 3 click on use discovery endpoint version 16 0 0 expect behavior no response actual behavior no response how to reproduce no response ... |
keycloakkeycloak | keycloakmetricshandler do not respect a custom context root | Enhancement | description currently the keycloakmetricshandler be bind with a strict path bind to metric this work fine with the default context path of however when a different context path be configure the metric endpoint doesn t work anymore and only return an error message if we enable metri... |
keycloakkeycloak | keycloak return redirect url with wrong port | Bug | describe the bug when develop a frontend for a localhost I connect to the backend and go through authorization through the keycloak keycloak always after redirection substitute the port on which the backend be run 8080 if you launch the frontend on localhost 8080 then everything will be fine but i... |
keycloakkeycloak | keycloak 19833 fix command line completion on zsh | Bug | this fix the currently break command line completion feature on zsh the root problem be that have in the generate by picocli function name break the completion script this also well conform to picocli canonical usage I test manually on zsh and bash to avoid regression and now e... |
keycloakkeycloak | user attribute on login verify email ftl | Enhancement | description we would like to show to which email address the email be send on the login verify email ftl page example you will receive an email from we on 0 contain a link which but the login verify email ftl template have no user attribute available to get the email address from ... |
keycloakkeycloak | user profile field with scope restriction break configuration import on nullpointerexception | Bug | describe the bug use the declarative user profile test module I experiment nullpointerexception on full realm configuration import if I use the require scope or enable when scope feature in the user profile json definition that would be these two section json selector ... |
keycloakkeycloak | keycloak 15 0 2 adapter spring boot 2 6 application don t start because of circular reference due to dependency injection | Bug | describe the bug when use keycloak 15 0 2 with spring boot 2 6 release 19 november 2021 the application fail to start with the follow description application fail to start description the dependency of some of the bean in the application ... |
keycloakkeycloak | support for solid oidc | Enhancement | description hello be keycloak plan to support solid oidc 1 if yes when would solid oidc be available to keycloak instance good regard discussion no response motivation I would allow keycloak user to log in to solid pod with their keycloak sso account instead of have to create a n... |
keycloakkeycloak | keycloak 19798 filter option base on the command | Enhancement | basically filter option for start star dev and build command enable show additional option for the above command use a ha be it a good short name or help all also add some hint about use the new option if support by the command avoid boilerplate configuration in option spec... |
keycloakkeycloak | not able to get account be disabled contact your administrator message | Bug | describe the bug hi I be not able to see account be disabled contact your administrator message when user be disable temporary permanent when he enter wrong pass continuously for configurable amount of time user be get disable but I be not see the message when I login post user be disabled ... |
keycloakkeycloak | service account leak in get user api with exact query parameter set | Bug | describe the bug hello when call the get realm user endpoint with the optional query parameter exact set to any value without specify any other query parameter the list of user also contain service account user from the client with service account enable in that realm it seem like thi... |
keycloakkeycloak | keycloak 19798 move pf cf v option to the root command and error handling | Enhancement | basically move pf v and cf option to the root command kc sh pf v cf the option be not follow a specific order have some issue to make this happen it should be possible now to use different configuration property use the above format when run build and start command improveme... |
keycloakkeycloak | keycloak 15 0 2 offline session couldn t load on admin page | Bug | describe the bug error when search offline session in admin page when it have datum keycloak upgrading from 4 6 0 to 15 0 2 database postgre the total offline session item around 13k version 15 0 2 expect behavior can load offline session without error actual behavior 1 use... |
keycloakkeycloak | ue review update of oidc client creation | Enhancement | describe the bug hi edewit there be some update about the oidc client creation process please check the design link 1 the direct access grant should be off by default 2 there be 3 step in the oidc client creation process thank version new console ui expect behavior ... |
keycloakkeycloak | quarkus version | Enhancement | description I be work on a custom spi relate to jpa I run into a problem while deploy this spi in keycloak x due to the quarkus version old version of quarkus do not support mapping file in persistence xml and orm xml I see that you have update the quarkus version in keycloak version 16 could you please ... |
keycloakkeycloak | keycloak adapter for wildfly eap doesn t report inaccessible key in keystore and throw nullpointerexception instead | Bug | describe the bug with follow configuration xml when password be wrong password or alia be not find in the keystore adapter throw follow exception 09 07 53 949 error io undertow request default task 1 ut005023 exception handle request to vanilla profile... |
keycloakkeycloak | generate delegate use wrong class | Bug | describe the bug these two line l557 l558 result in the follow generate code for client java private final org keycloak model map common delegate delegateprovider delegateprovider public mapcliententitydelegate org keycloak model map common delegate delegateprovider delegateprovider ... |
keycloakkeycloak | perform an external to internal token exchange with an i d token with provider mapper enable result in unknown error | Bug | describe the bug use azure ad as an example idp take an azure i d token and perform ext to int token exchange with any provider mapper enable result in the below exception delete the mapper result in the kc token be return as expect 13 58 37 336 error org keycloak service error keycloakerrorhandl... |
keycloakkeycloak | ux review add two new part in client scope evaluate page | Bug | describe the bug hi edewit compare to the old console there be 2 new part in the client scope evaluate page name generate i d token and generate user info they be both code block we can use the pf4 s component name code block here be the component link basic but I ... |
keycloakkeycloak | ux review saml client setting update | Bug | describe the bug hi edewit I find there be some difference between the new ui and the current console could you please check the design below and update the current implementation here be the design link thank version new admin ui expect behavior no response actual behavior ... |
keycloakkeycloak | ux review some fine tuning of user event config | Bug | describe the bug hi edewit there be some fine tuning of user event setting in the realm setting page please check they thank 1 we can get rid of the title the same thing happen to the admin event setting page 2 if user turn on the save event but don t save the cha... |
keycloakkeycloak | it d be nice to be able to set the override user initiate action lifespan value over the api | Enhancement | description I d like to be able to set the realm setting token override user initiate action lifespan value over the api discussion no response motivation it d be nice to be able to manage these value from terraform and if I understand correctly keycloak do not provide an api endpoint to... |
keycloakkeycloak | multi arch container image for quarkus distribution amd64 arm64 | Enhancement | description copy from jira issue the current keycloak docker image doesn t contain an arm64 build in the manifest but the base image use be build for arm64 discussion motivation this be become more important now we have the apple m1 chipset and also give that cloud provider be also provide a... |
keycloakkeycloak | update security policy | Enhancement | description the security policy need to be update to reflect that jira should no long be use to report security vulnerability discussion no response motivation no response detail no response |
keycloakkeycloak | official support for microsoft mobile authenticator app | Enhancement | description I just test mobile authenticator app from microsoft with totp and keycloak and it seem work fine without any change the link to the product be as google authentificator be already part of the official documentation I guess it s helpful to add another product to documentation so every... |
keycloakkeycloak | keycloak 19798 hostname support for dist x | Enhancement | null |
keycloakkeycloak | replace deprecate hamcrest all dependency | Enhancement | description we use deprecate hamcrest all dependency in our testsuite and it d be great to replace it with official support dependency I ve encounter some issue with that when I be develop new test discussion no response motivation no response detail no response |
keycloakkeycloak | convert maproleentity to interface | Enhancement | description convert mapgroupentity to interface discussion no response motivation no response detail no response |
keycloakkeycloak | convert mapgroupentity to interface | Enhancement | description convert mapgroupentity to interface discussion no response motivation no response detail no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.