{"id":20285767,"url":"https://github.com/paneladev/keycloak-example","last_synced_at":"2026-04-13T21:32:13.216Z","repository":{"id":252318558,"uuid":"840078789","full_name":"paneladev/keycloak-example","owner":"paneladev","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-08T23:48:40.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-30T08:00:30.527Z","etag":null,"topics":["java","jwt","jwt-token","keycloak","spring-boot","spring-security"],"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/paneladev.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":"2024-08-08T23:41:31.000Z","updated_at":"2024-08-08T23:49:23.000Z","dependencies_parsed_at":"2024-08-09T01:52:14.701Z","dependency_job_id":null,"html_url":"https://github.com/paneladev/keycloak-example","commit_stats":null,"previous_names":["paneladev/keycloak-example"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/paneladev/keycloak-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paneladev%2Fkeycloak-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paneladev%2Fkeycloak-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paneladev%2Fkeycloak-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paneladev%2Fkeycloak-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/paneladev","download_url":"https://codeload.github.com/paneladev/keycloak-example/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/paneladev%2Fkeycloak-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771819,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["java","jwt","jwt-token","keycloak","spring-boot","spring-security"],"created_at":"2024-11-14T14:28:50.083Z","updated_at":"2026-04-13T21:32:13.196Z","avatar_url":"https://github.com/paneladev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Spring Boot + Spring Security + Keycloak\n\n### Exemplo de uso do Keycloak para realizar a autenticação e autorização para acessar os endpoints da aplicação.\n\n### Configurar Keycloak via Docker\n\n```\ndocker run -p 8080:8080 -e KEYCLOAK_ADMIN=admin -e KEYCLOAK_ADMIN_PASSWORD=admin quay.io/keycloak/keycloak:25.0.2 start-dev\n```\n\n### Acessar o consoel do Keycloak\n```\nhttp://localhost:8080/admin\n```\n\n### Exemplo de requisição para gerar o token via Keycloak\n\n```\ncurl --request POST \\\n  --url http://localhost:8080/realms/myrealm/protocol/openid-connect/token \\\n  --header 'Content-Type: application/x-www-form-urlencoded' \\\n  --data grant_type=password \\\n  --data client_id=meuclient \\\n  --data username=renanlessa \\\n  --data password=renan123\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaneladev%2Fkeycloak-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpaneladev%2Fkeycloak-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpaneladev%2Fkeycloak-example/lists"}