repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | validate url | Enhancement | description it should be relatively painless to do some basic validation of url input field throughout the ui we should consider at least set type url also see discussion no response motivation no response detail no response |
keycloakkeycloak | keycloak v2 theme not present in product keycloak theme json | Bug | describe the bug hi while I be work on some integration test for our rhsso extension upgrade I notice that the new account theme cause a nullpointerexception when our integration test attempt to load theme from the classpath upon further investigation I notice that the theme file be miss the par... |
keycloakkeycloak | add test for json editor for profile under realm setting | Enhancement | this functionality be add under keycloak keycloak ui 1509 but due to all the functionality be inside of the code editor it be a challenge to write test for it |
keycloakkeycloak | create a new realm role be not possible | Bug | describe the bug the new role form be not display on click the create role button version 15 0 2 expect behavior a new role form should display actual behavior the spinner be show all the time how to reproduce go to realm role sidebar menu item and click ... |
keycloakkeycloak | remove node module folder from the keycloak repository | Enhancement | describe the bug as discuss in it be consider bad practice to check in the node module folder in the git repository take into consideration that update its dependency may create many conflict and make it hard to perform code review the theme src main resource theme keycloak common resource node modu... |
keycloakkeycloak | ux review fine tuning of realm role | Bug | describe the bug hi jenny s51 there be some optimization for realm role please check they thank 1 in the associate role tab the ability to delete the current role be miss so we can add a delete option in the action dropdown 2 a role can t add itself as an associate... |
keycloakkeycloak | unable to find default userprofile provider with multiple implementation | Bug | describe the bug when a new userprofile provider be add to the codebase it s not possible to find default userprofile provider and all action where the provider be call fail with npe there be some failure in our pipeline for remote test due to setting of the provider version 15 0 2 exp... |
keycloakkeycloak | test | Bug | describe the bug test version test expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | test | Bug | describe the bug test version test expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | saml import config cause server side error | Bug | describe the bug saml import config cause server side error version 16 0 0 expect behavior no response actual behavior no response how to reproduce create a new saml identity provider and provide the saml config file attach you will get the follow error on the server e... |
keycloakkeycloak | grouprepresentation object return when create a group use the api | Enhancement | description when create a new group use the api the content of the http response be currenty empty there be no clue of the i d of the object create a new request be need to retrieve information about the group discussion no response motivation this feature will avoid multiple request whe... |
keycloakkeycloak | classloader theme resource don t get reload on deploy | Bug | describe the bug more information discussion version 13 expect behavior no response actual behavior when theme cache be enabme after deploy a new theme through classloader the old resource file be still be fetch by browser even on hard refresh when fetch the resource with c... |
keycloakkeycloak | keycloak 19310 oracle support | Enhancement | dguhr stianst we be now very strict about some key database setting such as hibernate dialect jdbc driver etc the version we be enable be pretty much base on our list of support configuration rh sso I see that as a good thing because we be now more opinionated but yeah people use database that ... |
keycloakkeycloak | pre load session live forever in cache | Bug | describe the bug when offline session be preloade from the database to the cache entry have no timeout and potentially live forever version 15 0 2 expect behavior when session be preloade cache timeout be set base on their expiration actual behavior when session be pre... |
keycloakkeycloak | add briefrepresentation to realm list fetch | Enhancement | describe the bug we need to add briefrepresentation true to the realm list fetch as we only need the realm name thus speed up the request |
keycloakkeycloak | consistent behaviour on inheriting role of parent group | Bug | describe the bug in access token the role of parent group be inherit look at the role mapping effective role they be not list there version 15 0 2 expect behavior the role list in role mapping effective role be exactly the same inherit by its user when generate access token ... |
keycloakkeycloak | admin role group show not just direct member but also sub role and sub group | Enhancement | description hi the admin api endpoint group member and role user seem to only show direct member I would love to have a way to at least also see directly inherit group and role if need a user group tree can be generate with multiple request another solution would be to directly re... |
keycloakkeycloak | race condition create and delete role realm could not find composite in role xyz | Bug | describe the bug migrate from error org keycloak service error keycloakerrorhandler default task 47 uncaught server error java lang illegalstateexception could not find composite in role admin 3bb02db1 18a8 498b bf3a f7eeba3df6f6 at org keycloak model cache infinispan rolea... |
keycloakkeycloak | add brute force detection lockout event | Enhancement | description trigger an event when the brute force protection detect that the maximum allow number of login failure be reach for a specific user discussion no response motivation we would like to notify user via e mail whenever their account get lock up due to excessive fail login our ... |
keycloakkeycloak | logout take forever when realm have many client | Bug | describe the bug if the realm have 100k client every customer in our system have his own client keycloak seem to take for ever when the user call logout with a redirect url version 15 0 1 expect behavior logout should respond quickly even if the realm have multiple client actual behav... |
keycloakkeycloak | feature flag break for script | Bug | describe the bug I try make a javascript mapper as describe here script provider set the flag dkeycloak profile feature script enable didn t enable it to work add dkeycloak profile feature upload script enable do upload script which be deprecate should not be require to... |
keycloakkeycloak | token exchange set incorrect clientid | Bug | describe the bug I m attempt to do an internal to internal token exchange the exchange return successfully but it appear that the issuedfor or azp claim be set to the incorrect client this pose a problem in that the exchange token be not able to be refresh with its access token because the ref... |
keycloakkeycloak | config option for validation of request scope | Enhancement | description in my company we create custom spis that use the value from the scope to limit our return internal role but since version 10 0 0 it be not accept any scope that be not previously crete in keycloak I m receive the folowing error error description invalid scope openid application sales... |
keycloakkeycloak | add an option to control the order of the event query and admin event query | Enhancement | description to implement a event processing spi we would like to get a page of event order by ascend value of the field time currently it be hard code that the event be order by descend time we would like to implement an option at eventquery jpaeventquery and admineventquery jpaadm... |
keycloakkeycloak | add a realm option to make the email field non mandatory | Enhancement | description for a particular realm we want to allow user to optionally provide their email address we think we could do that via a keycloak plugin we replace org keycloak authentication form registrationprofile with a custom formaction the latter be a copy of org keycloak authentication form ... |
keycloakkeycloak | allow protocol mapper to fail the token retrieval | Enhancement | description use case I have a unique keycloak realm with multiple client some user can access only some client some client be not build by I they be provide by external vendor I can t modify their source code some client be resource provider app server while other be only resource consumer ... |
keycloakkeycloak | ux review remove revocation from the saml advanced tab | Bug | hi jonkoop the saml client don t have the revocation functionality so the revocation can be remove from the advanced setting thank |
keycloakkeycloak | ux review update of saml client creation | Bug | hi edewit in the new design the encrypt assertion and client signature require have be move to the key tab and they be not consider as the capability config therefore if user want to create a saml client they don t need to set up the capability config we can remove the capability config in the... |
keycloakkeycloak | keycloak 19310 mssql support | Enhancement | basically support for mssql database for now we have support for 2012 and the late dialect base on quarkus default add validation to database option that should also help to provide a more meaningful feedback for user change liquibase to only include the database select when build the server we... |
keycloakkeycloak | kc sh ignore all value pass to user flag when export | Bug | describe the bug kc sh export file phylum realm json user skip profile dev export user even though they should be skip I ve try user skip and user skip as well version 15 0 2 expect behavior user should be skip when export actual behavior ... |
keycloakkeycloak | keycloakauthenticatorvalve tomcat do not implement createrequestauthenticator | Bug | describe the bug because of the miss override of createrequestauthenticator the valve use the catalinarequestauthenticator instead of the tomcatrequestauthenticator the catalinarequestauthenticator have no prevention against the session fixation attack this security issue should be fix as soon as possi... |
keycloakkeycloak | ux review remove some tab from bearer only client | Bug | hi jonkoop there be some change to the tab of bearer only client pure bearer only client as for pure bearer only client there be 5 tab namely setting key credential role and advanced realm client realm client mean the realm that be show as a bearer only client in the master re... |
keycloakkeycloak | ux review update of bearer only client | Bug | hi jonkoop I ve review the bearer only client setting page there be some fine tuning for this page 1 in the bearer only client it no long have the login setting therefore we need to remove the login setting 2 in the access setting it include only the admin url these a... |
keycloakkeycloak | keycloak 19767 change paramlabel and option format in help | Enhancement | basically remove param label customization to picocli text table for well formatting option width increase to a size similar to other clis well readability not sure if we want auto width because for I it kind of break readability long line to read |
keycloakkeycloak | ux review priority config be miss for the user fed | Bug | the priority config use to belong to each provider be replace with centralized management in the card view the behavior be totally the same with the order management of the idp list design can be find here |
keycloakkeycloak | ux review leave the current page without save change | Bug | I find a general issue if I change some field but don t save they then I leave the current page there be no reminder for I to save the change it s not the expectation from a ux perspective I think we could have a reminder like the screenshot below it show that when the user leave the current page with... |
keycloakkeycloak | user fed mapper type have wrong help text | Bug | 1 go to user federation ldap ldap mapper 2 create new mapper 3 choose any mapper type mapper type help text always show the text for user attribute ladap maper the text should change base on which type you choose see old console |
keycloakkeycloak | can not assign multiple resource to a single permission | Bug | this be open to make sure that the design for authorization allow expect behavior detail in keycloak 19683 |
keycloakkeycloak | isdisabled in not disable all field | Bug | use isdisabled in formaccess be not disable all field once fix we will need to address it in global executor as per |
keycloakkeycloak | saml client modal change parent value even when cancel | Bug | this can be fix post 1 0 if you go to the key tab of a saml client you see client signature require and encrypt assertion if you enable either of these attribute you will get a modal to generate or import a certificate however these value should not be enable unless the user successfully compl... |
keycloakkeycloak | create saml client wizard need prompt for generate import key | Bug | this issue can be address post 1 0 the wizard for create a saml client have a page to enable disable client signature require and encrypt assertion if user enable these he should be prompt with a modal the same way he be on the key tab |
keycloakkeycloak | saml client setting don t match design | Bug | the setting tab for client setting be quite different from the design section be in a different order and there be some missing field such as always display in console and front channel logout for whoever work on this issue please go through and make sure everything match the design or discover why t... |
keycloakkeycloak | saml i d provider s principal attribute field hide even when set | Bug | originally add as a comment to but should be file as a separate issue from ssilvert I find another related issue 1 set principal type to attribute name and fill in a value for principal attribute and save 2 go back to idp list 3 go back to detail screen the principal attribu... |
keycloakkeycloak | client policy profile tab executor type switch should always show correct defaultvalue | Bug | this issue be cause by use a duplicate option name e g auto configure for the executor type below result in the defaultvalue not behave correctly step to replicate 1 navigate to realm setting clientpolicie profile tab and create a new profile 2 select add executor and select full scope... |
keycloakkeycloak | ux review fix ux issue of the attribute tab | Bug | motivation there re some ux issue find in the current solution of the attribute tab the related discussion can be find in keycloak keycloak ui 1383 scope all the attribute tab around the console user group realm role new design |
keycloakkeycloak | when federate user be enable you can t search | Bug | when federate user be enable then the user section only let s you search for user but there be no search input to do this image |
keycloakkeycloak | review all the full page screen and unify the bottom button bar cancel reload revert | Bug | some full page screen have a cancel button to directly go back to the list e g key provider but some screen only have a reload button some still use revert e g client should review all the screen and unify the button bar |
keycloakkeycloak | ldap provider test connection have miss payload param | Bug | user federation ldap setting connection and authentication setting when you press the test connection button the old console will send the follow payload with the request action testconnection authtype simple bindcredential binddn admin componentid 60372e4c c... |
keycloakkeycloak | query support extension miss from ldap provider | Bug | user federation ldap setting advanced section the old console have a button for query support extension I don t see this in the new console |
keycloakkeycloak | access token lifespan not save | Bug | client client detail advanced setting access token lifespan if you change access token lifespan and try to save the new value be not actually save |
keycloakkeycloak | field miss from client detail advance tab | Bug | client client detail advanced look like user refresh tokens and use refresh token for client credential grant be miss from the code and the design also fine grain openid connect configuration valid requesturis be miss from code and design plus there be several field under ... |
keycloakkeycloak | request object signature algorithm not save properly | Bug | 1 go to client client detail advance 2 change request object signature algorithm 3 change be not reflect in old console |
keycloakkeycloak | client detail advanced tab cluster | Bug | the cluster section be hide if client authentication be off public client for reference see old console and the clustering tab the tab will be unavailable for public client |
keycloakkeycloak | keycloak 19575 different user authenticate result in server error instead of bad request | Bug | there be no objection on the discussion so I assume this be a mistake and would like to correct to improve server error monitoring and slo report |
keycloakkeycloak | keycloak 19555 improvement in consentrequiredexecutor of client poli | Bug | cie |
keycloakkeycloak | keycloak 19556 avoid auto create invalid redirect url for fapi client | Bug | null |
keycloakkeycloak | oidc mapper navigation be wrong | Bug | this one can be fix post 1 0 1 go to identity provider oidc provider edit identity provider mapper 2 hit cancel it take you back to setting tab instead of mapper tab this be also a problem when you try to add a mapper and hit cancel |
keycloakkeycloak | keycloak 19557 misleading label for client parameter push authoriz | Bug | tnorimat do you please have a chance to review |
keycloakkeycloak | search box behavior | Bug | this can be address post 1 0 in our search box the x button should dismiss the search and restore all row to the list however it require that you press enter on the empty search box to actually remove the search |
keycloakkeycloak | confirmation dialog focus on dismiss button | Bug | this can be address post 1 0 our confirmation dialog place the focus on the dismiss button which be the x in the upper right corner I believe that the standard for this sort of dialog be for the focus to be on the primary button that way confirmation only require that the user hit the enter k... |
keycloakkeycloak | use of enter key on user group tab | Bug | this be a post 1 0 issue go to user group I can tab onto the leave link but the enter key do not do anything the only way to use the leave link be to use the mouse |
keycloakkeycloak | add link to service account user | Bug | we need to add a link to the service account user from the service account role tab of a client see |
keycloakkeycloak | keycloak 19424 rename the config command to build | Enhancement | change |
keycloakkeycloak | ux review correct the placeholder of search box | Bug | for the search box in the object list use search for xxx as placeholder image image image image image image image image image image image |
keycloakkeycloak | keycloak 19617 simplify creation of custom user profile | Enhancement | when implementation a custom user profile base on declarativeuserprofileprovider one have to provide an own implementation of the declarativeuserprofilemodel and besides other to override the method configureuserprofile and getcomponentmodel of declarativeuserprofileprovider since esp... |
keycloakkeycloak | keycloak 19427 upgrade to quarkus 2 3 0 final | Enhancement | this release of quarkus introduce new capability for test cli application we should be able now to provide well coverage for the distribution itself |
keycloakkeycloak | usability of use discovery endpoint | Enhancement | concern when you try to add an openid connect provider user be present with a screen that have discovery endpoint as a require field but it isn t actually require this field be only require if use discovery endpoint be on if you turn off use discovery endpoint the required field go away and m... |
keycloakkeycloak | keycloak 18981 infinispan prevent fetch all session from remote | Bug | fix also the second occurrence of the same construct as in |
keycloakkeycloak | saml mapper should be render base on serverinfo | Bug | in the server info request there be a section call org keycloak broker provider identityprovidermapper where the field and help text be that need to be use to render the mapper |
keycloakkeycloak | saml idp error after add and edit mapper | Bug | 1 go to identity provider some saml provider mapper 2 click add mapper 3 save the mapper 4 make a change and save it again 5 you will get error create mapp this be probably because it be try to add a new mapper with the same name after save in step keycloak keycloak ui 3 you ... |
keycloakkeycloak | saml idp authncontext classref declref don t work | Bug | see old console I should be able to add a list of authncontext classref declref new console doesn t allow anything to be save here |
keycloakkeycloak | remove all reference to admin console | Enhancement | we be use a mix of the name admin ui and admin console to mitigate this it have be decide that the project should be refer to as admin ui include the name of the repository this mean that all reference to the console can be remove |
keycloakkeycloak | ask rest of the keycloak team about realm setting login tab | Bug | this tab be very tricky I think it s not exactly right in the old console we need more opinion on how it should work the problem be that some setting don t make sense base on other setting for example in the old console email as username be only available with user registration be on so i... |
keycloakkeycloak | inherit from column not work on client scope scope | Bug | this be a post 1 0 bug 1 go to client scope client scope detail scope 2 add a role that contain an inherited role what we use to call composite role 3 the inherit from column will have a dash instead of the parent role |
keycloakkeycloak | keycloak 19374 create entity implementation via annotation processor | Enhancement | use of boxed type as start in 009d4ca4457 be finalize here to enable store datum in a map mapcliententity method be reorder for the sake of group the collection base property together and understand the connection between those |
keycloakkeycloak | keycloak 19373 update quarkus version to 2 2 3 final | Enhancement | sign off by thomas darimont |
keycloakkeycloak | optimization use new briefrepresentation on call to realm | Enhancement | see when we need a list of realm but not all the detail we can use briefrepresentation to optimize the response this will help a lot when there be many many realm define |
keycloakkeycloak | realm setting client policy profile tab cancel button on create a new profile should use correct route | Bug | at the moment we re hardcode the path to realm realm setting clientpolicie on newclientprofileform for navigate back to the client profile when select cancel button we need to replace this with clientpoliciesroute |
keycloakkeycloak | long username render off the screen in keycloak admin console | Bug | post 1 0 issue |
keycloakkeycloak | incorrect help text | Bug | go to realm setting security defense x xss protection have the wrong help text |
keycloakkeycloak | add message bundle dialog put cursor on wrong field | Bug | post 1 0 bug 1 go to realm setting localization 2 click add message bundle button to open dialog 3 cursor will be on value field it should be on key field because that be the first field in the dialog |
keycloakkeycloak | keycloak 19274 avoid loading query from property at runtime for dist x | Enhancement | hmlnarik rmartinc here it be the change to avoid loading property at startup when run dist x some highlight not use liquibase anymore to query the database vendor but the connection metadata wildfly and the database kind set to quarkus note that wildfly and quarkus have different strategy for qu... |
keycloakkeycloak | realm setting profile tab api issue search profile by profile name | Enhancement | search profile functionality have be request as per design but we don t have api endpoint and search profile from realm setting profile tab be not present in the old admin console let s review this cc ssilvert |
keycloakkeycloak | realm setting profile tab api issue delete profile | Enhancement | delete profile functionality have be request as per design but we don t have api endpoint and delete profile from realm setting profile tab be not present in the old admin console let s review this cc ssilvert |
keycloakkeycloak | keycloak 19297 use real external client object i d to store authenti | Bug | keycloak 19297 use real external client object i d to store authentcatedclientsession in usersession object so that the client session can be look up in further request |
keycloakkeycloak | keycloak 19289 check if value to set be not null | Bug | check if value to set as user attribute be not null before try to persist they see close 9529 |
keycloakkeycloak | keycloak 18737 show session functionality do not work consistently | Bug | issue we be try to show all the session in a realm by select session my client show session in the admin console this sometimes work and bring all available session and sometimes an error be return jira issue keycloak 18737 cause it be relate to parallel straem in org keycloak mo... |
keycloakkeycloak | event admin tab api issue representation dialog | Enhancement | an endpoint be require to implement the representation dialog as per this design |
keycloakkeycloak | identity provider alia should be read only in setting | Bug | in order to align with the functionality of the old admin console the alias field of identity provider should not be editable once the provider have be initially create so when create a new i d provider it should be writeable but when edit an exist provider via setting it should be read only currently the ali... |
keycloakkeycloak | event search api issue date to in both user and admin search do not include result from today | Bug | brief description if the date to be set to today s date then no event be return from today this issue be also present in the old admin console step to replicate 1 enable user or admin event in event config 2 navigate to event open search dropdown and enter today s date in the date to fi... |
keycloakkeycloak | ux review whether to provide a view keycloak user button in the user list when there re federate provider | Enhancement | when there re federate provider we hide the user list in case of a performance issue we should decide whether to provide the ability to show all the keycloak user in this case |
keycloakkeycloak | ux review update the search form for event | Enhancement | hi agagancarczyk I create this issue about the search form in event we can add a reset button in the search form and once the search form be support by the pf4 team we can use this component directly thank |
keycloakkeycloak | discovery endpoint field eat first keystroke | Bug | this can wait until post 1 0 1 go to identity provider add provider keycloak openid connect 2 click on the field for discovery endpoint 3 type h the h will be eat you will need to type h again to fill in the field note that this do not happen on firefox it do fail o... |
keycloakkeycloak | ux review remove the toolbar in the empty state | Bug | in the new ui there be some table that have empty state but in the empty state there be a toolbar above the empty part like the picture show below we can remove the toolbar and just keep the empty state |
keycloakkeycloak | ux review unify the counting component across the console | Bug | in the new ui I find the counting field have 2 type of component as show in the screenshot below we can unify they and just keep one of they and I think the second one be well |
keycloakkeycloak | delete realm keep you on the realm | Bug | 1 create a new realm 2 go to realm setting action delete after delete the realm it should go to master welcome page but instead it go to the welcome page of your delete realm and also the delete realm be not remove from the dropdown then click on a link give a 404 |
keycloakkeycloak | empty state be blank if no datum for search query keycloakdatatable | Bug | there be several area within the app that return a blank empty state rather than the no search result empty state for example in client try to search for a client that doesn t exist result now try the same in client scope result this no result state be the correct empty state tha... |
keycloakkeycloak | run cypress test against keycloak master | Enhancement | in order to guarantee that we be compatible with the version of keycloak that will be ship we will have to run our cypress test against the late version of keycloak from master |
keycloakkeycloak | publish snapshot version to github | Enhancement | in order to integrate the admin console into the keycloak build as per ssilvert s work in we will have to automatically build and publish the theme to github package for every commit on master this will allow the main keycloak project to install the theme as a regular dependency it be essential this ve... |
keycloakkeycloak | update release script to install stable version of admin client | Enhancement | once we be use pre release version of the admin client as outline in keycloak keycloak 18686 we will also have to update the release script so that a stable version of the admin client be use during the release process specifically the release script will have to be update so that it install the stable ve... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.