repository stringclasses 156 values | issue title stringlengths 1 1.01k ⌀ | labels stringclasses 8 values | body stringlengths 1 270k ⌀ |
|---|---|---|---|
keycloakkeycloak | placeholder in keycloak property do not get substitute at runtime after a build | Bug | describe the bug 0 use a keycloak property file like this prod db username my db username prod db password my db password 1 run kc sh profile prod build 2 change the correspond my db password environment variable and the password if you want 3 run kc sh start version 16 1 0 expect behavior new value from the newly set environment variable be use actual behavior old value from last build be use how to reproduce see description anything else this be due to the fact that persist property have a high ordinal than property file so the placeholder substitution get again overwrite before apply the configuration |
keycloakkeycloak | validation for ciba bind message parameter | Enhancement | description the ciba specification mention this about bind message parameter in this section rfc section 7 1 because the various device involve may have limit display ability and the message be intend for visual inspection by the end user the bind message value should be relatively short and use a limited set of plain text character the invalid bind message define in section 13 be use in the case that it be necessary to inform the client that the provide bind message be unacceptable keycloak currently allow any bind message but it may be well to limit this accord to the specification for example some other fapi ciba certify provider authlete raidiam have limitation on the bind message to be limit in length and have only plain text character like this regex a za z0 9 1 50 moreover change it this way will help to have fapi ciba automate conformance testsuite work without restriction on the bind message the automate test fapi ciba id1 ensure authorization request with potentially bad bind message be currently fail in the automate testsuite and testsuite always need to be run manually to pass discussion no response motivation no response detail no response |
keycloakkeycloak | single client export import bug | Bug | describe the bug when you export a single client through the admin interface the client s role and their attribute do not appear in the export json and therefore be not import back when you need it version late release and every version I ve ever use expect behavior the json file should contain all the role and each role s attribute actual behavior the json file do not include the export client s role nor their attribute how to reproduce create a client with some role and give one or more role some attribute export that single client through admin interface and then try to import the file to another realm or instance anything else I have a pr that solve this issuecomment 1008853911 |
keycloakkeycloak | add configuration guide | Enhancement | description add configuration guide discussion no response motivation no response detail no response |
keycloakkeycloak | keycloak admin client provide logout method to tokenservice | Enhancement | description currently it s not possible to terminate the current session through an interface method from keycloak admin client discussion no response motivation gracefully shutdown a session through keycloak admin client detail |
keycloakkeycloak | client policy condition s negative logic configuration be not show in admin console s form view | Bug | describe the bug on admin console realm setting client policy policy form view create policy create condition we try to create any condition but negative logic setting be not show version 15 0 2 expect behavior every condition have negative logic set therefore we expect the negative logic setting be show if we try to any condition on form view actual behavior the negative logic setting be not show when we try to create any condition how to reproduce on admin console realm setting client policy policy form view create policy create condition create any condition anything else I ve already find out root cause of this issue every condition s factory class do not add negative logic set to property in its static initializer ui create automatically its form by read this property that do not include negative logic set workaround be as follow on admin ui open json editor and add be negative logic boolean field to condition s configuration |
keycloakkeycloak | token verification fail explanation | Bug | describe the bug keycloak give I the error response invalid token token verification fail when look at where this error be throw here l184 it just doesn t really clarify for I what part of this verification could possibly cause this to occur hence this issue I ve setup keycloak with docker compose alongside with traefik to use oauth2 for my symfony 6 application the idea be as follow user go to symfony app dashboard local connect keycloak in the application get redirect to keycloak development local to login with the correct realm user log in successfully and get redirect back to symfony app dashboard local connect keycloak check to authenticate the user far the exception invalid token token verification fail be throw find in the www authenticate header when dump the guzzle response the container for the application have access to keycloak through which be also setup as proxy in the knpuniversity oauth2 client bundle configuration configuration below the debug log from the keycloak container when refresh the page once after the error occur it show 2022 01 09t20 19 46 944103293 01 00 19 19 46 943 debug io undertow request default I o 7 match prefix path auth for path auth realms symfony app protocol openid connect auth 2022 01 09t20 19 46 944806903 01 00 19 19 46 944 debug org keycloak transaction jtatransactionwrapper default task 110 new jtatransactionwrapper 2022 01 09t20 19 46 944815769 01 00 19 19 46 944 debug org keycloak transaction jtatransactionwrapper default task 110 be exist false 2022 01 09t20 19 46 945286385 01 00 19 19 46 945 debug org jboss resteasy resteasy jaxrs i18n default task 110 resteasy002315 pathinfo realm symfony app protocol openid connect auth 2022 01 09t20 19 46 945985275 01 00 19 19 46 945 debug org hibernate resource transaction backend jta internal jtatransactioncoordinatorimpl default task 110 hibernate registeredsynchronization successfully register with jta platform 2022 01 09t20 19 46 946656434 01 00 19 19 46 946 debug org keycloak protocol oidc endpoint authorizationendpointchecker default task 110 pkce non support client 2022 01 09t20 19 46 946784342 01 00 19 19 46 946 debug org keycloak service util cookiehelper default task 110 auth session i d cookie find in the request header 2022 01 09t20 19 46 946802676 01 00 19 19 46 946 debug org keycloak service util cookiehelper default task 110 auth session i d cookie find in the cookie field 2022 01 09t20 19 46 946812163 01 00 19 19 46 946 debug org keycloak service manager authenticationsessionmanag default task 110 find auth session i d cookie with value 88d75eaa 0881 4c3b a301 8db2215dff8f 9612d0e401d0 2022 01 09t20 19 46 946995775 01 00 19 19 46 946 debug org keycloak service util cookiehelper default task 110 auth session i d cookie find in the request header 2022 01 09t20 19 46 946999011 01 00 19 19 46 946 debug org keycloak service util cookiehelper default task 110 auth session i d cookie find in the cookie field 2022 01 09t20 19 46 947014620 01 00 19 19 46 946 debug org keycloak service manager authenticationsessionmanag default task 110 find auth session i d cookie with value 88d75eaa 0881 4c3b a301 8db2215dff8f 9612d0e401d0 2022 01 09t20 19 46 947178405 01 00 19 19 46 947 debug org keycloak model session infinispan infinispanusersessionprovid default task 110 getusersessionwithpredicate 88d75eaa 0881 4c3b a301 8db2215dff8f remote cache not available 2022 01 09t20 19 46 947197040 01 00 19 19 46 947 debug org keycloak protocol authorizationendpointbase default task 110 send request to authz endpoint we don t have root authentication session with i d 88d75eaa 0881 4c3b a301 8db2215dff8f but we have usersession re create root authentication session with same i d client be symfony app client new authentication session tab i d mzgstxexvmc 2022 01 09t20 19 46 948066066 01 00 19 19 46 947 debug org keycloak authentication authenticationprocessor default task 110 authenticate 2022 01 09t20 19 46 948117792 01 00 19 19 46 947 debug org keycloak authentication authenticationprocessor default task 110 authenticate only 2022 01 09t20 19 46 949480308 01 00 19 19 46 949 debug org keycloak authentication defaultauthenticationflow default task 110 processflow browser 2022 01 09t20 19 46 949496509 01 00 19 19 46 949 debug org keycloak authentication defaultauthenticationflow default task 110 check execution auth cookie requirement alternative 2022 01 09t20 19 46 949498102 01 00 19 19 46 949 debug org keycloak authentication defaultauthenticationflow default task 110 authenticator auth cookie 2022 01 09t20 19 46 949498612 01 00 19 19 46 949 debug org keycloak authentication authenticationselectionresolver default task 110 go through the flow browser for add execution 2022 01 09t20 19 46 949499113 01 00 19 19 46 949 debug org keycloak authentication authenticationselectionresolver default task 110 go through the flow form for add execution 2022 01 09t20 19 46 949803330 01 00 19 19 46 949 debug org keycloak authentication authenticationselectionresolver default task 110 selection when try execution auth cookie authselection auth cookie authselection identity provider redirector authselection auth username password form 2022 01 09t20 19 46 949827935 01 00 19 19 46 949 debug org keycloak authentication defaultauthenticationflow default task 110 invoke authenticator authenticate auth cookie 2022 01 09t20 19 46 950864974 01 00 19 19 46 950 debug org keycloak authentication defaultauthenticationflow default task 110 authenticator success auth cookie 2022 01 09t20 19 46 951933903 01 00 19 19 46 951 debug org keycloak service manager authenticationsessionmanag default task 110 remove authsession 88d75eaa 0881 4c3b a301 8db2215dff8f expire restart cookie true 2022 01 09t20 19 46 953036686 01 00 19 19 46 952 debug org hibernate event internal abstractsaveeventlistener default task 110 generate identifier ac991232 7da4 4dda 8d0b 9278c69a9db2 use strategy org hibernate i d assign 2022 01 09t20 19 46 953624902 01 00 19 19 46 953 debug org keycloak service manager authenticationmanag default task 110 create login cookie name keycloak identity path auth realms symfony app max age 1 2022 01 09t20 19 46 953922866 01 00 19 19 46 953 debug org keycloak service manager authenticationmanag default task 110 expiring remember I cookie 2022 01 09t20 19 46 954099976 01 00 19 19 46 953 debug org keycloak service manager authenticationmanag default task 110 expire cookie keycloak remember I path auth realms symfony app 2022 01 09t20 19 46 954388191 01 00 19 19 46 954 debug org keycloak protocol oidc oidcloginprotocol default task 110 redirectaccesscode state ae1efdc171733835c8cf127ff3b7d94e 2022 01 09t20 19 46 956036658 01 00 19 19 46 955 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper commit 2022 01 09t20 19 46 956302463 01 00 19 19 46 956 debug org hibernate event internal abstractflushingeventlistener default task 110 processing flush time cascade 2022 01 09t20 19 46 956559531 01 00 19 19 46 956 debug org hibernate event internal abstractflushingeventlistener default task 110 dirty check collection 2022 01 09t20 19 46 956563158 01 00 19 19 46 956 debug org hibernate event internal abstractflushingeventlistener default task 110 flush 1 insertion 0 update 0 deletion to 1 object 2022 01 09t20 19 46 956893823 01 00 19 19 46 956 debug org hibernate event internal abstractflushingeventlistener default task 110 flush 0 re creation 0 update 0 removal to 0 collection 2022 01 09t20 19 46 956896799 01 00 19 19 46 956 debug org hibernate internal util entityprinter default task 110 list entity 2022 01 09t20 19 46 957085660 01 00 19 19 46 956 debug org hibernate internal util entityprinter default task 110 org keycloak event jpa evententity clientid symfony app client realmid symfony app ipaddress 192 168 47 1 i d ac991232 7da4 4dda 8d0b 9278c69a9db2 sessionid 88d75eaa 0881 4c3b a301 8db2215dff8f time 1641755986952 error null type login userid 5331df2e 0782 45ee 95f0 936bb7f6ef4e detailsjson auth method openid connect auth type code response type code redirect uri consent no consent require code i d 88d75eaa 0881 4c3b a301 8db2215dff8f response mode query username j doe 2022 01 09t20 19 46 957320337 01 00 19 19 46 957 debug org hibernate sql default task 110 2022 01 09t20 19 46 957322982 01 00 insert 2022 01 09t20 19 46 957323573 01 00 into 2022 01 09t20 19 46 957324124 01 00 public event entity 2022 01 09t20 19 46 957324645 01 00 client i d detail json error ip address realm i d session i d event time type user i d i d 2022 01 09t20 19 46 957325146 01 00 value 2022 01 09t20 19 46 957325627 01 00 2022 01 09t20 19 46 957480034 01 00 19 19 46 957 debug org jboss jca core connectionmanager pool strategy onepool default task 110 keycloakds getconnection null wrappedconnectionrequestinfo 6347b2ae username symfony app keycloak 0 20 2022 01 09t20 19 46 957662995 01 00 19 19 46 957 debug org jboss jca adapters jdbc local localmanagedconnectionfactory default task 110 java sql connection beginrequest have be invoke 2022 01 09t20 19 46 958051057 01 00 19 19 46 957 fine org postgresql jdbc pgconnection default task 110 setautocommit false 2022 01 09t20 19 46 958864040 01 00 19 19 46 958 debug org hibernate engine jdbc internal jdbccoordinatorimpl default task 110 skip aggressive release due to manual disable 2022 01 09t20 19 46 959044275 01 00 19 19 46 958 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from afterstatement 2022 01 09t20 19 46 959332391 01 00 19 19 46 959 debug org hibernate engine transaction internal transactionimpl default task 110 on transactionimpl creation jpacompliance isjpatransactioncomplianceenable false 2022 01 09t20 19 46 960675781 01 00 19 19 46 960 debug org jboss jca adapters jdbc local localmanagedconnectionfactory default task 110 java sql connection endrequest have be invoke 2022 01 09t20 19 46 960767011 01 00 19 19 46 960 debug org jboss jca core connectionmanager pool strategy onepool default task 110 keycloakds returnconnection 7c8fbde false 0 20 2022 01 09t20 19 46 960875793 01 00 19 19 46 960 fine org postgresql jdbc pgconnection default task 110 setautocommit true 2022 01 09t20 19 46 960992601 01 00 19 19 46 960 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from aftertransaction 2022 01 09t20 19 46 961114878 01 00 19 19 46 961 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper end 2022 01 09t20 19 46 961372227 01 00 19 19 46 961 debug org keycloak event default task 110 type login realmid symfony app clientid symfony app client userid 5331df2e 0782 45ee 95f0 936bb7f6ef4e ipaddress 192 168 47 1 auth method openid connect auth type code response type code redirect uri consent no consent require code i d 88d75eaa 0881 4c3b a301 8db2215dff8f response mode query username j doe authsessionparentid 88d75eaa 0881 4c3b a301 8db2215dff8f authsessiontabid mzgstxexvmc 2022 01 09t20 19 47 075840044 01 00 19 19 47 075 debug io undertow request default I o 1 match prefix path auth for path auth realms symfony app protocol openid connect token 2022 01 09t20 19 47 076115969 01 00 19 19 47 075 debug org keycloak transaction jtatransactionwrapper default task 110 new jtatransactionwrapper 2022 01 09t20 19 47 076122842 01 00 19 19 47 076 debug org keycloak transaction jtatransactionwrapper default task 110 be exist false 2022 01 09t20 19 47 076434592 01 00 19 19 47 076 debug org jboss resteasy resteasy jaxrs i18n default task 110 resteasy002315 pathinfo realm symfony app protocol openid connect token 2022 01 09t20 19 47 076904757 01 00 19 19 47 076 debug org hibernate resource transaction backend jta internal jtatransactioncoordinatorimpl default task 110 hibernate registeredsynchronization successfully register with jta platform 2022 01 09t20 19 47 076929954 01 00 19 19 47 076 debug org keycloak authentication authenticationprocessor default task 110 authenticate client 2022 01 09t20 19 47 076930976 01 00 19 19 47 076 debug org keycloak authentication clientauthenticationflow default task 110 client authenticator client secret 2022 01 09t20 19 47 076931567 01 00 19 19 47 076 debug org keycloak authentication clientauthenticationflow default task 110 client authenticator success client secret 2022 01 09t20 19 47 076932078 01 00 19 19 47 076 debug org keycloak authentication clientauthenticationflow default task 110 client symfony app client authenticate by client secret 2022 01 09t20 19 47 077146226 01 00 19 19 47 077 debug org keycloak model session infinispan infinispanusersessionprovid default task 110 getusersessionwithpredicate 88d75eaa 0881 4c3b a301 8db2215dff8f find in local cache 2022 01 09t20 19 47 077866767 01 00 19 19 47 077 debug org hibernate sql default task 110 2022 01 09t20 19 47 077868941 01 00 select 2022 01 09t20 19 47 077869482 01 00 clientscop0 i d as id1 12 0 2022 01 09t20 19 47 077869983 01 00 clientscop0 description as descript2 12 0 2022 01 09t20 19 47 077870464 01 00 clientscop0 name as name3 12 0 2022 01 09t20 19 47 077870955 01 00 clientscop0 protocol as protocol4 12 0 2022 01 09t20 19 47 077871416 01 00 clientscop0 realm i d as realm id5 12 0 2022 01 09t20 19 47 077871877 01 00 from 2022 01 09t20 19 47 077872347 01 00 public client scope clientscop0 2022 01 09t20 19 47 077872818 01 00 where 2022 01 09t20 19 47 077873329 01 00 clientscop0 i d 2022 01 09t20 19 47 077895581 01 00 19 19 47 077 debug org jboss jca core connectionmanager pool strategy onepool default task 110 keycloakds getconnection null wrappedconnectionrequestinfo 6347b2ae username symfony app keycloak 0 20 2022 01 09t20 19 47 077896593 01 00 19 19 47 077 debug org jboss jca adapters jdbc local localmanagedconnectionfactory default task 110 java sql connection beginrequest have be invoke 2022 01 09t20 19 47 078083410 01 00 19 19 47 078 fine org postgresql jdbc pgconnection default task 110 setautocommit false 2022 01 09t20 19 47 079070045 01 00 19 19 47 078 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from afterstatement 2022 01 09t20 19 47 079414125 01 00 19 19 47 079 debug org hibernate loader entity plan abstractloadplanbasedentityload default task 110 do entity load org keycloak model jpa entities clientscopeentity cb250c57 2aba 4c1a 9d34 0dd1daeabbf6 2022 01 09t20 19 47 081669051 01 00 19 19 47 081 debug org hibernate event internal abstractsaveeventlistener default task 110 generate identifier 982a9f13 720a 439c 995c ead673c4a344 use strategy org hibernate i d assign 2022 01 09t20 19 47 081674842 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 081675573 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 081676104 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 081676615 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 081681674 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 interceptor context org jboss resteasy core interception jaxrs serverwriterinterceptorcontext method proceed 2022 01 09t20 19 47 081682215 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 writerinterceptor org jboss resteasy security doseta digitalsigninginterceptor 2022 01 09t20 19 47 081682686 01 00 19 19 47 081 debug org jboss resteasy security doseta i18n default task 110 interceptor org jboss resteasy security doseta digitalsigninginterceptor method aroundwriteto 2022 01 09t20 19 47 081683157 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 interceptor context org jboss resteasy core interception jaxrs serverwriterinterceptorcontext method proceed 2022 01 09t20 19 47 081683648 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 081704427 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 081705399 01 00 19 19 47 081 debug org jboss resteasy resteasy jaxrs i18n default task 110 provider org jboss resteasy plugins provider jackson resteasyjackson2provider method writeto 2022 01 09t20 19 47 081898017 01 00 19 19 47 081 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper commit 2022 01 09t20 19 47 081900071 01 00 19 19 47 081 debug org hibernate event internal abstractflushingeventlistener default task 110 processing flush time cascade 2022 01 09t20 19 47 081900632 01 00 19 19 47 081 debug org hibernate event internal abstractflushingeventlistener default task 110 dirty check collection 2022 01 09t20 19 47 081901133 01 00 19 19 47 081 debug org hibernate event internal abstractflushingeventlistener default task 110 flush 1 insertion 0 update 0 deletion to 1 object 2022 01 09t20 19 47 081901634 01 00 19 19 47 081 debug org hibernate event internal abstractflushingeventlistener default task 110 flush 0 re creation 0 update 0 removal to 0 collection 2022 01 09t20 19 47 081902115 01 00 19 19 47 081 debug org hibernate internal util entityprinter default task 110 list entity 2022 01 09t20 19 47 081902746 01 00 19 19 47 081 debug org hibernate internal util entityprinter default task 110 org keycloak event jpa evententity clientid symfony app client realmid symfony app ipaddress 172 24 0 9 i d 982a9f13 720a 439c 995c ead673c4a344 sessionid 88d75eaa 0881 4c3b a301 8db2215dff8f time 1641755987081 error null type code to token userid 5331df2e 0782 45ee 95f0 936bb7f6ef4e detailsjson token i d 782dac21 2951 4c54 838e c192a107595d grant type authorization code refresh token type refresh scope profile symfony app scope role refresh token i d 321f2bfb 6267 40fd 9484 3c259791e4f1 code i d 88d75eaa 0881 4c3b a301 8db2215dff8f client auth method client secret 2022 01 09t20 19 47 082001480 01 00 19 19 47 081 debug org hibernate sql default task 110 2022 01 09t20 19 47 082003133 01 00 insert 2022 01 09t20 19 47 082003654 01 00 into 2022 01 09t20 19 47 082004175 01 00 public event entity 2022 01 09t20 19 47 082004696 01 00 client i d detail json error ip address realm i d session i d event time type user i d i d 2022 01 09t20 19 47 082005176 01 00 value 2022 01 09t20 19 47 082005677 01 00 2022 01 09t20 19 47 082892848 01 00 19 19 47 082 debug org hibernate engine jdbc internal jdbccoordinatorimpl default task 110 skip aggressive release due to manual disable 2022 01 09t20 19 47 082899370 01 00 19 19 47 082 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from afterstatement 2022 01 09t20 19 47 082902226 01 00 19 19 47 082 debug org hibernate engine transaction internal transactionimpl default task 110 on transactionimpl creation jpacompliance isjpatransactioncomplianceenable false 2022 01 09t20 19 47 083583243 01 00 19 19 47 083 debug org jboss jca adapters jdbc local localmanagedconnectionfactory default task 110 java sql connection endrequest have be invoke 2022 01 09t20 19 47 083587892 01 00 19 19 47 083 debug org jboss jca core connectionmanager pool strategy onepool default task 110 keycloakds returnconnection 7c8fbde false 0 20 2022 01 09t20 19 47 083588473 01 00 19 19 47 083 fine org postgresql jdbc pgconnection default task 110 setautocommit true 2022 01 09t20 19 47 083589004 01 00 19 19 47 083 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from aftertransaction 2022 01 09t20 19 47 083589565 01 00 19 19 47 083 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper end 2022 01 09t20 19 47 083606817 01 00 19 19 47 083 debug org keycloak event default task 110 type code to token realmid symfony app clientid symfony app client userid 5331df2e 0782 45ee 95f0 936bb7f6ef4e ipaddress 172 24 0 9 token i d 782dac21 2951 4c54 838e c192a107595d grant type authorization code refresh token type refresh scope profile symfony app scope role refresh token i d 321f2bfb 6267 40fd 9484 3c259791e4f1 code i d 88d75eaa 0881 4c3b a301 8db2215dff8f client auth method client secret 2022 01 09t20 19 47 089985315 01 00 19 19 47 089 debug io undertow request default I o 1 match prefix path auth for path auth realms symfony app protocol openid connect userinfo 2022 01 09t20 19 47 090234769 01 00 19 19 47 090 debug org keycloak transaction jtatransactionwrapper default task 110 new jtatransactionwrapper 2022 01 09t20 19 47 090236863 01 00 19 19 47 090 debug org keycloak transaction jtatransactionwrapper default task 110 be exist false 2022 01 09t20 19 47 090400027 01 00 19 19 47 090 debug org jboss resteasy resteasy jaxrs i18n default task 110 resteasy002315 pathinfo realm symfony app protocol openid connect userinfo 2022 01 09t20 19 47 090592745 01 00 19 19 47 090 debug org hibernate resource transaction backend jta internal jtatransactioncoordinatorimpl default task 110 hibernate registeredsynchronization successfully register with jta platform 2022 01 09t20 19 47 091644923 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 091649061 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 091649652 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 091650173 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 091650684 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 interceptor context org jboss resteasy core interception jaxrs serverwriterinterceptorcontext method proceed 2022 01 09t20 19 47 091651194 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 writerinterceptor org jboss resteasy security doseta digitalsigninginterceptor 2022 01 09t20 19 47 091693503 01 00 19 19 47 091 debug org jboss resteasy security doseta i18n default task 110 interceptor org jboss resteasy security doseta digitalsigninginterceptor method aroundwriteto 2022 01 09t20 19 47 091695086 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 interceptor context org jboss resteasy core interception jaxrs serverwriterinterceptorcontext method proceed 2022 01 09t20 19 47 091701027 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy core providerfactory sortedkey 2022 01 09t20 19 47 091701588 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 messagebodywriter org jboss resteasy plugins provider jackson resteasyjackson2provider 2022 01 09t20 19 47 091702099 01 00 19 19 47 091 debug org jboss resteasy resteasy jaxrs i18n default task 110 provider org jboss resteasy plugins provider jackson resteasyjackson2provider method writeto 2022 01 09t20 19 47 091714723 01 00 19 19 47 091 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper commit 2022 01 09t20 19 47 091850074 01 00 19 19 47 091 debug org hibernate engine transaction internal transactionimpl default task 110 on transactionimpl creation jpacompliance isjpatransactioncomplianceenable false 2022 01 09t20 19 47 091852790 01 00 19 19 47 091 debug org hibernate resource jdbc internal logicalconnectionmanagedimpl default task 110 initiate jdbc connection release from aftertransaction 2022 01 09t20 19 47 091866154 01 00 19 19 47 091 debug org keycloak transaction jtatransactionwrapper default task 110 jtatransactionwrapper end 2022 01 09t20 19 47 091876924 01 00 19 19 47 091 warn org keycloak event default task 110 type user info request error realmid symfony app clientid null userid null ipaddress 172 24 0 9 error invalid token auth method validate access token 2022 01 09t20 19 49 238237955 01 00 19 19 49 237 debug org keycloak transaction jtatransactionwrapper timer 2 new jtatransactionwrapper 2022 01 09t20 19 49 238259445 01 00 19 19 49 238 debug org keycloak transaction jtatransactionwrapper timer 2 be exist false 2022 01 09t20 19 49 238379810 01 00 19 19 49 238 debug org keycloak transaction jtatransactionwrapper timer 2 jtatransactionwrapper commit 2022 01 09t20 19 49 238382635 01 00 19 19 49 238 debug org keycloak transaction jtatransactionwrapper timer 2 jtatransactionwrapper end 2022 01 09t20 19 49 238383316 01 00 19 19 49 238 debug org keycloak service schedule scheduledtaskrunner timer 2 execute schedule task abstractlastsessionrefreshstorefactory lambda 1953 0x000000084155d440 version 16 1 0 expect behavior no token verification failure or add a more descriptive reason for fail actual behavior invalid token token verification fail how to reproduce setup docker compose keycloak 16 1 0 with postgre 14 alpine traefik 2 5 php 8 1 with symfony 6 include the knpuniversity oauth2 client bundle and stevenmaguire oauth2 keycloak librarie anything else more information can be find in this so issue I ve create in a desperate attempt to find a solution |
keycloakkeycloak | realm role role name be clear when attribute be add | Bug | describe the bug there be a few bug in the realm role section when a new realm role be create it take you to the detail tab the name and description in this form do not get populate with the datum for the new realm role when an attribute be add to the a realm role the name attribute be set to at save if you navigate back to the role list the link be no long clickable because the realm name have be replace with an empty string version 16 1 expect behavior detail tab should be populate with the field value from the server role name should not be clear on attribute save how to reproduce see above anything else be work on update to the attributesinput component in another issue and discover these bug investigate |
keycloakkeycloak | break search of group subgroup in admin ui | Bug | describe the bug with group subgroup configuration the group search by name be render incorrect result its impossible to select want group so it prevent from edit or add the user to such group version 16 1 0 expect behavior I should be able to search for a give group eg manager and then I should be able to select it so it can be edit or user can be add to such group that be work in v15 0 2 actual behavior search be render incorrect result for example with this hierarchy of group with subgroup search for manager render the list of top level group not the group I want to find this issue also happen on the user group management make it impossible to add user to a manager group how to reproduce create a structure of group and subgroup and then search for the subgroup anything else no response |
keycloakkeycloak | otp base32 decode improvement | Enhancement | description while work on a migration of several thousand of exist user from another authentication system into keycloak I be task with migrate all exist user s google one time password otp I think I have find a potential deficiency in the way that keycloak implement otp all other system I find take the secret and base32 decode the value when generate the otp this decoding create a binary value instead of a 32 character string keycloak take a base32 secret store it in the db and generate a time base code off the base32 encode value in practice this mean I can not migrate any of my otp datum into the system because the datum be use verbatim from db storage discussion motivation this result in a problem migrating system into keycloak have to drop use of otp temporarily while migrate and ask everyone to re register otp after migration this be not good for security detail below be some reference to other otp implementation I find several other library as well all do the same thing rather than be bore with detail I d like to suggest that keycloak should change to do the same thing it be a break change though it will invalidate all previously generate otps java l121 php l272 as I say I uncover this while attempt to migrate otp datum from another system into keycloak these other system take the base32 value then decode it and use its unencoded binary value when validate the otp an example of the dilemma be worth a lot hfi7qhu7s5bo3zz3doiptus4 be the 32bit secret from the other system to use it in keycloak it must be a verbatim value ergo the value must be decode before insert into storage hfi7qhu7s5bo3zz3doiptus4 decode be equal to 9q b which become update credential set secret datum value 9q b where i d 463da4e3 160a 45b0 9269 4647db7ff2 which result in sqlstate 22007 invalid datetime format 1366 incorrect string value xf8 x1e x9f x97b xe for column keycloak credential secret datum at row 1 |
keycloakkeycloak | hard code message within account console v2 | Bug | describe the bug the delete account message be hard code within the accountpage js version 16 1 0 expect behavior the hardcode string should be replace with msg localize deleteaccount actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | debian 11 fail to start keycloak | Bug | please delete |
keycloakkeycloak | support kerbero realm filter on ldap provider | Enhancement | tl dr support a configuration on ldap provider which would specify which kerbero realm s be handle by give ldap provider original description follow describe the bug keycloak 7009 keycloak support multiple kerbero realm with keycloak 3842 but it do not work with the follow situation closing reason closing as duplicate of keycloak 6225 although the step to reproduce be really nice and will help when we start work on keycloak 6225 which be not clear when it will be keycloak 6225 in a scenario where multiple user storage provider be configure and you have 2 ldap provider configure against kerberos realm assume both use same keytab file keycloak ideally should look up after the user be authenticate in each one follow priority order until find it for example in a scenario where we have two provider ldap a and ldap b if the user couldn t be find in the first one keycloak would look up in ldap b today if the user couldn t be find in the first one the authentication flow stop and return an authentication error to the client closing reason issue be be close as out of date due to lack of work on this issue I make a pr a while ago after ask on the mailing list I can update it if you want version 15 1 1 expect behavior user should be log in on the correct ldap improvement plan I think keycloak should search the ldap which be extract from the user principal I think active directory have a lot of configuration such as global catalog so the inprovement plan should be discuss much here actual behavior 1 I find user002 and user003 can not do the desktop single sign on keycloak judge error when kerbero authenticatin be succede and keycloak can not find the user information from the ldap provider server log 2018 03 16 17 39 47 233 warn org keycloak storage ldap ldapstorageprovider default task 13 kerbero spnego authentication succeed with username user002 but couldn t find or create user with federation provider aaa com 2 when the ccc com user001 log in to the window domain desktop sso succeed but the keycloak get the wrong user information aaa com user001 keycloak get the user principal but keycloak extract just user001 and search the user information without use ccc com how to reproduce situation I have the multiple kerbero realm active directory environment attach I want to implemet a desktop single sign on use ldap provider active directory set domain controller aaa com ktpass out keycloak http keytab aaa princ http ptype krb5 not principal mapuser keycloak pass p ssw0rd domain controller ccc com ktpass out keycloak http keytab ccc princ http ptype krb5 not principal mapuser keycloak pass p ssw0rd keycloak set keycloak user federation 1 aaa com priority 0 key value username ldap attribute samaccountname connection url ldap aaa com allow kerberos authentication on kerberos realm aaa com server principal http keytab opt keytab keycloak http keytab aaa 2 bbb com priority 10 key value username ldap attribute samaccountname connection url ldap bbb com allow kerberos authentication on kerberos realm bbb com server principal http keytab opt keytab keycloak http keytab aaa 3 ccc com priority 20 key value username ldap attribute samaccountname connection url ldap ccc com allow kerberos authentication on kerberos realm ccc com server principal http keytab opt keytab keycloak http keytab ccc thumb 12433272 anything else no response |
keycloakkeycloak | multiple active tab when realm name equal name of tab in admin console | Bug | describe the bug when realm name be the same like name of tab in admin console then the particular tab be also active for term name of tab I mean the specific endpoint name for the tab it s relate to all tab in admin console relate pr keycloak 5906 for instance adminconsoleclientbug version 16 0 0 expect behavior the active tab in admin console menu should be only the specify one actual behavior there be two active tab in admin console the current one and relate to the tab endpoint how to reproduce create realm with name client check if the client tab be also active anything else no response |
keycloakkeycloak | use bulk delete in hotrod store | Enhancement | description currently we be remove entity one by one however in inifnispan 13 x it should be possible to use bulk delete delete statement discussion no response motivation no response detail no response |
keycloakkeycloak | admin ui sort the realm localization text alphabetically | Enhancement | description sort the realm localization text alphabetically at the keycloak admin ui so it be easy to find specific entry discussion no response motivation no response detail no response |
keycloakkeycloak | alway doesn t have the header access control allow origin | Bug | describe the bug I use spring boot 2 6 2 with keycloak use keycloak adapter spring security config i m application yaml keycloak realm zuzul auth server url ssl require none resource zuzul product private credential secret e5bbxhj5rindg3jtz7ud0pfnjxrecgm0 use resource role mapping true bearer only true cor true cor max age 0 cor allow method post put delete get option cor allow header x request with content type authorization origin accept access control request method access control request header I setup keycloaklike this image but when I dummy test in js client it still get something wrong here image my code in js client const jwt eyjhbgcioijsuzi1niisinr5ccigoiaislduiiwia2lkiia6icjft2douxfrlwdlu0v4wnrtm3rwtxk3tjdnsjj0q2hpuuk1txbvt1hqdtdvin0 eyjlehaioje2nde1mjy2mtmsimlhdci6mty0mtuynjmxmywianrpijoinjhmmmm2zdatndczms00mgvjlthhntytnmy1zgi3zmqymzfkiiwiaxnzijoiahr0cdovl2xvy2fsag9zddo4mdgwl2f1dggvcmvhbg1zl3p1envsiiwiyxvkijpbinjlywxtlw1hbmfnzw1lbnqilcj6dxp1bc1wcm9kdwn0lxbyaxzhdguilcjicm9rzxiilcjhy2nvdw50il0sinn1yii6ijc0yjkyndbmltm2odgtndqzns1hogeylwfjymq3zmm4zdu5nsisinr5cci6ikjlyxjlciisimf6cci6imfkbwlulwnsasisinnlc3npb25fc3rhdguioijlnwnhzmflzc05mge3ltrlzwytodmxmy00nwy3zda3zwexnjgilcjhy3iioiixiiwicmvhbg1fywnjzxnzijp7injvbgvzijpbimrlzmf1bhqtcm9szxmtenv6dwwilcjvzmzsaw5lx2fjy2vzcyisinvtyv9hdxrob3jpemf0aw9uil19lcjyzxnvdxjjzv9hy2nlc3mionsicmvhbg0tbwfuywdlbwvudci6eyjyb2xlcyi6wyj2awv3lwlkzw50axr5lxbyb3zpzgvycyisinzpzxctcmvhbg0ilcjtyw5hz2utawrlbnrpdhktchjvdmlkzxjziiwiaw1wzxjzb25hdglvbiisinjlywxtlwfkbwluiiwiy3jlyxrllwnsawvudcisim1hbmfnzs11c2vycyisinf1zxj5lxjlywxtcyisinzpzxctyxv0ag9yaxphdglvbiisinf1zxj5lwnsawvudhmilcjxdwvyes11c2vycyisim1hbmfnzs1ldmvudhmilcjtyw5hz2utcmvhbg0ilcj2awv3lwv2zw50cyisinzpzxctdxnlcnmilcj2awv3lwnsawvudhmilcjtyw5hz2utyxv0ag9yaxphdglvbiisim1hbmfnzs1jbgllbnrziiwicxvlcnktz3jvdxbzil19lcj6dxp1bc1wcm9kdwn0lxbyaxzhdguionsicm9szxmiolsivevtvf9st0xfil19lcjicm9rzxiionsicm9szxmiolsicmvhzc10b2tlbijdfswiywnjb3vudci6eyjyb2xlcyi6wyjtyw5hz2utywnjb3vudcisinzpzxctyxbwbgljyxrpb25ziiwidmlldy1jb25zzw50iiwibwfuywdllwfjy291bnqtbglua3milcjtyw5hz2uty29uc2vudcisimrlbgv0zs1hy2nvdw50iiwidmlldy1wcm9mawxlil19fswic2nvcguioijwcm9mawxligvtywlsiiwic2lkijoiztvjywzhzwqtotbhny00zwvmltgzmtmtndvmn2qwn2vhmty4iiwizw1hawxfdmvyawzpzwqiomzhbhnllcjwcmvmzxjyzwrfdxnlcm5hbwuioijhzg1pbi1zexn0zw0ifq nzrwsp4xs4jw2eusx sras6bz0kd0d3cd9 dumhpmghk4xbqbrnve0otsh9 6mhq0uwqrhgiwoi levmgys4yq9319cy5trarz6zw wffebagzckt2d 34n vgciekttkcp7gnedttqcg5mlxhc hiadreyieqwsy0quvybbzmkwvfsdwunkxmn0gymv4qj9n7vto95m7q6il2f oqbwhiuyvxj22uie31sg y96msy ydwxkwfewviztf1 ju jz scmeuom8gvu9v6imq hdcaeqsbhe8dskauj3hhys9fm7kqgdwsu1bty4aavcn7irsuhhbzp51lqmjjfzbigg fetch method post header content type application json authorization bearer jwt mode cor body json stringify name 4 description 4 version 34 redirect follow then response response json then datum console log datum version 15 1 expect behavior have header access control allow origin and no cor bug actual behavior doesn t have how to reproduce no response anything else no response |
keycloakkeycloak | ux review fix the regenerate button status in client credential page | Bug | describe the bug on the client credential page the button of the registration access token should always be enable please check they and fix they version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | can t find theme v2 | Bug | describe the bug hi there I m follow the run in docker instruction I have keycloak run well but I can t see the v2 theme in the selector I guess I m miss something any idea to help please capture d e cran 2022 01 06 a 17 37 51 here s server info pane if it can help capture d e cran 2022 01 06 a 17 40 27 thank for your help look forward to discover this new ui version 16 1 0 expect behavior I should be able to select and activate theme v2 actual behavior can t see v2 in the theme selector how to reproduce follow docker instruction write on readme anything else no response |
keycloakkeycloak | impossibility to add realm role to the admin role on the master realm | Bug | describe the bug hello I remove all the role affect to a realm from the role admin in the realm master now I want to add they again I always get the message forbid my question be there any way to add they again version 10 expect behavior as admin on the realm master I have to have the right to add they again actual behavior now no way to add again the role to make the realm functional again how to reproduce on my keycloak I have many realm I go to domain role in the master domain I deselecte the role image now I want to add they again I can not when I select they and click add select I get the message forbid image anything else I don t see any way to add they again be there any possibility |
keycloakkeycloak | switch default offline session to lazy load | Enhancement | description set preloadofflinesessionsfromdatabase false by default it will improve the server startup when there be many offline session in db discussion no response motivation no response detail no response |
keycloakkeycloak | cross site validation for lazy loading of offline session | Enhancement | description add test scenario to model testsuite which will test offline session lazy loading discussion no response motivation this will enable we to set preloadofflinesessionsfromdatabase false by default it will improve the server startup when there be many offline session in db detail no response |
keycloakkeycloak | store protocolmapper in mapcliententity in a collection instead of map | Enhancement | description currently we store protocol mapper in map collection l72 it shouldn t be necessary to store I d twice as we can store it in a set or list discussion no response motivation no response detail no response |
keycloakkeycloak | usetoggle behave strange when use together with typeaheadmulti | Bug | describe the bug when you create a select of type typeaheadmulti the usetoggle hook make the component only open on click the card and no long respond on click the change it back to a normal state boolean fix this example typescript const isopen toggle usetoggle const select setselecte usestate return setselecte select v tostre onclear setselecte selection select isopen isopen placeholdertext select a state aria labelledby select |
keycloakkeycloak | dist x apparently doesn t apply correctly the db schema | Bug | describe the bug start keycloak x pass the parameter db schema with the start and start dev command we can notice in the log the follow line 2022 01 05 16 32 43 602 warn io qua config main unrecognized configuration key quarkus datasource schema be provide it will be ignore verify that the dependency extension for this configuration be set or that you do not make a typo version 16 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else cc dguhr pedroigor vmuzikar |
keycloakkeycloak | dist x can not connect to external postgre if the password end with an sign | Bug | describe the bug keycloak x fail to start if it be configure to connect to a database with a password terminate with an sign version 16 1 0 expect behavior you can connect to the database actual behavior access to the database be forbid and keycloak fail to start how to reproduce try to connect to an external postgre database with a command like bash opt keycloak bin kc sh start dev db postgre db url jdbc postgresql 5432 db username db password http enable true modify the password to match in the database change accordingly the command line parameter and restart keycloak workaround the issue anything else cc dguhr pedroigor vmuzikar |
keycloakkeycloak | late keycloak container error on database migration during startup | Bug | describe the bug the previous version of the keycloak container be run perfectly well in my docker nomadproject io setup however the most recent version of the container fail with a wyfly error version 12 48 11 770 info org jboss module cli command executor jboss modules version 2 0 0 final 12 48 11 810 info org jboss msc cli command executor jboss msc version 1 4 13 final 12 48 11 816 info org jboss thread cli command executor jboss thread version 2 4 0 final 12 48 11 888 info org jboss as msc service thread 1 1 wflysrv0049 keycloak 16 1 0 wildfly core 18 0 0 final start 12 48 12 361 info org wildfly security serverservice thread pool 19 ely00001 wildfly elytron version 1 18 1 final expect behavior the container should start correctly and perform any database migration that be outstanding actual behavior with the follow stack trace 11 20 18 724 error org jboss as controller management operation serverservice thread pool 2 wflyctl0403 unexpected failure during execution of the follow operation s operation add address subsystem infinispan operation add address subsystem infinispan cache container ejb default cache dist marshaller protostream alias sfsb module org wildfly cluster ejb infinispan operation add address subsystem infinispan cache container ejb transport jgroup lock timeout 60000l operation add address subsystem infinispan cache container ejb distribute cache dist operation add address subsystem infinispan cache container ejb distribute cache dist component lock isolation repeatable read operation add address subsystem infinispan cache container ejb distribute cache dist component transaction mode batch operation add address subsystem infinispan cache container ejb distribute cache dist store file operation add address subsystem infinispan cache container keycloak marshaller jboss module org keycloak keycloak model infinispan operation add address subsystem infinispan cache container keycloak transport jgroup lock timeout 60000l operation add address subsystem infinispan cache container keycloak local cache realm operation add address subsystem infinispan cache container keycloak local cache realm memory heap size 10000l operation add address subsystem infinispan cache container keycloak local cache user operation add address subsystem infinispan cache container keycloak local cache user memory heap size 10000l operation add address subsystem infinispan cache container keycloak local cache authorization operation add address subsystem infinispan cache container keycloak local cache authorization memory heap size 10000l operation add address subsystem infinispan cache container keycloak local cache key operation add address subsystem infinispan cache container keycloak local cache key memory heap size 1000l operation add address subsystem infinispan cache container keycloak local cache key component expiration max idle 3600000l operation add address subsystem infinispan cache container keycloak replicate cache work operation add address subsystem infinispan cache container keycloak replicate cache work component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache session owner 1 operation add address subsystem infinispan cache container keycloak distribute cache session component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache authenticationsession owner 1 operation add address subsystem infinispan cache container keycloak distribute cache authenticationsession component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache offlinesession owner 1 operation add address subsystem infinispan cache container keycloak distribute cache offlinesession component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache clientsession owner 1 operation add address subsystem infinispan cache container keycloak distribute cache clientsession component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache offlineclientsession owner 1 operation add address subsystem infinispan cache container keycloak distribute cache offlineclientsession component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache loginfailure owner 1 operation add address subsystem infinispan cache container keycloak distribute cache loginfailure component expiration lifespan 900000000000000000l operation add address subsystem infinispan cache container keycloak distribute cache actiontoken owner 2 operation add address subsystem infinispan cache container keycloak distribute cache actiontoken memory heap size 1l operation add address subsystem infinispan cache container keycloak distribute cache actiontoken component expiration interval 300000l lifespan 900000000000000000l max idle 1l operation add address subsystem infinispan cache container server default cache default marshaller protostream alias singleton cluster module org wildfly cluster server operation add address subsystem infinispan cache container server transport jgroup lock timeout 60000l operation add address subsystem infinispan cache container server replicate cache default operation add address subsystem infinispan cache container server replicate cache default component transaction mode batch operation add address subsystem infinispan cache container web default cache dist marshaller protostream module org wildfly cluster web infinispan operation add address subsystem infinispan cache container web transport jgroup lock timeout 60000l operation add address subsystem infinispan cache container web replicate cache sso operation add address subsystem infinispan cache container web replicate cache sso component lock isolation repeatable read operation add address subsystem infinispan cache container web replicate cache sso component transaction mode batch operation add address subsystem infinispan cache container web distribute cache dist operation add address subsystem infinispan cache container web distribute cache dist component lock isolation repeatable read operation add address subsystem infinispan cache container web distribute cache dist component transaction mode batch operation add address subsystem infinispan cache container web distribute cache dist store file operation add address subsystem infinispan cache container web distribute cache route operation add address subsystem infinispan cache container hibernate marshaller jboss module org infinispan hibernate cache operation add address subsystem infinispan cache container hibernate transport jgroup lock timeout 60000l operation add address subsystem infinispan cache container hibernate local cache local query operation add address subsystem infinispan cache container hibernate local cache local query memory heap size 10000l operation add address subsystem infinispan cache container hibernate local cache local query component expiration max idle 100000l operation add address subsystem infinispan cache container hibernate local cache pende put operation add address subsystem infinispan cache container hibernate local cache pende put component expiration max idle 60000l operation add address subsystem infinispan cache container hibernate invalidation cache entity operation add address subsystem infinispan cache container hibernate invalidation cache entity component transaction mode non xa operation add address subsystem infinispan cache container hibernate invalidation cache entity memory heap size 10000l operation add address subsystem infinispan cache container hibernate invalidation cache entity component expiration max idle 100000l operation add address subsystem infinispan cache container hibernate replicate cache timestamp java lang runtimeexception wflyctl0195 interrupt await transaction commit or rollback at org jboss as controller parallelbootoperationstephandler parallelboottransactioncontrol operationprepare parallelbootoperationstephandler java 458 at org jboss as controller modelcontroller operationtransactioncontrol operationprepare modelcontroller java 131 at org jboss as controller abstractoperationcontext executedonestage abstractoperationcontext java 872 at org jboss as controller abstractoperationcontext processstage abstractoperationcontext java 803 at org jboss as controller abstractoperationcontext executeoperation abstractoperationcontext java 466 at org jboss as controller parallelbootoperationstephandler parallelboottask run parallelbootoperationstephandler java 384 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at java base java lang thread run thread java 829 at org jboss thread jbossthread run jbossthread java 513 11 20 18 723 error org jboss as controller management operation serverservice thread pool 25 wflyctl0403 unexpected failure during execution of the follow operation s operation add address subsystem security manager operation add address subsystem security manager deployment permission default maximum permission class java security allpermission java lang runtimeexception wflyctl0195 interrupt await transaction commit or rollback at org jboss as controller parallelbootoperationstephandler parallelboottransactioncontrol operationprepare parallelbootoperationstephandler java 458 at org jboss as controller modelcontroller operationtransactioncontrol operationprepare modelcontroller java 131 at org jboss as controller abstractoperationcontext executedonestage abstractoperationcontext java 872 at org jboss as controller abstractoperationcontext processstage abstractoperationcontext java 803 at org jboss as controller abstractoperationcontext executeoperation abstractoperationcontext java 466 at org jboss as controller parallelbootoperationstephandler parallelboottask run parallelbootoperationstephandler java 384 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at java base java lang thread run thread java 829 at org jboss thread jbossthread run jbossthread java 513 how to reproduce launch the late keycloak container with the follow configuration flag set db addr db service db vendor mariadb db port 3306 db user keycloak db password my keycloak password keycloak user admin keycloak password kc admin password proxy address forward true keycloak hostname admin service my tld keycloak frontend url admin service my tld anything else I be not a java developer so I m struggle to understand what this error actually mean the container have access to the internet the backend database exist and the credential work and the container have be provide with 1024mhz of cpu and 4 gb of ram |
keycloakkeycloak | ux review realm role breadcrumb be not correct | Bug | describe the bug the root level of the breadcrumb be realm role instead of role list version 15 0 1 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm role detail user in role | Bug | describe the bug remove the space above the table version 15 0 1 expect behavior same to the associate role tab image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm select dropdown option should include the current realm | Bug | describe the bug when there re more than 5 realm the first three option show the recently use realm the other realm be list in alphabetical order the current realm should also be include in it this be miss in the current implementation version 15 0 1 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | delete authentication step in admin v2 delete whole sub flow | Bug | describe the bug when design an authentication flow in admin v2 and delete a step in a sub flow the whole sub flow be delete version 16 1 0 x version expect behavior only the select step be delete actual behavior the whole sub flow be delete how to reproduce build an authentication flow with sub flow flow add user form execution to the sub flow add an additional sub flow password with otp under flow add password form under password with otp add webauthn passwordless under flow delete password form anything else when switch to the old theme all work like expect |
keycloakkeycloak | ux review some fine tuning of the mapper tab in the ldap user federation | Bug | describe the bug there be some fine tuning of the mapper tab in the ladp user federation as show in the screenshot below 1 we can remove the redundant line 2 all the mapper should be list in alphabetical order version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | support to customize acr value query parameter in keycloak js | Enhancement | description allow to customize the acr value query parameter to let client control the level of authentication they require discussion no response motivation give the newly add support for step up authentication 7897 it make sense to add support for configure the require level of authentication in client library currently it be hard to use the step up authentication support from client since there be no explicit support for configure acr value for auth request to play with the new feature we currently need to monkey patch the keycloak object and augment the createloginurl function javascript let originalcreateloginurl keycloak createloginurl keycloak createloginurl function option let url originalcreateloginurl option url acr value 0 return url detail the keycloak js adapter should allow to configure acr value as query parameter for login and registration url javascript let keycloak new keycloak url keycloakurl realm realm clientid clientid let initconfig onload login require redirect to login if not login onload check sso show login button of not log in checkloginiframe true checkloginiframeinterval 1 pkcemethod s256 scope scope acrvalue 0 new parameter keycloak init initconfig success onloginsuccess the acr value should be configurable via initoption and loginoption for login and register url |
keycloakkeycloak | password credential decode from db may fail in rare case no login possible | Bug | describe the bug see for the detail version 12 0 0 13 0 0 14 0 0 15 0 0 16 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review update the component of cache setting in kerberos user federation | Enhancement | describe the bug in the kerberos user federation if user select the max lifespan as the cache policy the max lifespan field should be a number input component as show in the screenshot below therefore we can use the number input to replace the current implementation here be the pf4 link with unit version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | default provider from an ear module be not resolve properly | Bug | describe the bug the problem occur when there be at least 2 custom module deploy via keycloak deployer use the keycloak deployer and one of they be an ear module with some spi implementation mark in standalone ha xml file as a default during the keycloak startup the follow error be throw error during startup java lang runtimeexception fail to find provider for at org keycloak service defaultkeycloaksessionfactory checkprovider defaultkeycloaksessionfactory java 234 at org keycloak service defaultkeycloaksessionfactory init defaultkeycloaksessionfactory java 120 at org keycloak service resource keycloakapplication createsessionfactory keycloakapplication java 233 at org keycloak service resource keycloakapplication startup keycloakapplication java 124 at org keycloak provider wildfly wildflyplatform onstartup wildflyplatform java 36 at org keycloak service resource keycloakapplication keycloakapplication java 114 at java base jdk internal reflect nativeconstructoraccessorimpl newinstance0 native method at java base jdk internal reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java 62 at java base jdk internal reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java 45 at java base java lang reflect constructor newinstance constructor java 490 at org jboss resteasy core constructorinjectorimpl construct constructorinjectorimpl java 152 at org jboss resteasy spi resteasyproviderfactory createproviderinstance resteasyproviderfactory java 2835 at org jboss resteasy spi resteasydeployment createapplication resteasydeployment java 376 at org jboss resteasy spi resteasydeployment startinternal resteasydeployment java 288 at org jboss resteasy spi resteasydeployment start resteasydeployment java 98 at org jboss resteasy plugin server servlet servletcontainerdispatcher init servletcontainerdispatcher java 140 at org jboss resteasy plugin server servlet httpservletdispatcher init httpservletdispatcher java 42 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 117 at org wildfly extension undertow security runaslifecycleinterceptor init runaslifecycleinterceptor java 78 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 103 at io undertow servlet core managedservlet defaultinstancestrategy start managedservlet java 305 at io undertow servlet core managedservlet createservlet managedservlet java 145 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 588 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 559 at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 42 at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 at org wildfly extension undertow security securitycontextthreadsetupaction lambda create 0 securitycontextthreadsetupaction java 105 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at io undertow servlet core deploymentmanagerimpl start deploymentmanagerimpl java 601 at org wildfly extension undertow deployment undertowdeploymentservice startcontext undertowdeploymentservice java 97 at org wildfly extension undertow deployment undertowdeploymentservice 1 run undertowdeploymentservice java 78 at java base java util concurrent executors runnableadapter call executor java 515 at java base java util concurrent futuretask run futuretask java 264 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at java base java lang thread run thread java 829 at org jboss thread jbossthread run jbossthread java 513 the error be throw only when the deployment of an ear be start after the deployment of the other artifact from the standalone deployment directory version 15 0 2 expect behavior the custom provider from an ear module be find during the startup actual behavior the runtime exception be throw fail to find provider for how to reproduce create jar project with the follow class singleton lock read public class customemailsender implement emailsenderprovider public static emailsenderprovider lookup try initialcontext ctx new initialcontext return emailsenderprovider ctx lookup format java global s customemailsender class getsimplename catch exception ex throw new runtimeexception ex override public void send map config usermodel user string subject string textbody string htmlbody override public void close public class customemailsenderfactory implement emailsenderproviderfactory protect emailsenderprovider emailsend override public emailsenderprovider create keycloaksession session return emailsender protect emailsenderprovider emailsender if emailsend null emailsender customemailsender lookup return emailsend override public void init config scope config override public void postinit keycloaksessionfactory factory override public void close override public string getid return custom email add customemailsenderfactory line to the src main application meta inf services org keycloak email emailsenderproviderfactory inside jar project create an ear project and include the above jar in the jar module example for maven keycloak custom ear org apache maven plugins maven ear plugin 3 0 2 lib true true keycloak custom jar add src main application meta inf jboss deployment structure xml to the ear project with the follow content create other jar project for example with the custom theme copy both ear and theme jar module to the keycloak standalone deployment directory configure standalone ha xml file to define custom email as a default provider echo embed server server config standalone ha xml std out echo command cli echo batch command cli echo subsystem keycloak server spi emailsender add default provider custom email command cli echo subsystem keycloak server spi emailsend provider custom email add enable true command cli echo run batch command cli echo stop embed server command cli jboss cli sh file command cli after server restart sometimes error appear on some next restart the mention exception be present error during startup java lang runtimeexception fail to find provider custom email for emailtemplate it look like the error be be throw during initialization of the jar module when it happen before initialization of the ear module anything else in our installation we have 3 module inside the standalone deployment directory ear with default custom provider implementation keycloak metrics spi 2 4 0 jar custom theme jar after debug of the defaultkeycloaksessionfactory init it look like during processing of the loadfactorie for provider manager from providermanagerregistry singleton getpreboot list like keyloak metric spi the factoriesmap be not fill with the custom email and the checkprovider throw exception the erroneous snippet from this method for providermanager manager providermanagerregistry singleton getpreboot map map factorymap loadfactorie manager for map entry map entry factorymap entryset map factory factoriesmap get entry getkey if factory null factoriesmap put entry getkey entry getvalue else factory putall entry getvalue checkprovider |
keycloakkeycloak | ux review cache setting fine tuning of kerberos user federation | Bug | describe the bug there be some fine tuning of kerberos user federation as show in the screenshot below please check and fix they 1 the follow field of the evict daily be not require the same thing happen to the evict weekly policy 2 change the component of eviction hour and eviction minute to the number input please check the pf4 s component here default version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review remove the create new user button in the modal | Bug | describe the bug in the member tab of the group detail page after click the add member there will be a modal popup as show in the screenshot below if there be no exist member user shouldn t be allow to create a new user in the way therefore we can remove the button and just use an empty state here thank version new admin 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 group member | Bug | describe the bug there be some fine tuning of the member tab inside the group detail page as show in the screenshot below please check they 1 there be a search box for user to search for the member in the table 2 put the checkbox in front of the primary button namely add member version new admin ui expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | bad request readonlyusernamemessage | Bug | describe the bug when I be try to configure the smtp get the follow error I search in google and I find these way to resolve this issue go to manage account personal info update firstname lastname emailaddress save and try to add smtp configuration again pfa for the reference image screenshot from 2021 12 29 21 48 53 version 14 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | syntaxerror invalid regular expression invalid group specifi name on safari | Bug | describe the bug the error syntaxerror invalid regular expression invalid group specifi name occur when I access keycloak console with new admin ui v2 on safari version 16 1 0 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | fix for keycloak 18914 base64 decode | Bug | fix do not try to gzunzip base on input stream content as this may lead to unexpected behaviour in some case be the datum be not gzip encode e g random input as describe in the but ticket use option flag instead for explicit control unify two parallel exiting implementation of the base64 class they already start diverge in maintenance |
keycloakkeycloak | x 509 client certificate user authentication security realm be deprecate with wildfly 25 | Bug | x 509 client certificate user authentication security realm be deprecate with wildfly 25 hi I be use keycloak 15 0 2 with x 509 client certificate user authentication with no problem I switch to keycloak 16 1 0 with a fresh install in the keycloak 16 1 0 documentation x509 it say open keycloak home standalone configuration standalone xml and add a new realm but with wildfly 25 security realm be deprecate version 16 1 0 expect behavior be it possible to provide a simple configuration example for enable x 509 client certificate user authentication with wildfly 25 actual behavior if I add follow the documentation I get the follow error opvdx001 erreur de validation dan standalone xml 29 30 31 security realm n est pas un l ment autoris ici les l ment autoris s ici sont access control audit log configuration change identity management interface 32 33 34 le premier message d erreur sous jacent tait parseerror at row col 31 26 message wflyctl0198 unexpected element urn jboss domain 19 0 security realm encounter how to reproduce no response anything else no response |
keycloakkeycloak | can t join a node under certain condition | Bug | describe the bug consider this group structure look like a user can t join the volvo group be already member of cp admin group despite the success message the opposite work fine version 15 0 2 expect behavior be able to add the user to volvo group actual behavior interface say success but node be not list among join how to reproduce create the same structure join the same group use admin user and try to join volvo group anything else no response |
keycloakkeycloak | manage account | Bug | describe the bug after a fresh installation I access the master realm with my administrator account when I click on the user s name at the top right corner and select the manage account option the application redirect I to a new view with a spinning circle and hang after that the application doesn t respond to any http request besides the main page version 16 1 0 expect behavior load the request view actual behavior the application hang and doesn t respond how to reproduce perform a fresh installation access the administrator user s account and click on the manage console option anything else no response |
keycloakkeycloak | realm role assign to user not effective until keycloak be restart | Bug | describe the bug when grant delete a realm role to the user via a custom spi use keycloaksession the realm role be not assign in any auth access token or in the admin web interface until after a restart of keycloak the error also look to affect attribute the database be get update as expect version 16 1 0 expect behavior user realm role to be assign update instantly to be use in auth tokens actual behavior user realm role do not get update until after restart of keycloak how to reproduce create an spi with the follow code final realmmodel realm session getcontext getrealm final userprovider userprovider session userstoragemanager final usermodel user userprovider searchforuserbyuserattributestream getrealm someattribute somevalue findfirst orelse null final rolemodel rolemodel session role getrealmrole realm rolenamestring user grantrole rolemodel check user role mapping in the admin web interface restart keycloak and verify role be assign to user post restart anything else I come across a stack overflow question which seem to be have a similar issue |
keycloakkeycloak | look ahead window of totp should be look around window | Bug | describe the bug the look ahead window of totp become look around window but the gui and tool tip be still look ahead window keycloak 18880 version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | definition of keycloak wildfly adapter dist in keycloak adapter bom doesn t work | Bug | describe the bug keycloak wildfly adapter dist be a zip file artifact the definition in keycloak adapter bom doesn t set the type so it default to jar version 16 1 0 expect behavior keycloak adapter bom probably shouldn t include keycloak wildfly adapter dist it s a zip file artifact I don t see why one would include it as a dependency but maybe I just don t know the use case alternatively keycloak wildfly adapter dist could be include with zip to make it work actual behavior error error the project com example keycloak bom dist 1 0 0 snapshot have 1 error error dependency dependency version for org keycloak keycloak wildfly adapter dist zip be miss line 29 colum n 21 error how to reproduce run mvn package on the following pom 4 0 0 com example keycloak bom dist 1 0 0 snapshot utf 8 8 maven compiler source org keycloak bom keycloak adapter bom 16 1 0 pom import org keycloak keycloak wildfly adapter dist zip anything else keycloak wildfly adapter dist in keycloak adapter bom l52 |
keycloakkeycloak | access token be not active when retrieve via token exchange | Bug | describe the bug token exchange do not seem to work correctly when you be exchange for a new subject an access token be return but then when you introspect it it be not active this cause library like nest keycloak connect to be unusable with the new token as you get correctly get unauthorized exception I have double check that the host be the same as the issuer and the introspecter and I have be run test via postman with no luck below be a screenshot of how I be exchange via postman image version 15 0 1 expect behavior the access token and i d token should be able to access application just as if the user have manually log in actual behavior when the access token be introspect it falsely report that the token be not active active false how to reproduce generate an access token for your admin user use that token to exchange the token for another user token try and use the new token with token introspect see that it doesn t work anything else no response |
keycloakkeycloak | env var config source only consider property map from quarkus | Bug | describe the bug the kcenvconfigsource be only take into account the property map from quarkus and not resolve their correspond keycloak property when at runtime this block user from overriding runtime property at runtime if they be previously persist into the server image version 16 1 0 expect behavior env var set a runtime should override value persist into the server image actual behavior persist var have precedence over env var how to reproduce export kc db postgre export kc db url jdbc postgresql localhost 5432 keycloak export kc db username keycloak export kc db password password kc sh build hostname strict false http enable true export kc db username invalid kc sh start the server should fail to start because the database username now point to an invalid user but it do not because the value use be from the persisted config source anything else no response |
keycloakkeycloak | upgrade infinispan to 12 1 7 final | Enhancement | description new hotrodstorage use index which be define within a cache configuration when create a cache the protobuf schema be not register within the infinispan server yet this cause an error during a cache creation since infinispan 12 a lazy start searchmappe for protobuf cache be introduce which fix the problem discussion no response motivation no response detail no response |
keycloakkeycloak | ux review client policy policy detail profile the link navigate to a wrong page | Bug | describe the bug drill down to the detail page will go to the realm homepage image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client policy policy detail add profile modal search doesn t work | Bug | describe the bug the search doesn t work the select item win t show up in the modal anymore fapi 1 advanced in this screenshot image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client policy policy detail font size update | Bug | describe the bug update the font size as follow now it s 14px image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client policy add condition the initial help info of condition selector be not correct | Bug | describe the bug when the user doesn t select any condition the tooltip show condition which will be evaluate to determine if client policy should be apply during particular action or not instead of the condition be satisfied by any client on any event image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client policy hover status of the breadcrumb be not correct | Bug | describe the bug hover on the policy detail will also hover on client policy image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review client policy enable be miss in the policy detail page | Bug | describe the bug image version 15 0 2 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting key provider remove the provider level in the breadcrumb | Bug | describe the bug to keep consistency with other place remove the provider level when edit the key provider image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review the secondary tab should be leave align with the top level tab | Bug | describe the bug image version 15 0 2 expect behavior a left margin be expect image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting token reset action be miss in the override action token section | Bug | describe the bug image version 15 0 2 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting token refresh token max reuse should be hide when revoke refresh token be disable | Bug | describe the bug image version 15 0 2 expect behavior refresh token max reuse isn t show here actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | keycloak x documentation readme need to use specify http host with kc sh start dev command | Bug | describe the bug readme specifie to run on linux unix bin kc sh to run on window bin kc bat after the server boot open in your web browser the welcome page will indicate that the server be run when keycloak x be start for the first time use command kc sh start dev it be not possible to connect to connect to ui at address we obtain the follow log trace kc sh start dev listen on only way to connect to admin console at port 8080 have be start keycloak x with option bin kc sh start dev http host localhost version 16 1 0 expect behavior update readme to indicate how to start keycloak x use option http host localhost actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | wrong mapping for the db schema property | Bug | describe the bug the db schema property definition be wrong and mapping to an invalid property in quarkus we should change it to map to quarkus hibernate orm database default schema spi connectionsjpa quarkus schema we should probably have a default value for it too keycloak version 16 1 0 expect behavior properly set the database schema actual behavior schema can only be set by override the jdbc url how to reproduce no response anything else no response |
keycloakkeycloak | keycloak x doc readme need to specify to use jdk 11 | Bug | describe the bug keycloak x be base upon quarkus which require jdk11 if be be start use jdk8 follow error be generate sh kc sh error a jni error have occur please check your installation and try again 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 java runtime only recognize class file version up to 52 0 at java lang classloader defineclass1 native method at java lang classloader defineclass classloader java 756 at java security secureclassloader defineclass secureclassloader java 142 at java net urlclassloader defineclass urlclassloader java 468 at java net urlclassloader access 100 urlclassloader java 74 at java net urlclassloader 1 run urlclassloader java 369 at java net urlclassloader 1 run urlclassloader java 363 at java security accesscontroller doprivilege native method at java net urlclassloader findclass urlclassloader java 362 at java lang classloader loadclass classloader java 418 at sun misc launcher appclassloader loadclass launcher java 352 at java lang classloader loadclass classloader java 351 at sun launcher launcherhelper checkandloadmain launcherhelper java 601 java 55 correpond to jdk 11 java 52 coordpond to jdk 8 1 keycloak x have to be start with jdk11 to work fine 52 java 8 53 java 9 54 java 10 55 java 11 the keycloak x readme shall indicate that jdk11 be require 1 version 16 1 0 expect behavior improve readme add to use jdk11 actual behavior not document how to reproduce no response anything else no response |
keycloakkeycloak | quarkus relational database setup documentation error | Bug | describe the bug quarkus relational database setup documentation doc guide src main server db adoc mention kc sh start command line parameter db host and db user which don t exist when use the follow error message be display unknown option db host redact db user redact possible solution db pool min size db schema db username db password db url host db url db pool max size db url property db pool initial size db url database db version 16 1 0 expect behavior documentation should mention the right command line parameter db url host and db username actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting token sso session idle should be a variable | Bug | describe the bug the value here should follow the real value of the sso session idle in the session tab image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting session the default value doesn t show up when 0 | Bug | describe the bug these default value be all 0 but don t show up image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting email test connection button should have the same validation behavior as save | Bug | describe the bug the test connection button should always be enable no matter the require field be fill or not which be the same with save click test connection before all the require field be fill should trigger the inline validation image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting email view password function be miss | Bug | describe the bug this password field should be able to show hide before it s save image note after the form be save the password can not be show anymore so the eye icon will disappear after that version 15 0 2 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting email layout issue | Bug | describe the bug the top margin be large than other tab e g login session etc image in the 2nd section the header and the content be not leave align with each other image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting key provider search doesn t work | Bug | describe the bug search doesn t work and sometimes could lead to an error image image version 15 0 2 expect behavior no response actual behavior no response how to reproduce when I type a z no matter I click the search icon or hit the enter on the keyboard nothing happen when I type an h the search only work when I hit the enter then I click the x to clear content an error occur anything else no response |
keycloakkeycloak | ux review realm setting key provider use file upload component without preview when create the rsa provider | Bug | describe the bug change image to image version 15 0 2 expect behavior actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm setting key provider layout issue | Bug | describe the bug the header of table isn t align with the content image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm partial import doesn t return any result | Bug | describe the bug the realm partial import doesn t return any result error alert success screen after click import version 15 0 2 expect behavior actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review realm partial import default to select all resource after import a file | Enhancement | description change the checkboxe to be default select image discussion no response motivation no response detail no response |
keycloakkeycloak | ux review group the first letter should be capitalize | Bug | describe the bug the title group should be capitalize image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review group member check a member detail and then go back will show an error | Bug | describe the bug image version 15 0 2 expect behavior no response actual behavior no response how to reproduce go to the member tab drill down to any of the member use the back button of the browser to go back error occur anything else no response |
keycloakkeycloak | ux review user role mapping the empty state show the wrong word | Bug | describe the bug this one be the word for client role image version 15 0 2 expect behavior no role for this user you haven t assign any role to this user assign a role to get start actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review user role mapping checkboxe don t perform the ideal behavior | Enhancement | description in the case below there s only one assign role all the other role be inherit role click the only checkbox should have the same behavior as click the select all checkbox that be when select the checkbox of a role all the inherit role of it should also be select disabled current click the only role will select only this role image current click the select all checkbox all the inherit role will also be select image ideal in both case select all the inherit role discussion no response motivation no response detail no response |
keycloakkeycloak | ux review user role mapping assign role modal the modal be empty when no result match the filter | Bug | describe the bug when there re no realm role in the realm and use realm role as a filter the toolbar and content will both disappear image image version 15 0 2 expect behavior show an empty state like this image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review user role mapping assign role modal the modal flash when click the modal | Bug | describe the bug when I click the filter each time the modal will flash image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | keep track of transaction in mapstorage | Enhancement | in the mapstorage implementation a new transaction be return everytime a createtransaction be call even if it be call multiple time in the same session there be an attempt to reuse it in l131 however this attempt be never complement by put the transaction into the session so it be futile other map storage just return always a new instance fix to return the same instance per map storage per session |
keycloakkeycloak | ux review realm role associate role the inherit role shouldn t be selectable | Bug | describe the bug the checkbox and kebab of the manage account link row should both be disable as the inherit role can not be remove image version 15 0 2 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review user role mapping the inherit relationship doesn t show correctly | Bug | describe the bug in the follow screenshot there re four role be inherit from default role pwless and one inherit from manage account but the inherit from column be all empty image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review the search function of realm role doesn t work | Bug | describe the bug the search in the associate role tab doesn t work the result that don t match the keyword will still show up image version 15 0 2 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | issue use user federation ldap provider in keycloak 16 1 0 with java 8 | Bug | describe the bug I have an ldap configuration with active directory which work well with keycloak 14 and java 8 I test the same ldap configuration with keycloak 16 1 0 and I have the follow error when I make a request to test the authentication of the ldap configuration ldap ldap keycloak upon upgrade to java 11 the issue be resolve version 16 1 0 expect behavior base on the installation prerequisite text java 208 20jre 20or 20java 2011 20jre text java 208 20jre 20or 20java 2011 20jre keycloak 16 1 0 be suppose to support java 8 actual behavior the test authentication fail in keycloak 16 1 0 when java 8 be use and produce the error no such method error ldap keycloak how to reproduce requirement 1 java 8 2 keycloak 16 1 0 step 1 create an ldap configuration in user federation 2 the test connection shall work fine 3 the test authentication fail and produce the error no such method error anything else no response |
keycloakkeycloak | ux review user identity provider link the alert isn t correct when remove a link provider | Bug | describe the bug the message of the toast alert be not correct when remove a link provider change it to the provider link have be remove image version 15 0 2 expect behavior the provider link have be remove actual behavior mapping successfully delete how to reproduce no response anything else no response |
keycloakkeycloak | ux review user identity provider link remove the in the modal title | Bug | describe the bug remove the in the modal title which open when link to a provider image version 15 0 2 expect behavior image actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | ux review user identity provider link social label should change to social login | Bug | describe the bug the label for the social provider should be social login version 15 0 2 expect behavior image actual behavior image how to reproduce no response anything else no response |
keycloakkeycloak | ux review layout issue of user identity provider link | Bug | describe the bug a divid line be miss between the link identity provider and available identity provider need to add a space between the description and the empty state image the table row should occupy the whole horizontal space the space on the left be too large need to align with the tab image version 15 0 2 expect behavior actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | user profile configuration api be incorrectly type | Enhancement | describe the bug the user profile configuration endpoint getconfiguration response be incorrectly type as string see below this should be a complex object type that represent the actual api response example from the api doc with incorrect tyoe version 16 1 0 expect behavior the api response be correctly type as well as the api doc the correct type should be upconfig l29 actual behavior the api response be of type string |
keycloakkeycloak | mix content error when open keycloak admin panel | Bug | describe the bug we be get mixed content error when run keycloak 6 0 1 behind kong a reverse proxy base on nginx when we call keycloak via it show I the entrypoint with keycloak logo link to admin console etc as show below image but when click on administration console it open where keycloak try to load its css js via http which the browser block because of mixed content and show a blank screen below error get log in the browser console block loading mix active content couple of thing that we try with no luck 1 set frontend url to 2 set proxy address forward to true version 6 0 1 expect behavior able to see keycloak admin panel actual behavior blank screen how to reproduce no response anything else no response |
keycloakkeycloak | keycloak x kc db username environment variable doesn t override persistedconfigsource | Bug | describe the bug after use kc sh build I can no long set the db username property through the kc db username environment variable the value from the persistedconfigsource appear to take priority version keycloak x 16 1 0 expect behavior I would expect the environment variable to take precedence actual behavior the setting from the persistedconfigsource remain how to reproduce create a configure keycloak docker image use the follow dockerfile dockerfile from quay io keycloak keycloak x 16 1 0 workdir opt keycloak run bin kc sh build db postgre and build with docker build t test then run with docker run env kc hostname foo env kc db username bar test show config and observe the output current profile none runtime configuration kc config args show config kcsyspropconfigsource kc db postgre persistedconfigsource kc db password persistedconfigsource kc db username sa persistedconfigsource kc home dir opt keycloak bin kcsyspropconfigsource kc hostname foo envconfigsource kc http enable false persistedconfigsource kc metric enable false persistedconfigsource kc show config none kcsyspropconfigsource kc version 16 1 0 kcsyspropconfigsource note that the kc hostname setting do take the value from the environment but the kc db username do not also note that a system property do succesfully override the set docker run test show config dkc db username bar work as expect anything else no response |
keycloakkeycloak | ldap bind test fail with sslhandshakeexception while ldap connection test work | Bug | describe the bug we be use the jboss keycloak docker we be try to connection to a ldap ldap tls port 636 not starttls ad verify by a sertificate sign by a itnernal ca we import the ca certificate use the x509 can bundle argument and this appear to work as both keycloak tls truststore password and keycloak tls truststore file be write to opt jboss keycloak bin jbossclirc when test a ldap ad example com url in the setup for user federation the test connection test work while test authentication fail with a tls pki error 16 34 13 688 error org keycloak service default task 13 kc services0055 error when authenticate to ldap simple bind fail ad example com 636 javax naming communicationexception simple bind fail ha voc cert no 636 root exception be javax net ssl sslhandshakeexception pkix path building fail sun security provider certpath suncertpathbuilderexception unable to find valid certification path to request target version 15 1 1 jboss keycloak 15 1 1 expect behavior either the authentication test to not fail on a tls error since the connection test work or the connection fail to fail with the same tls error as the authentication test actual behavior the authentication test fail with a tls error that be not expect since the connection test work how to reproduce use a non public ca for a ldap endpoint import the ca certificate and setup and test the connection in keycloack anything else no response |
keycloakkeycloak | ux review apply the progress style to the test connection button of realm setting email | Enhancement | description the test action usually take more than 3 second to return a result add a progress status progress to the test button could convince the user that they ve click the button successfully image discussion no response motivation no response detail no response |
keycloakkeycloak | ux review search user will return an error no user find due to when there re unavailable federated provider | Bug | description when there re federate provider set up in the realm and at least one of they doesn t work search user in the user section will get the follow error message image it s not obvious that the issue be lead by the federate provider setting should improve the message to clarify that or at least ask user to check the log discussion no response motivation no response detail no response |
keycloakkeycloak | support ldap with non public certificate | Enhancement | description we be hit the same issue when try to connect keycloak to our ad the issue be already describe in jira please see the link below discussion no response motivation ad normally use non public certificate wich be not verifiable with the standard java keystore detail maybe add the option to use an init container which would maybe help with future non relate issue as well |
keycloakkeycloak | upgrade to keycloak 15 1 1 migration fail for change set meta inf jpa changelog 13 0 0 xml default role keycloak | Bug | describe the bug hello I m try to upgrade from keycloak 11 0 0 to keycloak 15 1 1 on start I have theses error any idea I m start with opt keycloak bin standalone sh dkeycloak profile feature script enable 21 05 26 951 info org keycloak connection jpa defaultjpaconnectionproviderfactory serverservice thread pool 63 database info databaseurl jdbc mysql localhost 3306 keycloak characterencode utf 8 servertimezone utc databaseuser keycloak localhost databaseproduct mysql 5 5 5 10 3 32 mariadb 0ubuntu0 20 04 1 databasedriver mysql connector j mysql connector java 8 0 13 revision 66459e9d39c8fd09767992bc592acd2053279be6 21 05 29 224 info org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider serverservice thread pool 63 update database use changelog meta inf jpa changelog master xml 21 05 29 393 error org keycloak connection jpa updater liquibase conn defaultliquibaseconnectionprovider serverservice thread pool 63 change set meta inf jpa changelog 13 0 0 xml default role keycloak fail error duplicate column name default role fail sql alter table keycloak realm add default role varchar 255 null 21 05 29 394 error org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider serverservice thread pool 63 error have occur while update the database liquibase exception migrationfailedexception migration fail for change set meta inf jpa changelog 13 0 0 xml default role keycloak reason liquibase exception databaseexception duplicate column name default role fail sql alter table keycloak realm add default role varchar 255 null at liquibase changelog changeset execute changeset java 619 at liquibase changelog visitor updatevisitor visit updatevisitor java 51 at liquibase changelog changelogiterator run changelogiterator java 79 at liquibase liquibase update liquibase java 214 at liquibase liquibase update liquibase java 192 at liquibase liquibase update liquibase java 188 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider updatechangeset liquibasejpaupdaterprovider java 184 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 103 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 82 at org keycloak connection jpa defaultjpaconnectionproviderfactory 2 run defaultjpaconnectionproviderfactory java 383 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak connection jpa defaultjpaconnectionproviderfactory update defaultjpaconnectionproviderfactory java 376 at org keycloak connection jpa defaultjpaconnectionproviderfactory migration defaultjpaconnectionproviderfactory java 364 at org keycloak connection jpa defaultjpaconnectionproviderfactory lambda lazyinit 0 defaultjpaconnectionproviderfactory java 211 at org keycloak model util keycloakmodelutil suspendjtatransaction keycloakmodelutil java 753 at org keycloak connection jpa defaultjpaconnectionproviderfactory lazyinit defaultjpaconnectionproviderfactory java 162 at org keycloak connection jpa defaultjpaconnectionproviderfactory create defaultjpaconnectionproviderfactory java 87 at org keycloak connection jpa defaultjpaconnectionproviderfactory create defaultjpaconnectionproviderfactory java 65 at org keycloak service defaultkeycloaksession getprovider defaultkeycloaksession java 316 at org keycloak model jpa jparealmproviderfactory create jparealmproviderfactory java 64 at org keycloak model jpa jparealmproviderfactory create jparealmproviderfactory java 40 at org keycloak service defaultkeycloaksession getprovider defaultkeycloaksession java 316 at org keycloak service defaultkeycloaksession realmlocalstorage defaultkeycloaksession java 228 at org keycloak model cache infinispan realmcachesession getrealmdelegate realmcachesession java 149 at org keycloak model cache infinispan realmcachesession getrealm realmcachesession java 422 at org keycloak service manager appliancebootstrap isnewinstall appliancebootstrap java 46 at org keycloak service resource keycloakapplication 3 run keycloakapplication java 195 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak service resource keycloakapplication bootstrap keycloakapplication java 172 at org keycloak service resource keycloakapplication 1 run keycloakapplication java 136 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak service resource keycloakapplication startup keycloakapplication java 128 at org keycloak provider wildfly wildflyplatform onstartup wildflyplatform java 36 at org keycloak service resource keycloakapplication keycloakapplication java 114 at sun reflect nativeconstructoraccessorimpl newinstance0 native method at sun reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java 62 at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java 45 at java lang reflect constructor newinstance constructor java 423 at org jboss resteasy core constructorinjectorimpl construct constructorinjectorimpl java 152 at org jboss resteasy spi resteasyproviderfactory createproviderinstance resteasyproviderfactory java 2835 at org jboss resteasy spi resteasydeployment createapplication resteasydeployment java 376 at org jboss resteasy spi resteasydeployment startinternal resteasydeployment java 288 at org jboss resteasy spi resteasydeployment start resteasydeployment java 98 at org jboss resteasy plugin server servlet servletcontainerdispatcher init servletcontainerdispatcher java 140 at org jboss resteasy plugin server servlet httpservletdispatcher init httpservletdispatcher java 42 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 117 at org wildfly extension undertow security runaslifecycleinterceptor init runaslifecycleinterceptor java 78 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 103 at io undertow servlet core managedservlet defaultinstancestrategy start managedservlet java 305 at io undertow servlet core managedservlet createservlet managedservlet java 145 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 588 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 559 at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 42 at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 at org wildfly extension undertow security securitycontextthreadsetupaction lambda create 0 securitycontextthreadsetupaction java 105 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at io undertow servlet core deploymentmanagerimpl start deploymentmanagerimpl java 601 at org wildfly extension undertow deployment undertowdeploymentservice startcontext undertowdeploymentservice java 97 at org wildfly extension undertow deployment undertowdeploymentservice 1 run undertowdeploymentservice java 78 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at java lang thread run thread java 748 at org jboss thread jbossthread run jbossthread java 513 cause by liquibase exception databaseexception duplicate column name default role fail sql alter table keycloak realm add default role varchar 255 null at liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 309 at liquibase executor jvm jdbcexecutor execute jdbcexecutor java 55 at liquibase executor jvm jdbcexecutor execute jdbcexecutor java 113 at liquibase database abstractjdbcdatabase execute abstractjdbcdatabase java 1277 at liquibase database abstractjdbcdatabase executestatement abstractjdbcdatabase java 1259 at liquibase changelog changeset execute changeset java 582 69 more cause by java sql sqlsyntaxerrorexception duplicate column name default role at com mysql cj jdbc exception sqlerror createsqlexception sqlerror java 120 at com mysql cj jdbc exception sqlerror createsqlexception sqlerror java 97 at com mysql cj jdbc exception sqlexceptionsmappe translateexception sqlexceptionsmappe java 122 at com mysql cj jdbc statementimpl executeinternal statementimpl java 782 at com mysql cj jdbc statementimpl execute statementimpl java 666 at org jboss jca adapters jdbc wrappedstatement execute wrappedstatement java 198 at liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 307 74 more 21 05 29 405 fatal org keycloak service serverservice thread pool 63 error during startup java lang runtimeexception fail to update database at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 118 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 82 at org keycloak connection jpa defaultjpaconnectionproviderfactory 2 run defaultjpaconnectionproviderfactory java 383 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak connection jpa defaultjpaconnectionproviderfactory update defaultjpaconnectionproviderfactory java 376 at org keycloak connection jpa defaultjpaconnectionproviderfactory migration defaultjpaconnectionproviderfactory java 364 at org keycloak connection jpa defaultjpaconnectionproviderfactory lambda lazyinit 0 defaultjpaconnectionproviderfactory java 211 at org keycloak model util keycloakmodelutil suspendjtatransaction keycloakmodelutil java 753 at org keycloak connection jpa defaultjpaconnectionproviderfactory lazyinit defaultjpaconnectionproviderfactory java 162 at org keycloak connection jpa defaultjpaconnectionproviderfactory create defaultjpaconnectionproviderfactory java 87 at org keycloak connection jpa defaultjpaconnectionproviderfactory create defaultjpaconnectionproviderfactory java 65 at org keycloak service defaultkeycloaksession getprovider defaultkeycloaksession java 316 at org keycloak model jpa jparealmproviderfactory create jparealmproviderfactory java 64 at org keycloak model jpa jparealmproviderfactory create jparealmproviderfactory java 40 at org keycloak service defaultkeycloaksession getprovider defaultkeycloaksession java 316 at org keycloak service defaultkeycloaksession realmlocalstorage defaultkeycloaksession java 228 at org keycloak model cache infinispan realmcachesession getrealmdelegate realmcachesession java 149 at org keycloak model cache infinispan realmcachesession getrealm realmcachesession java 422 at org keycloak service manager appliancebootstrap isnewinstall appliancebootstrap java 46 at org keycloak service resource keycloakapplication 3 run keycloakapplication java 195 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak service resource keycloakapplication bootstrap keycloakapplication java 172 at org keycloak service resource keycloakapplication 1 run keycloakapplication java 136 at org keycloak model util keycloakmodelutil runjobintransaction keycloakmodelutil java 239 at org keycloak service resource keycloakapplication startup keycloakapplication java 128 at org keycloak provider wildfly wildflyplatform onstartup wildflyplatform java 36 at org keycloak service resource keycloakapplication keycloakapplication java 114 at sun reflect nativeconstructoraccessorimpl newinstance0 native method at sun reflect nativeconstructoraccessorimpl newinstance nativeconstructoraccessorimpl java 62 at sun reflect delegatingconstructoraccessorimpl newinstance delegatingconstructoraccessorimpl java 45 at java lang reflect constructor newinstance constructor java 423 at org jboss resteasy core constructorinjectorimpl construct constructorinjectorimpl java 152 at org jboss resteasy spi resteasyproviderfactory createproviderinstance resteasyproviderfactory java 2835 at org jboss resteasy spi resteasydeployment createapplication resteasydeployment java 376 at org jboss resteasy spi resteasydeployment startinternal resteasydeployment java 288 at org jboss resteasy spi resteasydeployment start resteasydeployment java 98 at org jboss resteasy plugin server servlet servletcontainerdispatcher init servletcontainerdispatcher java 140 at org jboss resteasy plugin server servlet httpservletdispatcher init httpservletdispatcher java 42 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 117 at org wildfly extension undertow security runaslifecycleinterceptor init runaslifecycleinterceptor java 78 at io undertow servlet core lifecyleinterceptorinvocation proceed lifecyleinterceptorinvocation java 103 at io undertow servlet core managedservlet defaultinstancestrategy start managedservlet java 305 at io undertow servlet core managedservlet createservlet managedservlet java 145 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 588 at io undertow servlet core deploymentmanagerimpl 2 call deploymentmanagerimpl java 559 at io undertow servlet core servletrequestcontextthreadsetupaction 1 call servletrequestcontextthreadsetupaction java 42 at io undertow servlet core contextclassloadersetupaction 1 call contextclassloadersetupaction java 43 at org wildfly extension undertow security securitycontextthreadsetupaction lambda create 0 securitycontextthreadsetupaction java 105 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at org wildfly extension undertow deployment undertowdeploymentinfoservice undertowthreadsetupaction lambda create 0 undertowdeploymentinfoservice java 1530 at io undertow servlet core deploymentmanagerimpl start deploymentmanagerimpl java 601 at org wildfly extension undertow deployment undertowdeploymentservice startcontext undertowdeploymentservice java 97 at org wildfly extension undertow deployment undertowdeploymentservice 1 run undertowdeploymentservice java 78 at java util concurrent executors runnableadapter call executor java 511 at java util concurrent futuretask run futuretask java 266 at org jboss thread contextclassloadersavingrunnable run contextclassloadersavingrunnable java 35 at org jboss thread enhancedqueueexecutor saferun enhancedqueueexecutor java 1990 at org jboss thread enhancedqueueexecutor threadbody doruntask enhancedqueueexecutor java 1486 at org jboss thread enhancedqueueexecutor threadbody run enhancedqueueexecutor java 1377 at java lang thread run thread java 748 at org jboss thread jbossthread run jbossthread java 513 cause by liquibase exception migrationfailedexception migration fail for change set meta inf jpa changelog 13 0 0 xml default role keycloak reason liquibase exception databaseexception duplicate column name default role fail sql alter table keycloak realm add default role varchar 255 null at liquibase changelog changeset execute changeset java 619 at liquibase changelog visitor updatevisitor visit updatevisitor java 51 at liquibase changelog changelogiterator run changelogiterator java 79 at liquibase liquibase update liquibase java 214 at liquibase liquibase update liquibase java 192 at liquibase liquibase update liquibase java 188 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider updatechangeset liquibasejpaupdaterprovider java 184 at org keycloak connection jpa updater liquibase liquibasejpaupdaterprovider update liquibasejpaupdaterprovider java 103 62 more cause by liquibase exception databaseexception duplicate column name default role fail sql alter table keycloak realm add default role varchar 255 null at liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 309 at liquibase executor jvm jdbcexecutor execute jdbcexecutor java 55 at liquibase executor jvm jdbcexecutor execute jdbcexecutor java 113 at liquibase database abstractjdbcdatabase execute abstractjdbcdatabase java 1277 at liquibase database abstractjdbcdatabase executestatement abstractjdbcdatabase java 1259 at liquibase changelog changeset execute changeset java 582 69 more cause by java sql sqlsyntaxerrorexception duplicate column name default role at com mysql cj jdbc exception sqlerror createsqlexception sqlerror java 120 at com mysql cj jdbc exception sqlerror createsqlexception sqlerror java 97 at com mysql cj jdbc exception sqlexceptionsmappe translateexception sqlexceptionsmappe java 122 at com mysql cj jdbc statementimpl executeinternal statementimpl java 782 at com mysql cj jdbc statementimpl execute statementimpl java 666 at org jboss jca adapters jdbc wrappedstatement execute wrappedstatement java 198 at liquibase executor jvm jdbcexecutor executestatementcallback doinstatement jdbcexecutor java 307 74 more 21 05 29 836 info org infinispan manager defaultcachemanager serverservice thread pool 55 stop cache manager null on null 21 05 29 840 error org jboss as controller management operation controller boot thread wflyctl0013 operation add fail address subsystem metric java lang nullpointerexception at org wildfly extension metric metricssubsystemadd 2 execute metricssubsystemadd java 91 at org jboss as controller abstractoperationcontext executestep abstractoperationcontext java 1040 at org jboss as controller abstractoperationcontext processstage abstractoperationcontext java 779 at org jboss as controller abstractoperationcontext executeoperation abstractoperationcontext java 468 at org jboss as controller operationcontextimpl executeoperation operationcontextimpl java 1415 at org jboss as controller modelcontrollerimpl boot modelcontrollerimpl java 529 at org jboss as controller abstractcontrollerservice boot abstractcontrollerservice java 515 at org jboss as controller abstractcontrollerservice boot abstractcontrollerservice java 477 at org jboss as server serverservice boot serverservice java 459 at org jboss as server serverservice boot serverservice java 412 at org jboss as controller abstractcontrollerservice 1 run abstractcontrollerservice java 416 at java lang thread run thread java 748 21 05 29 850 error org jboss as server serverservice thread pool 43 wflysrv0022 deploy of deployment keycloak server war be roll back with no failure message 21 05 29 872 info org jboss as msc service thread 1 3 wflysrv0050 keycloak 15 1 1 wildfly core 15 0 1 final stop in 406ms version 15 1 1 expect behavior no response actual behavior no response how to reproduce no response anything else no response |
keycloakkeycloak | special character escape for infinispan full text search | Bug | describe the bug this be a tracker for an infinispan issue which prevent we to do a proper escaping of special character during a full text search in a infinispan cache version 16 0 0 expect behavior no response actual behavior no response how to reproduce no response anything else |
keycloakkeycloak | database configuration test | Enhancement | description we should be run some basic sanity test use the different database we support initially we should be enable these test when run jvm test they should be enough to enable test coverage to the different database configuration we support later we should be look at run test against the distribution discussion no response motivation we should be run some basic sanity test use the different database we support detail no response |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.