{"id":20216122,"url":"https://github.com/vengarioth/keycloak-sso-service","last_synced_at":"2026-05-27T23:32:22.633Z","repository":{"id":70272316,"uuid":"147784607","full_name":"Vengarioth/keycloak-sso-service","owner":"Vengarioth","description":null,"archived":false,"fork":false,"pushed_at":"2018-09-07T07:26:34.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T11:24:05.405Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/Vengarioth.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":"2018-09-07T07:05:37.000Z","updated_at":"2018-09-07T07:26:36.000Z","dependencies_parsed_at":"2023-02-22T08:45:34.670Z","dependency_job_id":null,"html_url":"https://github.com/Vengarioth/keycloak-sso-service","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Vengarioth/keycloak-sso-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkeycloak-sso-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkeycloak-sso-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkeycloak-sso-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkeycloak-sso-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Vengarioth","download_url":"https://codeload.github.com/Vengarioth/keycloak-sso-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Vengarioth%2Fkeycloak-sso-service/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33588345,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-27T02:00:06.184Z","response_time":53,"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-14T06:26:28.787Z","updated_at":"2026-05-27T23:32:22.616Z","avatar_url":"https://github.com/Vengarioth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keycloak SSO Service\n\nMinimal stateless OpenID Connect SSO REST API Service to be used in front of Keycloak.\n\n## environment variables\n\n| key                       | description                                                 | example                                |\n|---------------------------|-------------------------------------------------------------|----------------------------------------|\n| PORT                      | the port the server will listen on                          | `3000`                                 |\n| AUTH_SERVER_URL           | the url the auth server is found at                         | `http://localhost:8080/auth`           |\n| AUTH_SERVER_CLIENT_ID     | the client_id used to authenticate with the auth server     | `test-client`                          |\n| AUTH_SERVER_CLIENT_SECRET | the client_secret used to authenticate with the auth server | `00000000-0000-0000-0000-000000000000` |\n| AUTH_SERVER_REALM         | the realm on the auth server to connect to                  | `users`                                |\n\n## endpoints\n\n| address         | body                                             | response                                                               |\n|-----------------|--------------------------------------------------|------------------------------------------------------------------------|\n| `/authenticate` | `{ \"username\": \u003cstring\u003e, \"password\": \u003cstring\u003e }` | `{ \"id_token\": \u003cjwt\u003e, \"access_token\": \u003cjwt\u003e, \"refresh_token\": \u003cjwt\u003e }` |\n| `/refresh`      | `{ \"refresh_token\": \u003cjwt\u003e }`                     | `{ \"id_token\": \u003cjwt\u003e, \"access_token\": \u003cjwt\u003e, \"refresh_token\": \u003cjwt\u003e }` |\n\n## licence\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fkeycloak-sso-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvengarioth%2Fkeycloak-sso-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvengarioth%2Fkeycloak-sso-service/lists"}