repository stringclasses 156
values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8
values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | spike re evaluate the realm import implementation in the operator | Enhancement | this be closely relate to 9261 when that be implement we might be able to get rid of the realm import job be aware of performance |
keycloakkeycloak | custom provider throw java lang nosuchmethoderror org jboss resteasy spi resteasyuriinfo org jboss resteasy spi httprequest geturi | Bug | describe the bug hello we have develop extension for kc one of our authenticator call context gethttprequest geturi but we have this exception at runtime keycloak17 2022 03 24 08 44 41 869 error org keycloak service error keycloakerrorhandler executor thread 20 ... |
keycloakkeycloak | production mode error can not set quarkus http redirect insecure request without enable ssl | Bug | describe the bug I m try to start a production mode quarkus 17 0 1 keycloak and it stop with this error error can not set quarkus http redirect insecure request without enable ssl my environment variable be below and I ve validate the certificate key be accurate and readable yaml ... |
keycloakkeycloak | kc17 0 1 blank and bloking page when get access to the console ui | Bug | describe the bug hello I ve just switch to kc 17 0 1 and even if it start the ui console be never display here be what I have image version 17 0 1 expect behavior be able to get access to zhe ui console actual behavior ui console be never display ... |
keycloakkeycloak | support filtering by enable attribute on user count endpoint | Enhancement | description today we can already search for user by their enabled attribute on the get realm user endpoint see user resource it would be nice to have the same filtering by enable attribute available on the get realm user count endpoint as well for consistency I already prepare a pr... |
keycloakkeycloak | kc17 frequent unexpected server error mostly without any log | Bug | describe the bug hello I migrate from kc16 to kc17 on my local dev pc quarkus db migrate at kc17 startup I run kc17 as a docker container I notice I have frequently error like unexpected server error image and there isn t any warn or error into the console log I do not kn... |
keycloakkeycloak | unknown option hostname admin | Bug | describe the bug hostname admin seem to be not work anymore since keycloak 17 0 1 in 17 0 0 everything be ok version 17 0 1 expect behavior actual behavior no response how to reproduce start keycloak with hostname admin anything else no response |
keycloakkeycloak | include urn ietf param oauth grant type token exchange in grant type support field of keycloak op metadata if token exchange be enable | Enhancement | description token exchange be be technology preview feature in keycloak disable by default however if token exchange be enable urn ietf param oauth grant type token exchange must be add to grant type support field of keycloak op metadata accord to token exchange documentation discussion ... |
keycloakkeycloak | performance of admin console with 300 realm | Bug | describe the bug I have a keycloak server with 300 realm when I log in the admin console as admin the first page I see be the one list all the realm this take more than 15 second to load on my local environment more on prod server when I look at the xhr request the one taking time be the re... |
keycloakkeycloak | after reset password auto log in to the system | Bug | describe the bug hi team after we reset the password user be redirect to home page without ask the login to the system step to reproduce the issue 1 click on forgot password 2 enter email and submit 3 receive the link 4 click on link if the keycloak open in same browser user be auto... |
keycloakkeycloak | kc17 verifyservercertificate with aws aurora db mysql not work anymore | Bug | describe the bug after switch from kc16 to kc17 verification of the database cert be not work anymore in kc16 we set the trust store and parameter for verification via envs java opt djavax net ssl truststore cert truststore jks djavax net ssl truststorepassword password jdbc param ... |
keycloakkeycloak | database schema migration configuration parameter not work as expect | Enhancement | describe the bug follow it state that you can enable manual schema migration by add the spi connection jpa default migration strategy manual parameter to the startup command however when do so the expect sql file be not generate and database be migrate automatically step to reproduce the issue ... |
keycloakkeycloak | separate configuration from quarkus server runtime | Enhancement | the server configuration logic be currently part of the runtime module this approach bring two main issue the operator can t use this share logic and need to re implement it l590 l591 in some case the runtime module include too many thing incl quarkus configuration which make it hardly usab... |
keycloakkeycloak | add datasource for user federation | Enhancement | description 200 5 000 r sultat de traduction before the migration to version 17 we could add an external datum source in the documentation database we be tell the old version to do could we have the right way to do it discussion category feedback motivation no re... |
keycloakkeycloak | kc17 doc run keycloak in a container list all available env var mapping with previous one | Enhancement | description hello to ease the customer migration to kc 17 would it be possible to list all the allow env var indicate their mapping with previous envs var main previous env var keycloak user or keycloak user file keycloak password or keycloak password file keycloak import db ve... |
keycloakkeycloak | kc17 doc run keycloak in a container feature name | Bug | describe the bug hello the doc indicate that feature can be activate with for ex env kc feature token exchange could you please check the name of the feature be the correct shouldn t it be like indicate by the doc profile image could you please either fix the d... |
keycloakkeycloak | ux review the option bind flow be miss in the flow detail page | Bug | describe the bug in the browser flow detail page there should be an option name bind flow in the action menu list in the current ui this option be miss so please add this option in the action menu the same thing happen to the direct grant registration reset credential and docker auth ... |
keycloakkeycloak | keycloak 17 quarkas distribution build fail after add custom provider | Bug | describe the bug I ve some custom provider extend keycloak functionality by add new rest endpoint this use to work fine until we upgrade to keycloak 17 quarka distribution the build be fail with below error error fail to run build command error io quarkus builder buildexception build ... |
keycloakkeycloak | ux review some flow type be miss in the flow creation page | Bug | describe the bug as show in the screenshot below some flow type be miss there should be 8 flow type in the dropdown when user create a new flow version admin new ui expect behavior no response actual behavior no response how to reproduce no response ... |
keycloakkeycloak | ux review some fine tuning of authentication flow table | Bug | describe the bug as show in the screenshot below there be some fine tuning of the authentication flow table 1 there should be a filter fyi 2 if the provider be use by some specific provider or client the word specific provider client should be in blue and after click the word ... |
keycloakkeycloak | codeql win t trigger for backport branch | Bug | resolve 10845 |
keycloakkeycloak | codeql win t trigger for backport branch | Bug | describe the bug for backport branch like 17 0 0 for example the pull request event win t trigger codeql workflow skip the static analysis version 17 0 0 expect behavior trigger the static analysis on pull request for every branch actual behavior trigger the static analysis on p... |
keycloakkeycloak | add limit for authsession per rootauthsession | Enhancement | there be a limit for legacy infinispan store for authentication session count per root authentication session this limit be configurable it should be also introduce for map storage |
keycloakkeycloak | maven build doesn t recognize jdk 1 7 api violation | Enhancement | description the maven build run with jdk 11 and some module still claim want to bei jdk 7 compatible by use jdk 11 to build it miss when java add a new api in jdk 8 11 the code still compile still it will fail when run on jdk 7 to prevent this keycloak should apply a tool like in its bu... |
keycloakkeycloak | add merge task optimization to concurrenthashmapkeycloaktransaction delete | Enhancement | description add merge task optimization to concurrenthashmapkeycloaktransaction delete string key method to prevent unnecessary task to be commit discussion no response motivation no response detail no response |
keycloakkeycloak | ux review move add step and add sub flow to the top of the table in the authentication detail page | Bug | describe the bug as show in the screenshot below we can move the add step and add sub flow to the top of the table in addition these button be both secondary button version admin new ui expect behavior no response actual behavior no response how to reprodu... |
keycloakkeycloak | routabletab do not work on non master realm | Bug | describe the bug tab be not selectable or clickable version 17 |
keycloakkeycloak | temporary directory opt keycloak bin datum tmp do not exist and it be not possible to create it | Bug | describe the bug use docker image keycloak keycloak 17 0 0 I get an error at runtime version 17 0 0 expect behavior I should not get an error actual behavior keycloak fail with the follow stack trace 2022 03 18 18 06 27 624 error org keycloak service error... |
keycloakkeycloak | user attribute mapping not work when userstorageprovider set to no cache | Bug | describe the bug when I add a user attribute mapping to a client the attribute s value do show up in the user info when the userstorageprovider have a cache policy of no cache version 17 0 0 expect behavior when I add a user attribute mapping to a client and check the add to useri... |
keycloakkeycloak | user s property not visible with userstorageprovider s cache policy set to default | Bug | describe the bug when register a custom userstorageprovider in the user federation section of keycloak unless its cache policy be set to no cache a user s property be not display version 17 0 0 expect behavior no matter what cache policy I choose the user s property be display ac... |
keycloakkeycloak | message property aren t get parse in utf 8 | Bug | describe the bug render message from property file within freemarker template with msg doesn t happen in utf 8 so for special character output will be how come utf 8 isn t default version 15 0 2 expect behavior in message prop... |
keycloakkeycloak | update quarkus to 2 7 5 | Enhancement | description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 7 5 final so we have to update keycloak underlie quarkus distribution to the new version note don t forget t... |
keycloakkeycloak | re augmentation be record runtime property as runtime default value | Bug | describe the bug during augmentation quarkus resolve runtime property use during the augmentation e g build other than env variable and set they as runtime default value these property be record and available from a generate config source call specify runtime default value because of th... |
keycloakkeycloak | keycloak js fail to load from the ui when behind a reverse proxy and kc proxy edge | Bug | describe the bug in the frontend authurl and authserverurl should respect the setting of kc proxy to edge mode and should probably use the x forward proto instead of the request protocol to construct the url for frontend request this initial result of this be in the template the url for the keycl... |
keycloakkeycloak | realm setting key key list filter dropdown be break | Bug | describe the bug when select a value from the filter dropdown the selection only work on initial select and a new value can not be select version 17 |
keycloakkeycloak | introduce an additional dependency scanner for keycloak | Enhancement | description dependabot have be help we to keep most of our dependency up to date for a long time although accuracy and completeness of vulnerability database be the key strength for sca tool leverage on more than one sca tool in order to not miss any know vulnerability can help we to stay up to da... |
keycloakkeycloak | keycloak quarkus distribution fail to start use h2 on openshift | Bug | describe the bug due to the default security context in openshift keycloak distribution fail to start with h2 database both in mem and on file since the datum folder doesn t exist version late expect behavior no response actual behavior no response how to reproduce ... |
keycloakkeycloak | persist session in jdbc store without use external infinispan cluster | Enhancement | description we need to store session in a jdbc store but the flag skip cache store have be introduce in commit keycloak 4187 add usersession support for cross dc prevent write in the store thomas darimont have propose a patch in a previous discussion and mposolda seem to approve the idea to ... |
keycloakkeycloak | permanent version in main to prevent update after release | Enhancement | description at the moment we have 18 0 0 snapshot in the pom which be be update after every release this be not really need and a lot of project just use 999 snapshot as a permanent version in main prs for individual repository which should be the place to discuss how to tackle this for each ... |
keycloakkeycloak | keycloak 17 multi cluster docker infinispan caches config | Bug | describe the bug I host my keycloak behind aws alb I e alb keycloak the problem be when I just use 1 keycloak container it work fine but when I use 3 keycloak as cluster it will have some problem like cor or 401 error get 401 or access to xmlhttprequest at from... |
keycloakkeycloak | attestation conveyance verification with yubikey | Bug | describe the bug disclaimer this might be a bug or might be a fix issue from a previous version which now be cause the error the questioning behind the classification be explain in the description of the possible bug description when try to use direct as attestation conveyance keycloak r... |
keycloakkeycloak | ux review update the search form on the authorization resource page | Bug | describe the bug there be some fine tuning about search for resource in the client authorization page as show in the screenshot below here be the design proposal 1 the type should be a dropdown 2 the associate permission be miss 3 the clear button should be the reset button ... |
keycloakkeycloak | user create button be disabled in create user screen | Bug | describe the bug create button be disabled on create user screen version 17 |
keycloakkeycloak | do not store undefined value in store | Enhancement | close 10744 this pr change the new store to not include undefined value in the store for example if we have a field with the type map any key that be map to a null value win t be include in the store the same be true also for collection maprealmentityimpl mapcomponententityimpl |
keycloakkeycloak | turkish character problem | Bug | describe the bug when user register with identity provider linkedin name and surname apper like ahin should be ahin this problem doesn t occur while register via google and facebook version 17 0 0 expect behavior surname should be ahin actual behavior surname appear as... |
keycloakkeycloak | rolestorageprovider do not get pick up by keycloak | Bug | describe the bug I have implement a rolestorageprovider and register it in meta inf service I can see that it get load when I start keycloak however after I log in and head to the role section I can neither see nor search for the role the provider be suppose to import I try to set breakpoint in a... |
keycloakkeycloak | officialy support new version of postgresql | Enhancement | description base on the documentation image only the version 10 of postgresql be officialy support this be quite an old version and even the associated jdbc driver seem also very old for kc legacy vs version all would it be possible to suppport new version of postgresql es... |
keycloakkeycloak | hang detection timeout kick in operator test | Bug | describe the bug the default timeout be 10 minute and sometimes it kick in version next expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | replace operation set wrong lifespan in remote infinispan database and lead to session eviction | Bug | describe the bug hi this discussion describe the bug and lead to fix it to sum up here new session lifespan get corrupt in database set in past when try to refresh it and session entry be evict from infinispan database technical stack keycloak 17 0 0 legacy wildfly w... |
keycloakkeycloak | client authorization evaluate incorrect empty state | Bug | describe the bug when a both key value be provide for the resource and authentication scope field the result of the resource evaluation show an empty state rather than the evaluate resource version 17 expect behavior the resource should be show in the table actual behavio... |
keycloakkeycloak | ux review user can t select group in the realm settings client policy policy detail add condition page | Enhancement | describe the bug in the realm settings client policy policy detail add condition page if user select the client update source group as the condition type and then user can select some group in the field below can we fix it we have create a design proposal please refer to the link image ... |
keycloakkeycloak | ream setting user profile create attribute general setting section | Enhancement | description as per the old console set the require toggle to false should hide the require for and require when field design discussion no response motivation no response detail no response |
keycloakkeycloak | ream setting user profile create attribute editing attribute | Bug | describe the bug the editing attribute hasn t be implement yet version 17 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ream setting user profile create attribute validation section | Bug | describe the bug there be two issue that need address 1 add validation be not be detect as form value and can not be send to the be when click create btn on create attribute page 2 delete validation be not implement yet version 17 0 0 expect behavior add validation can be send ... |
keycloakkeycloak | ream setting user profile create attribute permission section | Bug | describe the bug permission section checkboxe don t send admin and or user value when select to the be additional logic be require for this design version 17 0 0 expect behavior checkboxe send require value to be design be implement actual behavior no respons... |
keycloakkeycloak | the user be not importet to keycloak 17 from keycloak 12 | Bug | describe the bug hello every body I have update keycloak from version 12 to version 17 every thing work fine except the list of the user under user in realm master when I click on the user tab every thing hang I hope that you can see the screenshot that I add here could someone please help I ... |
keycloakkeycloak | capacity to change hibernate dialect | Bug | describe the bug be not possible to change the dialect of oracle database version 17 0 0 expect behavior be capable to change the currrent dialect through the command above sudo opt keycloak 17 0 0 bin kc sh build db oracle metric enable true cache confi... |
keycloakkeycloak | introduce codeql analysis | Enhancement | description github offer codeql as the standard build in static analysis tool to detect known vulnerability pattern into the codebase other feature of code analysis include reliability issue code that can lead to memory leak introduce xss code bad practice or the usage of weak cryptographic algorithm ... |
keycloakkeycloak | keycloak 17 can not get clientsecret through keycloak admin client | Bug | describe the bug it do not return clientresource correctly version 17 0 0 expect behavior return client secret in credentialrepresentation class actual behavior resteasy004530 could not find a method for public abstract java util collection org jboss resteasy client jaxrs intern... |
keycloakkeycloak | attribute field can be store with empty value in some case | Enhancement | description in some case like l39 it be possible to store entry with an empty value it be possible to store empty value in three way null empty list list contain one null item we should ideally avoid store entry with an empty value however if this be necessary we should have all p... |
keycloakkeycloak | keycloak doesn t work with certain password postgre | Bug | describe the bug use the password y3xc8 vpz8w rrsf7x za5d keycloak be unable to connect to my postgre specifically postgre 14 database after verify the password be indeed correct via cmdline pgsql I believe this may have to do with there be a or two in the string change the password on th... |
keycloakkeycloak | keycloak 17 quarkus issue with connection to remote infinispan | Bug | describe the bug hi I be try to setup basic configuration with remote infinispan cache my cache ispn xml file look as below true org keycloak cluster infinispan keycloakhotrodmarshallerfactory true org keycloak cluster infinispan keycloakhotrodmarshallerfactory... |
keycloakkeycloak | polish the operator code | Enhancement | rename package rename test class review public api contract the crd |
keycloakkeycloak | change the start command to run auto build by default | Enhancement | description see discussion motivation no response detail no response |
keycloakkeycloak | use schemaswap instead of shell script for realm crd generatio | Enhancement | remove the current workaround and rely purely on fabric8 generator schemaswap |
keycloakkeycloak | ux review there be no create attribute page in the user profile function | Bug | describe the bug as show in the screenshot below there be no create attribute page on the user profile page here be the design link fyi version admin new ui expect behavior no response actual behavior no response how to reproduce no response anything... |
keycloakkeycloak | kc 17 quarkus admin console redirect to https mode when run as edge proxy | Bug | describe the bug kc redirect all admin console request to https even though the instance be configure to run as an edge proxy node kc proxy edge version 17 quarkus expect behavior all endpoint include admin be accessible via http when kc proxy edge actual behavior navig... |
keycloakkeycloak | keycloak 17 quarkus no suitable driver find for jdbc postgresql | Bug | describe the bug I m try to run the container keycloak with a postgresql database but the server doesn t start because the driver be not find I ve check previously create ticket but I do have the env kc db postgre line and still do not work version 17 0 0 expect behavior work postgresql driver... |
keycloakkeycloak | oracle database test fail in server pipeline | Bug | describe the bug run 1311 of the server pipeline reveal some failure on oracle when run the db test most they fail with a socket read timeout so they might be just transient failure this be the list of test that fail only on oracle succeed on all other dbs org keycloak testsuite adapter ... |
keycloakkeycloak | authenticationflowcallbackprovidert errorwithcustomprovider fail with various dbs | Bug | describe the bug this be spot during the late keycloak server pipeline run when run the db test the authenticationflowcallbackprovidertest errorwithcustomprovider fail in non deterministic way for some dbs each run see the test fail with different dbs here s the error message stacktrace ... |
keycloakkeycloak | keycloak quarkus smallrye liveness probe already complete error | Bug | describe the bug we finally have keycloak 17 0 0 quarkus run with all our customize code so migrate from wildfly to quarkus we only do see 1 strange issue the liveness probe sometimes few time a hour give an error but it doesn t seem to effect the pod run why do we get this error ... |
keycloakkeycloak | failure to upload the sarif file on pull request | Bug | describe the bug the recent change in the codeql workflow include the usage of codeql cli the workflow be test extensively in a separate organization call keycloak poc and prove to work we attempt to apply similar policy use in the keycloak organization to the poc environment but unfortunately some ... |
keycloakkeycloak | update the server to use resteasy reactive | Enhancement | description accordingly to geoand application use quarkus resteasy reactive should still benefit from a well startup time runtime performance and memory footprint even though not use reactive style semantic most importantly application use resteasy classic should be able to move to quarku... |
keycloakkeycloak | publish directly to sonatype ossrh | Enhancement | description we have have a long history of issue with jboss nexus where it have be down slow or the sync to maven central have fail and be switch to publish directly to sonatype ossrh instead discussion no response motivation no response detail no response |
keycloakkeycloak | rollup js complain about the use of eval in one of keycloak js s dependency | Bug | describe the bug when perform a build with rollup of a project contain keycloak js you get the follow message use of eval be strongly discourage as it pose security risk and may cause issue with minification eval be use in the library js sha256 which be a dependency of keycloak js th... |
keycloakkeycloak | ux review change the save password to set password in user credential page | Bug | describe the bug as show in the screenshot below the button should be set password instead of save password version admin new ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review some fine tuning of the credential table of the user | Bug | describe the bug there be some fine tuning of the credential table as show in the screenshot below 1 the handler should be disable in there be only one credential 2 the password credential have a default label name my password therefore after create the password there should be a label nam... |
keycloakkeycloak | ux review some fine tuning of the password policy in the authentication policy page | Bug | describe the bug there be some fine tuning of the password policy page as show in the screenshot below 1 each label of the field should have a tooltip 2 hash algorithm should be a dropdown for more detail please refer to the design link version admin new ui expect beha... |
keycloakkeycloak | mismatch between resteasy dependency on operator and quarkus distribution | Enhancement | description I notice that we have a mismatch between the version use on the operator and quarkus it would be nice if we manage to keep those version align and also upgrade those version at the main pom file if possible meanwhile the short term solution be to update the resteasy version in the operator ... |
keycloakkeycloak | keycloak 17 http relative path not support in production mode | Bug | describe the bug attempt to start the version 17 container use the http relative path option to add auth back into the path I see an unknown option error I m try to start the container like this podman run name keycloak d p 8080 8080 p 8443 8443 e keycloak a... |
keycloakkeycloak | make webauthn feature default for the product version | Enhancement | description in order to fully support webauthn for the product version it s necessary to make the feature default instead of preview mode |
keycloakkeycloak | operator example with keycloak 17 0 0 quarkus version | Bug | describe the bug hello colleague we have difficulty to find a good example for use the kc operator with the quarkus v17 0 0 be there any example which be more extensive we want to use 3 instance and activate the clustering can we already use the operator with v17 0 0 quarkus edition cause we w... |
keycloakkeycloak | keycloak admin console not available | Bug | describe the bug I have instal keycloak with quarkus distribution server start successfully on port 8080 with kc sh start dev when I access the web ui I click on administration console it redirect I to admin but port change from 8080 to 80 there be no reverse proxy configuration that ... |
keycloakkeycloak | ux review the mapper type should be alphabetically list in the mapper tab of identity provider | Bug | describe the bug in the identity provider openid connect provider detail page mapper tab mapper creation page the mapper type should be alphabetically list and the select type should be mark by the version admin new ui expect behavior no response actual beha... |
keycloakkeycloak | update quarkus to 2 7 4 | Enhancement | description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 7 4 final so we have to update keycloak underlie quarkus distribution to the new version note don t forget to ... |
keycloakkeycloak | keycloak quarkus nullpointer exception during registration via anchor link in login page | Bug | we migrate to keycloak quarkus which introduce a bug nullpointer in our buildpage method of our custom registrationusercreation normally you can use getdecodedformparameter in all formaction implementation in the keycloak default registrationusercreation this method be also use in validate but the bui... |
keycloakkeycloak | update to liquibase 4 8 0 | Bug | close 10678 this version need to be productize internally check with martin kanis x licence need to be update see the 4 6 2 upgrade as an example x run the db migration test in the pipeline run also the db test wouldn t hurt do by sguilhen |
keycloakkeycloak | update to liquibase 4 8 0 | Bug | description update to liquibase 4 8 0 quarkus be already use liquibase 4 8 0 l161 it should be safe for we to update if we don t have any break change consider that the late release fix a couple of bug discussion no response motivation no response detail ... |
keycloakkeycloak | kerberos user federation create a user that do not exist when username include | Bug | describe the bug when try to log in with a username include kerberos user federation create a user that do not exist in keycloak version 17 0 0 expect behavior kerbero user federation do not create user whose user name include actual behavior the user be add wh... |
keycloakkeycloak | kerberos user federation create a user that do not exist | Bug | describe the bug when communication with the kerbero server time out kerbero user federation create a user in keycloak even if the user do not exist version 17 0 0 expect behavior when communication with the kerbero server time out kerbero user federation throw modelexception and do not add ... |
keycloakkeycloak | adjust flow when client policy be disable | Enhancement | description ensure that after deactivate the secret rotation policy after request a new secret it do not have rotation information discussion no response motivation no response detail no response |
keycloakkeycloak | add secret rotation to jwtclientsecretauthenticator | Enhancement | description update the flow provide by jwtclientsecretauthenticator with client secret rotation discussion no response motivation no response detail no response |
keycloakkeycloak | kc sh build option help all not find | Bug | describe the bug call bin kc sh build help give back in last output line the hint about kc sh build help all create a new and optimize server image usage kc sh build option by do that you have an additional overhead when the server be start use kc sh build ... |
keycloakkeycloak | ux review user can t edit the attribute group in user profile | Bug | describe the bug as show in the screenshot below there be an error alter pop up after edit the attribute group and save the change it be not correct so please check and fix it thank version admin new ui expect behavior no response actual behavior no response how... |
keycloakkeycloak | review the fail over logic of the controller and remove workaround | Enhancement | description the keycloak ci get affect by a race condition in josdk the follow up pr to fix the ci introduce 3 level of mitigation disable generationawareeventprocessing to avoid trigger the bug introduce a fail over reconciliation mechanism to reschedule the execution more aggressi... |
keycloakkeycloak | localization get endpoint of sub realm cause http 500 unknown error when use a token issue by master realm | Bug | describe the bug the during follow code adminpermission realm session auth adminauth isadmin the user s session be search at the sub realm even if the user have a token issue by the master realm so the user session could not be find and a npe be throw 2021 12 02 14 22 26 793 error ... |
keycloakkeycloak | can t import the name export sha256 from non ecmascript module only default export be available | Bug | describe the bug keycloak js version 17 0 0 typescript version 4 5 2 graphql version 15 6 1 also try with keycloak js version 16 0 0 as well as 6 0 1 version 17 0 0 expect behavior no response actual behavior no response how to reproduce no response a... |
keycloakkeycloak | update quarkus distribution to 2 7 3 | Enhancement | description to stay up to date and catch possible update problem early on we want the upstream distribution to use the current version quarkus use current quarkus upstream version be 2 7 3 final so we have to update keycloak underlie quarkus distribution to the new version note don t forget to ... |
keycloakkeycloak | keycloak 17 in docker no suitable driver find when pass db info as environment variable | Bug | describe the bug I have a very basic docker file which I m use to stand up keycloak with dockerfile from quay io keycloak keycloak 17 0 0 I then build it like so console cd iam docker network create ori iam network docker run d name ori iam db net o... |
keycloakkeycloak | keycloak admin ui drop https port if hostname be use | Bug | describe the bug if I do docker run name keycloak e keycloak admin admin e keycloak admin password admin p 8543 8443 v pwd target class server keystore jks etc server keystore jks quay io keycloak keycloak 17 0 0 start hostname localhost https key store file etc server keyst... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.