{"id":30785302,"url":"https://github.com/cerberauth/testid-ory","last_synced_at":"2025-09-05T11:53:50.174Z","repository":{"id":252099742,"uuid":"811577790","full_name":"cerberauth/testid-ory","owner":"cerberauth","description":"TestID - OpenID Connect Provider for testing and development environments using Ory Hydra.","archived":false,"fork":false,"pushed_at":"2025-08-14T15:03:56.000Z","size":118,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-14T17:16:48.378Z","etag":null,"topics":["automated-testing","golang","oauth2","openid-connect","openidconnect","ory","ory-hydra","test-automation","testid","testing"],"latest_commit_sha":null,"homepage":"https://testid.cerberauth.com/","language":"Go","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/cerberauth.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-06T21:51:28.000Z","updated_at":"2025-05-31T14:44:33.000Z","dependencies_parsed_at":"2025-01-15T15:33:30.654Z","dependency_job_id":"ed1928b4-4d56-4fc8-a1e8-018b68f02ed3","html_url":"https://github.com/cerberauth/testid-ory","commit_stats":null,"previous_names":["cerberauth/testid","cerberauth/testid-ory"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/cerberauth/testid-ory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberauth%2Ftestid-ory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberauth%2Ftestid-ory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberauth%2Ftestid-ory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberauth%2Ftestid-ory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cerberauth","download_url":"https://codeload.github.com/cerberauth/testid-ory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cerberauth%2Ftestid-ory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273754327,"owners_count":25161917,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"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":["automated-testing","golang","oauth2","openid-connect","openidconnect","ory","ory-hydra","test-automation","testid","testing"],"created_at":"2025-09-05T11:53:49.071Z","updated_at":"2025-09-05T11:53:50.137Z","avatar_url":"https://github.com/cerberauth.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TestID\n\nTestID - OpenID Connect Provider for testing and development environments.\n\nThis project is a simple OpenID Connect Provider that can be used for testing and development environments. It provides a simple way to test OAuth 2.0 and OpenID Connect flows. It is not intended for production use!\n\nCheck out [TestID](https://testid.cerberauth.com/).\n\n## Development\n\n```bash\ndocker compose -p cerberauth-testid -f docker-compose.yml -f docker-compose.dev.yml up -d\n```\n\n### OAuth 2.0 Clients\n\n### Authorization Code Flow\n\nCreate a client for the authorization code flow:\n\n```shell\nhydra create client \\\n    --endpoint http://localhost:4445 \\\n    --grant-type authorization_code,refresh_token \\\n    --response-type code,id_token \\\n    --scope openid,offline,offline_access,profile,email \\\n    --token-endpoint-auth-method client_secret_post \\\n    --redirect-uri http://127.0.0.1:4446/callback\n\ncode_client_id=\"{set to client id from output}\"\ncode_client_secret=\"{set to client secret from output}\"\nhydra perform authorization-code \\\n    --endpoint http://localhost:4444 \\\n    --client-id $code_client_id \\\n    --client-secret $code_client_secret\n\ncode_access_token=\"{set to access token from output}\"\nhydra introspect token $code_access_token\n```\n\n## Thanks\n\nThis project used the following open-source projects:\n* [Hydra](https://github.com/ory/hydra) - OpenID Connect and OAuth 2.0 Server\n* [Oathkeeper](https://github.com/ory/oathkeeper) - Identity \u0026 Access Proxy\n\n## License\n\nThis repository is licensed under the [MIT License](https://github.com/cerberauth/testid/blob/main/LICENSE) @ [CerberAuth](https://www.cerberauth.com/). You are free to use, modify, and distribute the contents of this repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerberauth%2Ftestid-ory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcerberauth%2Ftestid-ory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcerberauth%2Ftestid-ory/lists"}