repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | ickle fulltext query not work with query parameter | Bug | describe the bug I have an ickle fulltext query on analyze field and it doesn t handle query parameter queryfactory queryfactory search getqueryfactory remotecache private final map parameter parameter put clientid0 test querystring from org keycloak model map storage hotrod ho... |
keycloakkeycloak | wrong initial admin creation procedure mention on default keycloak x home page | Bug | describe the bug if a user try to access the default url for a keycloak x instance that have be start without keycloak admin and keycloak admin password environment variable the default home page show the message you need local access to create the initial admin user follow by an invalid url a s... |
keycloakkeycloak | remove override on xmlsec in quarkus pom xml | Enhancement | description quarkus doesn t define xmlsec so we should inherit the version from keycloak parent discussion no response motivation prevent old version of xmlsec in quarkus distribution detail no response |
keycloakkeycloak | improve bill of material bom for extension | Enhancement | description when develop java extension for keycloak it be very useful to have a bom that can be use to import the dependency into a maven project there be currently org keycloak keycloak spi bom but there be a few problem with it only public stable apis spis be include other dependency ... |
keycloakkeycloak | update infinispan index after removal of indexed entity | Bug | describe the bug when execute a ickle query to fetch a stream of entry from a cache it be possible that some item of the stream be concurrently remove by the time the item be process it be change to null therefore null entry need to be filter out to prevent npe later on closeableiterat... |
keycloakkeycloak | consider use a localization platform | Enhancement | description I m see many localization file in this project it may be more convenient for the translator to work with a translation management tool there be several open source option such as weblate and translatewiki in addition there be some commercial option that offer free hosting for open source pr... |
keycloakkeycloak | keycloak group attribute apis fail in case of large payload size | Bug | describe the bug our team have be use keycloak attribute in group to store some large payload value but we have notice when add a large payload like the below example i d 42f508af 03f1 42ee aafa 721cd06a9962 name test group path formsflow analytic test group ... |
keycloakkeycloak | the title of the login screen be not translate into japanese | Bug | describe the bug the title of the login screen be not translate into japanese as below xxxx version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | wrong session expiry date in account console when use keycloak v2 theme | Bug | describe the bug when use the remember I option the expire at date and time under account security device activity still reflect the normal sso session max value rather than the sso session max remember I value this be resolve when switch to the keycloak theme under account theme s... |
keycloakkeycloak | avoid build configuration all the time when run test | Enhancement | description we should be able to optimize test execution by avoid unnecessary build when run test discussion no response motivation fast test run detail no response |
keycloakkeycloak | import realm at startup | Enhancement | description similar to the wildfly distribution we should also allow import a realm at startup like when use keycloak import in wildfly distribution imo we should not allow this in production but only when run the start dev command and for development testing purpose that say perhaps we c... |
keycloakkeycloak | refactor generate constructor in new store entity | Enhancement | description currently when implement an entity interface we distinguish between entity that require deep cloning and those that don t base on this we decide how we implement constructor for entity that need deep cloning we create an additional constructor for each constructor from the parent cl... |
keycloakkeycloak | outdate version property in keycloak parent pom xml | Bug | describe the bug in keycloak parent pom xml be still some old outdated version property e g 3 15 1 final where as the keycloak 16 0 0 server run more recent version of dependency e g the resteasy version be on 4 7 2 final this lead to error and classnotfoundexception during runtime ... |
keycloakkeycloak | remove hide flag from hostname strict https | Enhancement | description at the moment the flag hostname strict https true false be hide which it should not be so let s remove the hidden flag to make it generally available the flag can e g be use to run keycloak in production mode with http enable and though it s absolutely not recommend to do so tht... |
keycloakkeycloak | incorrect authorization allow unpriviledged user to create other user | Bug | describe the bug a incorrect authorization flaw be find in keycloak 12 0 0 the flaw allow an attacker with any exist user account to create new default user account via the administrative rest api even where new user registration be disabled security advisory version 12 0 0 up to and in... |
keycloakkeycloak | add indexing to hotrodgroupentity | Enhancement | description we need to add indexing to group similarly as for client l41 discussion no response motivation no response detail no response |
keycloakkeycloak | policyrepresentation miss role and group | Bug | describe the bug from the current admin console it be possible to implement role base policy with the follow request be issue type role logic positive decisionstrategy unanimous name test policy decisionstrategy unanimous logic positive name test policy r... |
keycloakkeycloak | username not change from the admin console in import realm | Bug | describe the bug when I edit user create in import realm it save everything except username while for example in master realm everything work as it should also in the account console username change be save successfully in realm setting edit username param be switch on try to turn it off sa... |
keycloakkeycloak | change the name of a realm cause a 404 when access the admin console for the realm | Bug | describe the bug in the admin console for an exist realm foo change the name from foo to bar and save logout log back in to the admin console for bar ui show the realm set ui for a split second and then return a 404 on note the foo in the path which should be bar version ... |
keycloakkeycloak | upgrade to wildfly 26 0 0 final | Enhancement | description upgrade keycloak server to wildfly 26 0 0 final |
keycloakkeycloak | indexoutofbounds exception in freemarkeremailtemplateprovider when the idp s displayname be an empty string | Bug | describe the bug when the displayname of the idpconfig be an empty string the idp link flow fail exception be 13 50 35 952 warn org keycloak service default task 6 kc services0013 fail authentication java lang stringindexoutofboundsexception begin 0 end 1 length 0 at java base... |
keycloakkeycloak | review readme file | Enhancement | review readme file and update they accordingly with the late change to the distribution we should also consider review information about how to build review information about how to contribute review information about how to test |
keycloakkeycloak | well message when use wrong java version | Enhancement | when run bin kc sh with java 8 I see error message with long stacktrace like this exception in thread main java lang unsupportedclassversionerror io quarkus bootstrap runner quarkusentrypoint have be compile by a more recent version of the java runtime class file version 55 0 this version of the ... |
keycloakkeycloak | spurious log be spill in quarkus distribution x integration test | Bug | describe the bug as a direct consequence of sometimes jvms test be spuriously fail e g in ci intercept unrelated log message e g from other test run the problem be more evident when run test in a different order e g from an ide the problem get reduce for keycloak here version ... |
keycloakkeycloak | can not find symbol class delegatecreator | Bug | describe the bug not able to run any test from intellij due to miss class in org keycloak model map common deepcloner I have to remove map module from model pom xml to be able to run any test image not sure if this mean I have to do a maven build manually before use intellij but if that ... |
keycloakkeycloak | provide documentation for proxy mode in quarkus base keycloak | Enhancement | description provide an initial version of the proxy configuration relate setting for the quarkus base keycloak distribution discussion no response motivation doc be miss that s bad so we have to provide they detail no response |
keycloakkeycloak | some label seem to be too long as they be truncate overlay by field | Bug | describe the bug this may be already fix as I be unable to reproduce feedback from community user all over the various screen some label seem to be too long as they be truncate overlay by field image version 15 1 0 expect behavior no response actual beh... |
keycloakkeycloak | can t update keycloak admin user unclear error message | Bug | describe the bug I start new kc x with an error on keycloak admin user administ ar tor after update with correct username keycloak admin user administ ra tor I get this message datetime error org key service main kc services0010 fail to add user administrator to realm master... |
keycloakkeycloak | in a realm with a configure custom user provider I can see it and also have a selection field | Bug | describe the bug in a realm with a configure custom user provider I can see it and also have a selection field image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be discussionc... |
keycloakkeycloak | user fed can t choose custom extension | Bug | describe the bug if there be no user fed provider configure I can t choose my custom extension from a list only the build in be available image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything el... |
keycloakkeycloak | some of the social idp icon be miss | Bug | describe the bug some of the social idp icon be miss image version 15 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else source be keycloak keycloak 9119 comment discussioncomment 1823140 |
keycloakkeycloak | issue with client credential | Bug | describe the bug I think this be already fix but for completeness I m add this issue report by a community user in client credential tab the default setting be still client i d and secret and the secret be show but the authenticator field show sign jwt as it be the first option in the dropdo... |
keycloakkeycloak | enable and disable feature incorrect | Bug | describe the bug on master realm home page enable disable feature do not match old ui s server info for instance docker be list as both enable and disabled map storage be experimental and enable but be show as disabled etc version 15 1 0 expect behavior no resp... |
keycloakkeycloak | client secret not generate automatically on import | Bug | describe the bug hello in old keycloak version v10 0 1 a user can import a client by either import it to an exist realm or while they re client and realm create together the client secret be generate automatically for the client in the credential tab however an issue for the new version... |
keycloakkeycloak | upgrade to wildfly 25 0 1 final | Enhancement | description upgrade keycloak server to upgrade to wildfly 25 0 1 final discussion no response motivation no response detail no response |
keycloakkeycloak | keycloak docker doesn t start because wildfly initial state transfer time out for cache | Bug | describe the bug I m use jboss keycloak 15 1 0 docker image for integration testing in the gitlab ci single keycloak service for a job with many job as a part of a single pipeline sometimes it fail to start in less than 1 4 of case the issue be observable for jboss keycloak 15 0 2 as well ... |
keycloakkeycloak | keycloak email subject customization issue | Bug | describe the bug hi we be use keycloak in one of our product and we want to customise the verification and password reset email content and subject but we recognize that both of the email use the same template executeaction ftl and there be only 1 field for subject line of that email executeactionss... |
keycloakkeycloak | provide an option like java opt append also for quarkus base keycloak x container | Enhancement | description for keycloak x it s currently not possible to add custom java property on startup by just provide the one you want to set without override the complete default java opt set in kc sh bat this make it hard to adjust the environment to custom need without modify the kc sh script which m... |
keycloakkeycloak | webapplicationexception error log for every error response | Bug | describe the bug we have be see a lot of these in sentry after upgrade to keycloak 15 webapplicationexception http 200 ok at org keycloak service resource identitybrokerservice parsesessioncode identitybrokerservice java 1065 at org keycloak service resource identitybrokerservice performl... |
keycloakkeycloak | update quarkus distribution to v2 5 3 | Enhancement | description description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 5 3 final so we have to update keycloak x s underlie quarkus distribution to the new version ... |
keycloakkeycloak | ux review the order of the user tab be not correct | Bug | describe the bug the role mapping tab should appear after the credential tab not after the consent tab version 16 0 0 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review some fine tuning of generate new key modal in key tab | Bug | describe the bug there be some fine tuning of the generate new key modal as show below please check and fix they thank 1 the client name be the default value of the key alia and the key alia be a required field 2 the key password and store password be require 3 if use... |
keycloakkeycloak | ldap sync uncaught server error after upgrade to 15 1 0 | Bug | describe the bug after upgrade from 15 0 2 to 15 1 0 ldap connection test be work but as soon as I hit sync I get a error 2021 12 15 16 36 17 961 info org keycloak storage ldap ldapidentitystoreregistry default task 1 create new ldap store for the ldap storage provider lbc ldap ldap ... |
keycloakkeycloak | can not call torepresentation on realm | Bug | describe the bug call restclient realm realm torepresentation use the java spring keycloak admin client 15 0 1 cause cause by com fasterxml jackson databind exc unrecognizedpropertyexception unrecognized field oauth2devicecodelifespan class org keycloak representation idm realmr... |
keycloakkeycloak | introduce per field delegation of entity | Enhancement | fix 9175 |
keycloakkeycloak | tree storage introduce notion of per field primary and cached status in an entity | Enhancement | description for the tree storage composition it be necessary to support several way of compose entity hierarchically and per field the follow use case need to be support an entity be a cache of another entity and do not provide any authoritative source of field it contain a composition of two e... |
keycloakkeycloak | ux review update the toolbar in the group tab of the user detail page | Bug | describe the bug in the group tab of the user detail page as show in the screenshot below we can modify the toolbar 1 place the check box next to the search bar this be because checkbox have similar functionality to the filter 2 we can remove the question mark and the sentence versio... |
keycloakkeycloak | kcadm sh cli can not handle some complex value | Bug | describe the bug I be try to use ansible in conjunction with the cli to configure ldap federation when I notice that I keep get 400 bad request and 400 unknown error result I try to run the command manually from the cli myself instead of through ansible and I be get similar result in the end I find that tr... |
keycloakkeycloak | remove hashicorp support | Enhancement | quarkus vault be no long among the core extension from quarkus repository now it be a quarkiverse extension we need to check how this move affect long term support and productization this removal be somewhat related to the extension story |
keycloakkeycloak | blank page after delete realm master client | Bug | describe the bug keycloak 11 0 3 I go to master realm then on menu client I remove marketplace ccv client which be the realm I create and now I keycloak webpage be blank after login on kcadm cli when I do get realm I get null unknown error my keycloak be still on h2 database so I can... |
keycloakkeycloak | deepcloner builder constructor be use in case when constructordc should be use | Bug | describe the bug there be some place where new deepcloner builder constructor be use even in case where there be constructor with deepclonner available for those case it should be use new deepcloner builder constructordc version 15 1 0 expect behavior no response actual beh... |
keycloakkeycloak | fix 9135 disable pre load offline session by default | Enhancement | close 9135 basically disable pre loading by default specific test for quarkus distribution to enable pre loading offline session prior to run test that require pre loading |
keycloakkeycloak | disable pre loading offline session by default | Enhancement | we don t want pre loading offline session from the database |
keycloakkeycloak | user credential tab css issue expand row don t align with non expand row | Bug | describe the bug this be a css issue expand row don t align with non expand row please see below screenshot 2021 12 14 at 13 25 04 version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else n... |
keycloakkeycloak | maproleprovider misuse ilike operator when eq operator should be use | Bug | describe the bug accord to rolelookupprovider getrealmrole javadoc l29 l35 it should be look up by exact search by name while there be ilike l96 operator use in maproleprovider l203 the same apply to getclientrole l224 method there should be eq l65 use instead ... |
keycloakkeycloak | fix 9128 enable new admin console to dist x | Bug | null |
keycloakkeycloak | enable new admin console to dist x | Bug | describe the bug it be not possible to enable the new admin console when use dist x the reason be that we no long have the theme explode within the dist but load from the classpath see version 15 1 0 expect behavior be able to enable the new admin console actual beha... |
keycloakkeycloak | keycloak 16 0 0 15 1 0 not on maven central | Bug | describe the bug keycloak 15 1 0 be not available on maven central version 15 1 0 expect behavior keycloak jar should be on maven central like all other version before actual behavior info scan for project download from central error error some problem be encou... |
keycloakkeycloak | ux review when a federated provider exist there be no way to return to the initial state after search for user | Bug | describe the bug when I search for a user from screen keycloak keycloak ui 1 the keyword win t keep in the search box so I can t go back to screen keycloak keycloak ui 1 from screen keycloak keycloak 19044 screen1 image screen2 image expect behavior the search behavior... |
keycloakkeycloak | ux review the label overlap field in the form | Bug | describe the bug the form become like this everywhere check the screenshot below image |
keycloakkeycloak | ux review user temporarily disable status should be temporarily lock | Bug | describe the bug when the user be temporarily lock by the brute force rule the label display in the user table should be temporarily lock instead of temporarily disabled image version new ui expect behavior no response actual behavior no response how to reproduc... |
keycloakkeycloak | ux review optimize the button wording of the revoke modal in user consent | Bug | describe the bug in the user consent page there will be a modal popup after click the revoke option inside the kebab menu in this modal the primary button be delete we can change the button from delete to revoke as show in the screenshot below thank version new admin ui ... |
keycloakkeycloak | ux review some fine tuning of user consent page | Bug | describe the bug I review the user consent page and find some detail that can be optimize I list some fine tuning as show below please check and fix they thank 1 after click the show more label we can display the whole info of the grant client scope instead of the truncated name 2 ... |
keycloakkeycloak | can t enable new admin ui in keycloak x | Bug | describe the bug I can t seem to enable the new admin ui in keycloak x I start the docker container with docker run p 8080 8080 e keycloak admin init e keycloak admin password quay io keycloak keycloak x 15 1 0 start dev dkeycloak profile feature admin2 enable the output in the term... |
keycloakkeycloak | clusterconfigdisttest unstable | Bug | describe the bug the clusterconfigdistt be fail from time to time in gha this be probably due to cache now initialize in parallel with quarkus and variation in execution time when run test in gha version 15 1 0 expect behavior should not fail any test actual behavior ... |
keycloakkeycloak | store hotrod schema version in hotrod server | Enhancement | description currently during startup we always update the schema to the version that the started keycloak server have however we need to make sure that only new schema change be store we need to store the schema version for each entity area discussion no response motivation no r... |
keycloakkeycloak | build keycloak theme fail with module react monaco editor could not be resolve by snowpack | Bug | describe the bug mvn clean install dskiptest info scan for project info info org keycloak keycloak admin ui info building keycloak administration ui 16 0 0 snapshot info jar ... |
keycloakkeycloak | userresource sendverifyemail use executeaction ftl instead of email verification ftl | Enhancement | describe the bug when try to send a mail address verification email via userresource sendverifyemail l859 the method trigger the usage of the wrong executeaction ftl template instead of the correct email verification ftl this be a problem because executeaction ftl make the user click multiple... |
keycloakkeycloak | make i d field accessor method generate | Enhancement | description currently we implement i d accessor method in an abstract class like this l41 the reason for this be to assert that i d be set only once to avoid problem with key value store change I d in the entity win t change mapping key value just change I d in the value like chm or hotro... |
keycloakkeycloak | unable to recognize spi persist property | Bug | when build the server as follow kc sh build http enable true hostname strict false spi sticky session encoder infinispan should attach route false the spi sticky session encoder infinispan should attach route option be persist but be not recognize when start the server any spi pro... |
keycloakkeycloak | keycloak user federation page not load as expect | Bug | describe the bug try instal keycloak service on air gap kubernete cluster accessing keycloak work as expect but the issue come when click on user federation tab and could not add any authentication service to keycloak due to this error kubectl log and kubectl describe do not show anything relate to e... |
keycloakkeycloak | update quarkus distribution to 2 5 2 final | Enhancement | description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 5 2 final so we have to update keycloak x s underlie quarkus distribution to the new version note don t forg... |
keycloakkeycloak | enhance mapper list layout | Enhancement | description new layout a well layout but need more effort the summary of the input output of all the mapper type around the console discussion no response motivation no response detail no response |
keycloakkeycloak | client policy negative logic by a policy | Enhancement | description to client policy policy add a feature negative logic that client policy condition have already support yes to no and no to yes abstain remain unchanged discussion no response motivation when we want to apply the follow criterion to a request for apply... |
keycloakkeycloak | client policy an executor reject all request | Enhancement | description create an executor that reject all client s request discussion no response motivation in some situation it be beneficial from the viewpoint of security to reject a request that meet some criterion for example some client be suspect to be compromise keycloak want to block re... |
keycloakkeycloak | start keycloak x with feature experimental lead to exception | Bug | describe the bug when run e g kc sh start dev feature experimental I observe that the follow exception occur error fail to run build command error io quarkus builder buildexception build failure build fail due to error error build step org keycloak quarkus deployment keycl... |
keycloakkeycloak | can t set up webauthn security key with keycloak x | Bug | describe the bug I m not able to set up any webauthn security key from the account console in keycloak x when I try to set up a security key an internal server error occur in a fresh realm I follow the webauthn setup step in the server administration guide webauthn to enable webauthn support ... |
keycloakkeycloak | client policy an executor reject a request base on a client role | Enhancement | description create an executor that reject a client s request if any of its client role be not include in role specify by its executor s configuration discussion no response motivation exist client policy condition clientrolescondition can apply a profile to a client s request if at leas... |
keycloakkeycloak | allow term and condition after every login | Enhancement | description the ability to set term and condition to be accept after every login not just a one time requiredaction discussion no response motivation many organization include government organization require a notice to be accept by user every time they login the term and condition fea... |
keycloakkeycloak | realm export not work for keycloak x 15 1 0 | Bug | describe the bug the export functionality be not work for keycloak x 15 1 0 a classcastexception occur version 15 1 0 expect behavior the export should work and a classcastexception should never occur actual behavior export fail with follow stacktrace shell java lang clas... |
keycloakkeycloak | x509 certificate be not valid for any name but want to match keycloak infra svc | Bug | describe the bug I ve be struggle to configure my krakend to perform authentication by reach keycloak through the service that exist in the same namespace as krakend my keycloak hold those two field externalurl internalurl I don t have any idea how the externalurl be populate ... |
keycloakkeycloak | log more information in adapter core module | Enhancement | description add more debug log for token validation error discussion motivation currently most of the information be lose especially verificationexception message so we have situation where user get 403 error and good we can do be guess or debug code detail no response |
keycloakkeycloak | remove log warning due to relocate package | Enhancement | description remove log warning due to relocate package discussion no response motivation quarkus relocate some package namely vertx web which lead to the follow log entry 2021 12 10 13 07 55 406 warn org apa mav rep int defaultartifactdescriptorreader main the artifact io ... |
keycloakkeycloak | how can I fix keycloak circular dependency in adapter for spring boot 2 6 x | Bug | describe the bug spring boot 2 6 x seem to have introduce some change cause the previously work integration with keycloak to have a circular reference prevent application start it work and start fine with the current 2 5 x release explicitly by change nothing except the tag value from 2 5 7 to 2 6 1... |
keycloakkeycloak | 9075 remove any unnecessary dependency from distribution | Enhancement | null |
keycloakkeycloak | get user with username filter return account manager | Bug | describe the bug hi guy I ve get a dockerized keycloak with 2 user register the service account manager and a random dude use the admin get user user resource realm user endpoint without any query param I don t get the account manager in the response but if I add an empty value... |
keycloakkeycloak | remove any unnecessary dependency from distribution | Enhancement | description not only to reduce the distribution size but also to reduce the vulnerability surface we should review the dependency include in the distribution and keep only those strictly necessary to runtime and re augmentation as the server be a mutable jar these additional dependency be a trade off ... |
keycloakkeycloak | partial import s choose resource need proper pluralization | Bug | describe the bug in realm setting partial import when you open a file you get to choose the resource you want to import image pluralization be incorrect version 16 0 0 expect behavior no response actual behavior no response how to reproduce no response ... |
keycloakkeycloak | remove eap 6 and jboss as 7 adapter from download | Enhancement | description the eap 6 and as7 adapter where deprecate a long time ago but still include in the distribution however as we now have to switch to openjdk 11 to do the release to be able to do the quarkus release it be no long possible to build these as part of the release discussion no response ... |
keycloakkeycloak | error app doesn t exist in role definition test realm | Bug | describe the bug we have 2 kc instance test and prod which be run the same kc version we do configure a few realm in test test they and now want to export import they to the prod a few very simple realm which doesn t have any complicated setting be import successfully but one of they have a fe... |
keycloakkeycloak | github package be use both for snapshot build and release | Bug | describe the bug when run release sh it should use jboss nexus and not github package this could be achieve with a release profile and run maven with the release profile in release sh version main expect behavior no response actual behavior no response how to repro... |
keycloakkeycloak | url be inconsistent between jboss keycloak and quay io keycloak keycloak x auth | Bug | describe the bug hello I notice that I have an inconsistency between the jboss keycloak and keycloak x docker image the jboss keycloak image have auth in the url and the keycloak x image doesn t have auth this be annoying because the url have to change between different test environment in ... |
keycloakkeycloak | keycloak do not work on system with fip mode enable | Bug | describe the bug when system wide crypto policy be set to fip there be issue with run keycloak this have recently surface as rhel fedora and cento have change the way openjdk behave in this regard previously fip have to be explicitly enable for openjdk but be now enable by default when system wide po... |
keycloakkeycloak | add hotrod implementation for role | Enhancement | description provide hotrod storage implementation for the role area discussion no response motivation no response detail no response |
keycloakkeycloak | add hotrod implementation for user | Enhancement | description provide hotrod storage implementation for the user area discussion no response motivation no response detail no response |
keycloakkeycloak | rename cluster to cache in quarkus distribution | Enhancement | description at the moment in the quarkus distibution we have the option cluster default local cluster stack udp tcp ec2 kubernete this be not ideal as strictly speak keycloak doesn t do cluster and doesn t need cluster it s the embed infinispan cache that require this we s... |
keycloakkeycloak | impossible to fill user profile require attribute in admin console and account set page | Bug | describe the bug I ve enable the declarative user profile feature currently in preview for a realm to make some user attribute mandatory unfortunately the require attribute be not visible on the admin console when register a new user so that be not possible for an admin to register a new user ... |
keycloakkeycloak | ux review some fine tuning of add predefine mapper | Bug | describe the bug there be some fine tuning for the add predefine mapper modal as show in the screenshot below please check and fix they at your convenience thank 1 change the title from choose a mapper type to add predefine mapper 2 in the modal there should be a checkbox ... |
keycloakkeycloak | ux review filter and search bar don t work in the session list | Bug | describe the bug hi agagancarczyk in the session list I find that the filter and search bar don t work for now could you please take a look at this part and fix they at your convenience thank version new ui expect behavior no response actual behavior no response ... |
keycloakkeycloak | ux review update the join function inside the user detail page or creation page | Bug | describe the bug in the late design we provide a new design of the join function on the user detail page we can update the join function accord to the late design as show in the design link here thank version new ui expect behavior no response actual behavior no resp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.