{"id":16032792,"url":"https://github.com/threez/keycloak.cr","last_synced_at":"2025-12-31T14:27:43.291Z","repository":{"id":162505980,"uuid":"636745565","full_name":"threez/keycloak.cr","owner":"threez","description":"Access the keycloak admin API from Crystal","archived":false,"fork":false,"pushed_at":"2023-05-11T19:48:08.000Z","size":133,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-01T13:16:13.385Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/threez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-05T14:43:33.000Z","updated_at":"2023-05-06T10:22:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8bf558c8-8a3b-4205-8872-00ffb44bf046","html_url":"https://github.com/threez/keycloak.cr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/threez/keycloak.cr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fkeycloak.cr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fkeycloak.cr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fkeycloak.cr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fkeycloak.cr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/threez","download_url":"https://codeload.github.com/threez/keycloak.cr/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/threez%2Fkeycloak.cr/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265844993,"owners_count":23837695,"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","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-10-08T21:40:36.221Z","updated_at":"2025-12-31T14:27:43.265Z","avatar_url":"https://github.com/threez.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# keycloak [![.github/workflows/ci.yml](https://github.com/threez/keycloak.cr/actions/workflows/ci.yml/badge.svg)](https://github.com/threez/keycloak.cr/actions/workflows/ci.yml) [![https://threez.github.io/keycloak.cr/](https://badgen.net/badge/api/documentation/green)](https://threez.github.io/keycloak.cr/)\n\nAccess the keycloak admin API from Crystal.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     keycloak:\n       github: threez/keycloak.cr\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"keycloak\"\n\nKC = Keycloak::Client.new(\"https://id.example.de/realms/me/.well-known/openid-configuration\", \"client-id\", \"secret\")\nputs KC.user_groups(\"1f74cab4-8d90-4956-bb54-ecac9176404f\")\n```\n\nTODO: Write usage instructions here\n\n## Implemented\n\n*  Users\n*  Groups\n\n## TODO\n\n### Keycloak\n\n*  Attack Detection\n*  Authentication Management\n*  Client Attribute Certificate\n*  Client Initial Access\n*  Client Registration Policy\n*  Client Role Mappings\n*  Client Scopes\n*  Clients\n*  Component\n*  Identity Providers\n*  Key\n*  Protocol Mappers\n*  Realms Admin\n*  Role Mapper\n*  Roles\n*  Roles (by ID)\n*  Scope Mappings\n\n### Extensions\n\n* [Organizations (PhaseTwo)](https://phasetwo.io/api/phase-two-admin-rest-api/)\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/threez/keycloak.cr/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Vincent Landgraf](https://github.com/threez) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fkeycloak.cr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthreez%2Fkeycloak.cr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthreez%2Fkeycloak.cr/lists"}