Marco Descher

Results 128 comments of Marco Descher

@picman you are right. If you end the session, then you only invalidate the redmine session, and as soon as you click the OpenId login (with a valid openid session)...

Will check after https://github.com/kontron/redmine_oauth/issues/36 is integrated (easier ...)

What is the "Backchannel logout URL" to configure to Keycloak? ![grafik](https://github.com/user-attachments/assets/c461fcee-13c2-433e-867f-5550330448b2)

Thank you @picman for the patch, i have several points/questions to this 1. What does "Update login" effectively do? 2. You implemented a SSO Logoff. That is, if I select...

I'm not sure about this at the moment, could we probably move this to 2.2.6 and give it some time to think about?! I could then re-arrange the issues with...

In the test examples https://github.com/adorsys/keycloak-config-cli/blob/main/src/test/resources/import-files/groups/01_update_realm_add_group.json no `path` attribute was used. Thus I removed the `path` values, yet the error stays the same.

`--import.managed.group=full` also does not solve the problem

Debug info shows, that for some reason, [GroupImportService](https://github.com/adorsys/keycloak-config-cli/blob/554c4a1788c87a5807bf3fd8f802bbc52b968b5a/src/main/java/de/adorsys/keycloak/config/service/GroupImportService.java#L139) fails to correctly find the existing group, and tries to add it again? ``` ee-config-1 | Caused by: jakarta.ws.rs.WebApplicationException: Create method returned...

I manually renamed the group entries `GroupMpa` -> `GroupMPA` and `GroupMpk` to `GroupMPK` in the database. After this the problem does NOT occur anymore. It seems that while the code...