Simon Schürg

Results 4 issues of Simon Schürg

Are there plans to add OpenID Connect authentication support? With this feature existing OIDC identity providers such as keycloak, dex and social logins could be used. Relates to #174

Enhancement

Example TypeORM Query with working expected results: ```ts // Getting all Res1 records for a user with ${username} but only for the latest series identified with `seriesId` const typeormQuery =...

### Current Behavior An error is thrown when `org.keycloak.representations.idm.RoleRepresentation.getDescription()` returns null. It happens, when roles have no description. This happens here https://github.com/adorsys/keycloak-config-cli/blob/main/src/main/java/de/adorsys/keycloak/config/util/KeycloakUtil.java#L50 ``` Cannot invoke "String.equals(Object)" because the return value...

bug

### Description I’d like to suggest adding an `-a, --all` option to the `docker rm` command. With this we could do commands like `docker rm --all --force`. It would allow...

kind/feature
status/0-triage