{"id":13565233,"url":"https://github.com/keycloak/keycloak-quickstarts","last_synced_at":"2025-04-12T04:39:52.416Z","repository":{"id":37432249,"uuid":"78640217","full_name":"keycloak/keycloak-quickstarts","owner":"keycloak","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-18T07:59:34.000Z","size":107750,"stargazers_count":2091,"open_issues_count":51,"forks_count":1005,"subscribers_count":68,"default_branch":"main","last_synced_at":"2025-04-05T02:01:31.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/keycloak.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2017-01-11T13:11:18.000Z","updated_at":"2025-04-03T07:54:52.000Z","dependencies_parsed_at":"2023-10-04T15:11:09.925Z","dependency_job_id":"50e5c1dc-dc82-4b89-a16d-71f91ffcd84a","html_url":"https://github.com/keycloak/keycloak-quickstarts","commit_stats":{"total_commits":392,"total_committers":44,"mean_commits":8.909090909090908,"dds":0.8316326530612245,"last_synced_commit":"e67e64d8d429a50f5187ee6dc06b0dee9fc08fe2"},"previous_names":[],"tags_count":116,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloak%2Fkeycloak-quickstarts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloak%2Fkeycloak-quickstarts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloak%2Fkeycloak-quickstarts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keycloak%2Fkeycloak-quickstarts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keycloak","download_url":"https://codeload.github.com/keycloak/keycloak-quickstarts/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248518936,"owners_count":21117752,"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-08-01T13:01:42.881Z","updated_at":"2025-04-12T04:39:52.357Z","avatar_url":"https://github.com/keycloak.png","language":"Java","funding_links":[],"categories":["Java","Example Projects"],"sub_categories":[],"readme":"# \u003cspan\u003eKeycloak\u003c/span\u003e Quickstarts\n\n\u003cspan\u003eKeycloak\u003c/span\u003e is an Open Source Identity and Access Management solution for modern Applications and Services.\n\nThe quickstarts herein provided demonstrate securing applications with \u003cspan\u003eKeycloak\u003c/span\u003e using different programming languages (and frameworks) \nand how to extend the server capabilities through a set of Java-based [Service Provider Interfaces(SPI)](https://www.keycloak.org/docs/latest/server_development/). \nThey provide small, specific, working examples that can be used as a reference for your own project.\n\nThey are organized in this repository under different categories (or directories) as follows:\n\n| Category  | Description                                                                           |\n|-----------|---------------------------------------------------------------------------------------|\n| extension | Examples about how to extend the server capabilities using some of the Keycloak SPIs. |\n| jakarta   | Examples about how to secure Jakarta Applications                                        |\n| js        | Examples about how to secure JavaScript Applications                                  |\n| nodejs    | Examples about how to secure NodeJS Applications                                      |\n| spring    | Examples about how to secure Spring Applications                                      |\n\nFor any missing programming language and framework, you might want to consider looking at:\n\n* **Quarkus**\n  * [Securing a Client Application](https://quarkus.io/guides/security-oidc-code-flow-authentication-tutorial)\n  * [Securing a Resource Server Application](https://quarkus.io/guides/security-oidc-bearer-token-authentication-tutorial)\n\nWe are happy to accept contributions for any reference that demonstrates how to\nintegrate Keycloak with additional programming languages or frameworks.\n\n## Building, Testing, and Running the Quickstarts\n\nFirst clone the Keycloak repository:\n\n    git clone https://github.com/keycloak/keycloak-quickstarts.git\n    cd keycloak-quickstarts\n\nEach quickstart provides its own documentation with the steps you need to follow in order to build, test, and run the example.\nLook at the `README.md` file at the root of a quickstart for more details.\n\n### Chrome driver version\n\nSome automated tests rely on the chrome browser present on your laptop. Also you need to have correct version of chrome driver according\nto the version of the chrome browser used. In case of the issues, see [Chrome page](https://googlechromelabs.github.io/chrome-for-testing/) and download\ncorrect chrome driver version for your Chrome browser. Then add system property `webdriver.chrome.driver` when running the tests according to chrome version\nand add whole path to the chrome driver. For instance something like `-Dwebdriver.chrome.driver=/somedir/chromedriver-linux64-119.0.6045.105/chromedriver`.\n\n## Help and Documentation\n\n* [Documentation](https://www.keycloak.org/documentation.html)\n* [User Mailing List](https://groups.google.com/d/forum/keycloak-user) - Mailing list for help and general questions about Keycloak\n\n## Reporting Security Vulnerabilities\n\nIf you've found a security vulnerability, please look at the [instructions on how to properly report it](https://github.com/keycloak/keycloak/security/policy)\n\n## Reporting an issue\n\nIf you believe you have discovered a defect in Keycloak, please open [an issue](https://github.com/keycloak/keycloak-quickstarts/issues).\nPlease remember to provide a good summary, description as well as steps to reproduce the issue.\n\n## Contributing\n\nBefore contributing to this repository, please read our [contributing guidelines](CONTRIBUTING.md).\n\n## Related Projects\n\n* [Keycloak](https://github.com/keycloak/keycloak) - Keycloak Server and Java adapters\n* [Keycloak Node.js Connect](https://github.com/keycloak/keycloak-nodejs-connect) - Node.js adapter for Keycloak\n* [Keycloak Node.js Admin Client](https://github.com/keycloak/keycloak/tree/main/js/libs/keycloak-admin-client) - Node.js library for Keycloak Admin REST API\n\n## License\n\n* [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycloak%2Fkeycloak-quickstarts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeycloak%2Fkeycloak-quickstarts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeycloak%2Fkeycloak-quickstarts/lists"}