{"id":18518425,"url":"https://github.com/identitypython/idpy-oidc","last_synced_at":"2025-04-05T05:03:40.356Z","repository":{"id":38355795,"uuid":"473606531","full_name":"IdentityPython/idpy-oidc","owner":"IdentityPython","description":"Implementation of everything OIDC and OAuth2","archived":false,"fork":false,"pushed_at":"2024-10-29T14:06:13.000Z","size":3331,"stargazers_count":40,"open_issues_count":14,"forks_count":22,"subscribers_count":10,"default_branch":"main","last_synced_at":"2024-10-29T14:39:43.781Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/IdentityPython.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2022-03-24T12:57:14.000Z","updated_at":"2024-10-18T09:27:16.000Z","dependencies_parsed_at":"2022-07-14T03:20:40.733Z","dependency_job_id":"e1a2d059-a6ea-4a94-a829-4e2de1b07fcc","html_url":"https://github.com/IdentityPython/idpy-oidc","commit_stats":{"total_commits":202,"total_committers":7,"mean_commits":"28.857142857142858","dds":0.1188118811881188,"last_synced_commit":"7c8409db645e84d83c4f3b2c317d4c90f4ed62e7"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityPython%2Fidpy-oidc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityPython%2Fidpy-oidc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityPython%2Fidpy-oidc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IdentityPython%2Fidpy-oidc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IdentityPython","download_url":"https://codeload.github.com/IdentityPython/idpy-oidc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289409,"owners_count":20914464,"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","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-06T17:13:19.718Z","updated_at":"2025-04-05T05:03:40.341Z","avatar_url":"https://github.com/IdentityPython.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idpyoidc\n\n![CI build](https://github.com/IdentityPython/idpy-oidc/workflows/idpy-oidc/badge.svg)\n![pypi](https://img.shields.io/pypi/v/idpyoidc.svg)\n[![Downloads](https://pepy.tech/badge/idpyoidc)](https://pepy.tech/project/idpyoidc)\n[![Downloads](https://pepy.tech/badge/idpyoidc/week)](https://pepy.tech/project/idpyoidc)\n![License](https://img.shields.io/badge/license-Apache%202-blue.svg)\n\nThis project is a Python implementation of everything OpenID Connect and OAuth2.\n\n## Introduction\n\nidpyoidc is the 2nd layer in the JwtConnect stack (cryptojwt, idpyoidc).\nAs OIDC OP Idpy implements the following standards:\n\n* [OpenID Connect Core 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-core-1_0.html)\n* [Web Finger](https://openid.net/specs/openid-connect-discovery-1_0.html#IssuerDiscovery)\n* [OpenID Connect Discovery 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-discovery-1_0.html)\n* [OpenID Connect Dynamic Client Registration 1.0 incorporating errata set 1](https://openid.net/specs/openid-connect-registration-1_0.html)\n* [OpenID Connect Session Management 1.0](https://openid.net/specs/openid-connect-session-1_0.html)\n* [OpenID Connect Back-Channel Logout 1.0](https://openid.net/specs/openid-connect-backchannel-1_0.html)\n* [OpenID Connect Front-Channel Logout 1.0](https://openid.net/specs/openid-connect-frontchannel-1_0.html)\n* [OAuth2 Token introspection](https://tools.ietf.org/html/rfc7662)\n* [OAuth 2.0 Form Post Response Mode](https://openid.net/specs/oauth-v2-form-post-response-mode-1_0.html)\n\nIt also comes with the following `add_on` modules.\n\n* Custom scopes, that extends [OIDC standard ScopeClaims](https://openid.net/specs/openid-connect-core-1_0.html#ScopeClaims)\n* [Proof Key for Code Exchange by OAuth Public Clients (PKCE)](https://tools.ietf.org/html/rfc7636)\n* [OAuth2 PAR](https://datatracker.ietf.org/doc/html/rfc9126)\n* [OAuth2 RAR](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-rar)\n* [OAuth2 DPoP](https://tools.ietf.org/id/draft-fett-oauth-dpop-04.html)\n* [OAuth 2.0 Authorization Server Issuer Identification](https://datatracker.ietf.org/doc/draft-ietf-oauth-iss-auth-resp)\n\n## Usage \n\nIf you want to add or replace functionality the official documentation should be able to tell you how.\nIf you are just going to build a standard OP you only have to understand how to write your configuration file.\nIn `example/` folder you'll find some complete examples based on flask and django.\n\nPlease read the [Official Documentation](https://idpy-oidc.readthedocs.io/) for getting usage examples and further informations.\n\n## Contribute\n\nYour contribution is welcome, no question is useless and no answer is obvious, we need you.\n\n#### Contribute as end user\n\nPlease open an issue if you've discoveerd a bug or if you want to ask some features.\n\n#### Contribute as developer\n\nPlease open your Pull Requests on the __develop__ branch. \nPlease consider the following branches:\n\n - __main__: where we merge the code before tag a new stable release.\n - __develop__: where we push our code during development.\n - __other-custom-name__: where a new feature/contribution/bugfix will be handled, revisioned and then merged to dev branch.\n\n## Certifications\n[![OIDC Certification](https://openid.net/wordpress-content/uploads/2016/04/oid-l-certification-mark-l-rgb-150dpi-90mm-300x157.png)](https://www.certification.openid.net/plan-detail.html?public=true\u0026plan=7p3iPQmff6Ohv)\n\n## License\n\nThe entire project code is open sourced and therefore licensed under the [Apache 2.0](https://en.wikipedia.org/wiki/Apache_License).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidentitypython%2Fidpy-oidc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidentitypython%2Fidpy-oidc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidentitypython%2Fidpy-oidc/lists"}