fastapi-oidc
fastapi-oidc copied to clipboard
Verify and decrypt 3rd party OIDC ID tokens to protect your fastapi (https://github.com/tiangolo/fastapi) endpoints.
Hello, I have the next error: when I'm ussing `grant_types=["authorization_code"],` Error: `Missing+parameter:+code_challenge_method.` How can I specify the `code_challenge_method` ? thank you
Bumps [cryptography](https://github.com/pyca/cryptography) from 37.0.2 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
Hi, @HarryMWinters 1.) How can i generate token using this library on one endpoint? And then verify it on another endpoint. 2.) Can you show me (with code) how i...
- Select grant flows for docs - Granular optional auth for endpoints with `auth.required` and `auth.optional` - Granular scope verification with `Security` instead of `Depends` - Slightly more transparent argument...
Can you please provide a complete walk-through how to implement the example in an existing code? I received the client_id, base_authorization_server_uri, issuer (must be the same as base_authorization_server_uri in my...
Multiple types allowed is painful > aud REQUIRED. Audience(s) that this ID Token is intended for. It MUST contain the OAuth 2.0 client_id of the Relying Party as an audience...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 1.7.1 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
Hi, We have internal okta server configured, I am using fastapi-oidc for authentication and getting the following error  Same error is seen in firefox and chrome browser --Kiran