Skip to content

Commit

Permalink
Use authlib #662 branch to fix token introspection endpoint (#219) (#223
Browse files Browse the repository at this point in the history
)

Signed-off-by: Adam Williamson <[email protected]>
  • Loading branch information
AdamWill authored Aug 1, 2024
1 parent 1631d7e commit 583c62f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN set -exo pipefail \
--disablerepo=* \
--enablerepo=fedora,updates \
gcc \
git-core \
krb5-devel \
openldap-devel \
python3 \
Expand Down
18 changes: 11 additions & 7 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ include = [
[tool.poetry.dependencies]
python = ">=3.8,<3.13"

# https://github.com/lepture/authlib/pull/662
# fix authlib to use correct auth method for token introspection
# fixes submitting waivers with Bodhi. remove this when there is
# a fixed stable authlib release
authlib = {git = "https://github.com/AdamWill/authlib.git", branch = "oauth2-fix-introspect-endpoint"}

flask = "^2.2.5"
flask-oidc = "^2.2.0"
flask-session = ">=0.6.0"
Expand Down

0 comments on commit 583c62f

Please sign in to comment.