From 545cf57cfbd38fb5f140b4cc1141d3b620660ae9 Mon Sep 17 00:00:00 2001 From: Torsten Juergeleit Date: Mon, 18 Mar 2024 23:15:36 +0100 Subject: [PATCH] Layout changes --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9bdef5b..d651511 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Keycloak Confluence LDAP Group Mapper - [![CI build](https://github.com/vaulttec/keycloak-confluence-ldap-group-mapper/actions/workflows/ci-build.yml/badge.svg)](hhttps://github.com/vaulttec/keycloak-confluence-ldap-group-mapper/actions/workflows/ci-build.yml) ![](https://img.shields.io/github/license/vaulttec/keycloak-confluence-ldap-group-mapper?label=License) ![](https://img.shields.io/badge/Keycloak-23.0-blue) Custom [Keycloak](https://www.keycloak.org) LDAP Group Mapper which creates groups and group memberships retrieved from [Confluence](https://www.atlassian.com/software/confluence) pages (representing the group hierarchy) and page properties (providing a HTML table with a group member column) via [Confluence's REST API](config/mock/confluence-openapi.yaml). +## Credit This project uses ideas or artifacts from other projects, e.g. * The [peanuts-userprovider](https://github.com/dasniko/keycloak-extensions-demo/tree/main/peanuts-userprovider) from Niko Köbler's [keycloak-extensions-demo](https://github.com/dasniko/keycloak-extensions-demo) project. * The test support [KeycloakEnvironment](https://github.com/thomasdarimont/keycloak-project-example/blob/main/keycloak/extensions/src/test/java/com/github/thomasdarimont/keycloak/custom/KeycloakEnvironment.java) and [OpenLDAP support](https://github.com/thomasdarimont/keycloak-project-example/blob/main/deployments/local/dev/docker-compose-openldap.yml) from Thomas Darimont's [keycloak-project-example](https://github.com/thomasdarimont/keycloak-project-example) @@ -13,7 +13,6 @@ This project uses ideas or artifacts from other projects, e.g. Kudos to Niko and Thomas for their great work! ## Demo Docker Compose Environment - There's a `docker-compose.yml` definition to use with Docker Compose. It uses the same configuration as the integration tests. Build and run all the stuff with: