idpy-oidc
idpy-oidc copied to clipboard
Implementation of everything OIDC and OAuth2
The dump/load methods used for persistence storage of state was not working well in the general case. This PR fixes that
First of all thank you for publishing this package, it's making my life a whole lot easier. I noticed a feature missing that's kind of critical for what I'm doing:...
Hi Roland, Thanks for providing this library. I am looking for a Python OIDC library, ideally with support for sending PARs, which it seems your library provides through the addon....
I am planning to add missing claims for Oauth2 Protected Resource to the idpy-oidc repo, as they are completey different from rp. So I will prepare a PR with these...
Hi! I have manually registered my client with an OP and received the client ID and client secret. How do I initialize an RPHandler using these settings, i.e., without using...
Hi. Thanks a bunch for this library; its just what I needed. I'm mostly interested in the flask_rp use case. I downloaded your examples and tried to run them without...
I dont think this (rp) library supports refresh token. In rp_handler.py, method get_access_and_id_token, this line does get a refresh token from the op, in token_resp , when 'offline_access' is added...
We often talked in our idpy meetings about the possibility to speed up the http requests using an async approach. Well, me and Roland started this with asyncio and an...
Do we have an assessment for the [OAuth2 Security BCP compliances](https://datatracker.ietf.org/doc/html/draft-ietf-oauth-security-topics)?