{"id":20365046,"url":"https://github.com/h3ar7b3a7/keycloakwithspring","last_synced_at":"2026-04-22T03:33:30.243Z","repository":{"id":136744535,"uuid":"414170294","full_name":"H3AR7B3A7/KeyCloakWithSpring","owner":"H3AR7B3A7","description":"Exploring KeyCloak with a Spring application.","archived":false,"fork":false,"pushed_at":"2021-10-11T15:02:06.000Z","size":77,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-09T15:22:33.402Z","etag":null,"topics":["jwt","keycloak","oauth2","openid-connect","saml"],"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/H3AR7B3A7.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-10-06T10:40:51.000Z","updated_at":"2021-10-11T15:02:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3f0618d-b548-4b31-aa4d-06d28426dc3d","html_url":"https://github.com/H3AR7B3A7/KeyCloakWithSpring","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/H3AR7B3A7/KeyCloakWithSpring","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H3AR7B3A7%2FKeyCloakWithSpring","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H3AR7B3A7%2FKeyCloakWithSpring/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H3AR7B3A7%2FKeyCloakWithSpring/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H3AR7B3A7%2FKeyCloakWithSpring/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/H3AR7B3A7","download_url":"https://codeload.github.com/H3AR7B3A7/KeyCloakWithSpring/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/H3AR7B3A7%2FKeyCloakWithSpring/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32119929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T00:31:26.853Z","status":"online","status_checked_at":"2026-04-22T02:00:05.693Z","response_time":58,"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":["jwt","keycloak","oauth2","openid-connect","saml"],"created_at":"2024-11-15T00:15:19.244Z","updated_at":"2026-04-22T03:33:30.221Z","avatar_url":"https://github.com/H3AR7B3A7.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Key Cloak\n\n[[Original Documentation](https://www.keycloak.org/docs/latest/getting_started/index.html)]\n\n## Setup Container\n\ndocker pull jboss/keycloak:latest\ndocker run --name KeyCloak -e KEYCLOAK_USER=root -e KEYCLOAK_PASSWORD=pass -p 8888:8080 jboss/keycloak\n\nThe server will be available at:\n\nhttp://localhost:8888/auth\n\n```\nuser: root\npassword: pass\n```\n\n## Realm\n\nMaster realm:\n- Created on server setup with admin credentials\n- Only used to create other realms\n\nOther realms:\n- Used to create users \u0026 applications\n- Applications are owned by users\n\n### Create Realm\n\nMaster menu (top left) -\u003e Add realm...\n\nExample name: \"overworld\"\n\n### Create Group\n\nManage -\u003e Groups -\u003e New...\n\nExample group: \"humans\"\n\n### Create User\n\nManage -\u003e Users -\u003e Add user...\n\n*After saving set a temporary password in the credentials tab.*\n\nExample user: \"steve\"\n\n### Create Client\n\nClients -\u003e Create...\n\n```\nAccess type: confidential\nValid Redirect URIs: http://localhost:8080/login/oauth2/code/first-keycloak-client\n```\n\n*Get the client secret from the credentials tab.*\n\nTo enable fine-grained authorization support:\n- Toggle **Authorization Enabled**\n- A tab named **Authorization** will appear\n\n\n## Log In\n\nLogin page for overworld user:\n\nhttp://localhost:8888/auth/realms/overworld/account\n\nLogin page for admin user:\n\nhttp://localhost:8888/auth/realms/master/account/\n\n## Some Projects\n\n- [OpenID Connect (+ Thymeleaf)](first-attempt/README.md)\n- [SAML ???](second-attempt/README.md)\n- [OpenID Connect (REST Service)](third-attempt/README.md)\n\n\n---\nWork in progress ...","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3ar7b3a7%2Fkeycloakwithspring","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fh3ar7b3a7%2Fkeycloakwithspring","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fh3ar7b3a7%2Fkeycloakwithspring/lists"}