Dimitrios Michail

Results 14 comments of Dimitrios Michail

Hi, this is indeed a false positive. Anyway, thanks for your comment. I took the opportunity to clean up the code based on SonarCube's findings.

It is a bit counter-intuitive but we are using https://datatracker.ietf.org/doc/html/rfc4180 which is a bit strict. You need to remove the space between the two values. If you write "0,1" is...

You are right, we have a bug in our grammar. It assumes that your input has at least two lines and that each line ends with a `\n`, even the...

Not really! I guess you are referring to either `DaryArrayAddressableHeap` or `BinaryArrayAddressableHeap`. I should add a method which also accepts a collection as argument and populates it with the handles.

Yes, an iterator over all handles is a more elegant solution. Other heaps do not have such a problem as they do not have a heapify method.

Updated the codebase for keycloak 24.0.4. Now the extra attributes appear in the new admin UI, and you do not have to set them up using some low-level technique (json...

Full UI support is back in version 24. For version 23 you need to configure either with realm json import, or use some admin API client, or directly from the...

In 24 they do. Make sure that you are running the version of the extension for kc 24 and kc 24. ![Screenshot from 2024-06-05 15-20-37](https://github.com/grnet/eidas-keycloak-extension/assets/15940875/23ffa340-3652-4944-bcd8-a9ae82eaf147) We have no control where...

Indeed. The docs have screenshots from older versions. I will try to add some screenshots with the 24 version behavior. Thanks

Hi, indeed starting from version 19 the config options are not rendered. This is due to a change (probably bug) in keycloak where the partial ftl templates are not found...