{"id":22268135,"url":"https://github.com/curityio/nordicapis-python-openid-connect-client","last_synced_at":"2025-08-16T17:05:41.108Z","repository":{"id":12425223,"uuid":"71769907","full_name":"curityio/nordicapis-python-openid-connect-client","owner":"curityio","description":"Nordic APIs OpenID Connect workshop source code","archived":false,"fork":false,"pushed_at":"2023-08-11T08:57:44.000Z","size":167,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T09:14:22.183Z","etag":null,"topics":["code-example","oauth2","openid-connect","website"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/curityio.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}},"created_at":"2016-10-24T08:50:19.000Z","updated_at":"2025-04-11T13:21:03.000Z","dependencies_parsed_at":"2024-12-03T11:11:53.878Z","dependency_job_id":"527c8e7e-a8cf-44b9-a8b0-bddf55317454","html_url":"https://github.com/curityio/nordicapis-python-openid-connect-client","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/curityio/nordicapis-python-openid-connect-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fnordicapis-python-openid-connect-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fnordicapis-python-openid-connect-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fnordicapis-python-openid-connect-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fnordicapis-python-openid-connect-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/curityio","download_url":"https://codeload.github.com/curityio/nordicapis-python-openid-connect-client/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/curityio%2Fnordicapis-python-openid-connect-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270742043,"owners_count":24637504,"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-08-16T02:00:11.002Z","response_time":91,"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":["code-example","oauth2","openid-connect","website"],"created_at":"2024-12-03T11:11:41.011Z","updated_at":"2025-08-16T17:05:41.083Z","avatar_url":"https://github.com/curityio.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OAuth/OpenID Connect Workshop\n\n[![Quality](https://img.shields.io/badge/quality-demo-red)](https://curity.io/resources/code-examples/status/)\n[![Availability](https://img.shields.io/badge/availability-source-blue)](https://curity.io/resources/code-examples/status/)\n\nThis is a OpenID Connect example, used as an assigment in the OAuth2 and OpenID Connect workshop given by Curity AB.\n\n## Dependencies\n\n**python 3.7 (tested with python 3.7.4)\n\n**OpenSSL 1.0** to be able to do modern TLS versions.\n\n\n## Running the app\n\n```bash\n$ pipenv shell\n$ python app.py\n```\n\nFlask will start a web server listening on all interfaces. The webserver will by default use HTTPS with a selfsigned certificate for localhost.\nBrowse to https://localhost:5443 to see the app.\n\n## client_config.json\nclient_config.json is used as a configuration file for the example app. Change the values to match your system.\n\nName            | Type    | Mandatory | Default  | Description\n----------------| ------- | :-------: | -------- | :---------------\n`redirect_uri`  | string  |    ✓      |          | The redirect uri to use, must be registered for the client at the OpenID Connect server.\n`client_id`     | string  |    ✓      |          | The id for the client. Used to authenticate the client.\n`client_secret` | string  |    ✓      |          | The shared secret to use for authentication against the token endpoint.\n`issuer`        | URI     |    ✓      |          | The OAuth2/OpenID Connect issuer.\n`scope`         | string  |           |          | The scopes to ask for. Space separated string.\n`verify_ssl_server` | boolean |       | `true`   | Set to false to disable certificate checks.\n`debug`         | boolean |           | `false`  | If set to true, Flask will be in debug mode and write stacktraces if an error occurs\n`port`          | number  |           | `9080`   | The port that the Flask server should listen to\n`base_url`      | string  |           |          | base url to be added to internal redirects. Set this to enable the client to be behind a proxy.\n\n## Questions and Support\n\nFor questions and support, contact Curity AB:\n\n\u003e Curity AB\n\u003e\n\u003e info@curity.io\n\u003e https://curity.io\n\n\nCopyright (C) 2019 Curity AB.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurityio%2Fnordicapis-python-openid-connect-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcurityio%2Fnordicapis-python-openid-connect-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcurityio%2Fnordicapis-python-openid-connect-client/lists"}