{"id":22253059,"url":"https://github.com/plusauth/ciba-playground","last_synced_at":"2026-02-16T07:01:30.230Z","repository":{"id":132677943,"uuid":"403598361","full_name":"PlusAuth/ciba-playground","owner":"PlusAuth","description":"OpenID Connect CIBA (Client-Initiated Backchannel Authentication Flow) playground application","archived":false,"fork":false,"pushed_at":"2022-10-26T10:52:30.000Z","size":208,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-09T11:14:46.948Z","etag":null,"topics":["ciba","openid"],"latest_commit_sha":null,"homepage":"","language":"Vue","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/PlusAuth.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,"zenodo":null}},"created_at":"2021-09-06T11:34:29.000Z","updated_at":"2025-03-26T06:43:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"4cbc5075-a429-4e5c-949d-d9d7cef090ae","html_url":"https://github.com/PlusAuth/ciba-playground","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/PlusAuth/ciba-playground","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusAuth%2Fciba-playground","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusAuth%2Fciba-playground/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusAuth%2Fciba-playground/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusAuth%2Fciba-playground/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PlusAuth","download_url":"https://codeload.github.com/PlusAuth/ciba-playground/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PlusAuth%2Fciba-playground/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ciba","openid"],"created_at":"2024-12-03T07:16:03.185Z","updated_at":"2026-02-16T07:01:30.213Z","avatar_url":"https://github.com/PlusAuth.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## CIBA Playground\n![demo](public/demo.gif)\n\nThis is a demonstration of how OpenID CIBA works on a simple use case. \n\n\u003e **DISCLAIMER:**\n\u003e This project is **NOT** production grade. To simplify demonstration, some functions handled at client side which **SHOULD NOT** be the same in real world applications. \n\nImage below demonstrates the flow. To decrease complexity, error cases are excluded.\n![ciba-poll-flow](public/ciba-poll-flow.png)\n\n## Before you begin\nMake sure you have configured/ensured your provider to have/is:\n- CIBA support (w/ Poll mode)\n- JWT for Client Authentication\n- Public IP/Address for your environment or an [ngrok](https://ngrok.com/) account.\n\n## Prerequisites\n1) Create a client in your provider with:\n   - `urn:openid:params:grant-type:ciba` grant type\n   - `client_secret_jwt` token endpoint auth method\n\n2) Configure your provider/auth service to trigger end-user device by making a `POST` request to `\u003cYOUR_PUBLIC_ADDRESS\u003e:\u003cSERVER_PORT\u003e/prompt_end_user`\nwith body containing `authRequest`. Have a look at [src/components/EndUser.vue:82](src/components/EndUser.vue#L82)  \n\n## Usage\nClone repository and install dependencies with\n```shell\nnpm install\n```\n\nCreate your environment file `.env` containing values according to your setup. Have a look at [.env.template](.env.template) file. Or you can set your values inside application, but they won't be stored.\n\nFinally, execute run script\n```shell\nnpm run start\n```\n\nBrowse to application by given server configuration which defaults to [http://localhost:8801](http://localhost:8801)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplusauth%2Fciba-playground","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplusauth%2Fciba-playground","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplusauth%2Fciba-playground/lists"}