{"id":19472389,"url":"https://github.com/aboutbits/keycloak-extensions","last_synced_at":"2025-07-30T13:33:53.388Z","repository":{"id":45333824,"uuid":"311122650","full_name":"aboutbits/keycloak-extensions","owner":"aboutbits","description":null,"archived":false,"fork":false,"pushed_at":"2022-10-17T06:17:20.000Z","size":16,"stargazers_count":31,"open_issues_count":0,"forks_count":30,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-25T12:46:11.131Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aboutbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-11-08T18:00:24.000Z","updated_at":"2025-01-08T07:53:08.000Z","dependencies_parsed_at":"2023-01-20T02:02:13.445Z","dependency_job_id":null,"html_url":"https://github.com/aboutbits/keycloak-extensions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aboutbits/keycloak-extensions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fkeycloak-extensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fkeycloak-extensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fkeycloak-extensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fkeycloak-extensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aboutbits","download_url":"https://codeload.github.com/aboutbits/keycloak-extensions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aboutbits%2Fkeycloak-extensions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267875633,"owners_count":24158781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:14:17.221Z","updated_at":"2025-07-30T13:33:53.358Z","avatar_url":"https://github.com/aboutbits.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak Extensions\n\nThis repository shows how you can extend Keycloak's features.\n\n## Table of content\n\n- [Prerequisites](#prerequesites)\n- [Setup](#setup)\n- [Custom Event Listener](#custom-event-listener)\n\n## Prerequisites\n\n- [Docker](https://docs.docker.com/get-docker/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Setup\n\n### Build the artefact of the custom event listener\n\nIf you want to test the example event listener, than you have to build it before you start the keycloak server.\n\n```bash\ncd custom-event-listener \u0026\u0026 docker run --rm -v \"$PWD\":/usr/src/app -w /usr/src/app maven:3-openjdk-11 mvn clean install\n\n```\n\n### Start and stop the containers\n\nBefore start working you have to start the Docker containers:\n\n```bash\ndocker-compose up --build --detach\n```\n\nAfter finished working you can stop the Docker containers:\n\n```bash\ndocker-compose stop\n```\n\nThe website will be accessible at [http://localhost:8080/](http://localhost:8080/). The default username for the master realm is \"admin\" and the password \"password\".\n\n### SMTP Server\n\nIn order to test the whole workflow locally, [Mailhog](https://github.com/mailhog/MailHog) is set up and can be configured as SMTP server that catches all outgoing mails. These are the SMTP configurations:\n\n- Host: mailhog\n- Port: 1025\n\nAll catched emails can be visited at [http://localhost:8025/](http://localhost:8025/).\n\n## Custom Event Listener\n\nLets build a custom event listener, that sends an email to an admin on every new registration.\n\nFollow this [link](custom-event-listener/README.md) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fkeycloak-extensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faboutbits%2Fkeycloak-extensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faboutbits%2Fkeycloak-extensions/lists"}