Skip to content

Commit

Permalink
Merge pull request #315 from maykinmedia/feature/fix-dep-adfs-oidc
Browse files Browse the repository at this point in the history
Patched a setting because adfs_db doesn't pin adfs lib.
  • Loading branch information
joeribekker committed Sep 2, 2022
2 parents 9c2c6fe + fde6b73 commit f9b3f24
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -9,6 +9,9 @@


def from_auth_adfs_to_mozilla_oidc(apps, schema_editor):
# Patch a missing setting in newer versions of django-auth-adfs > 1.6.1
auth_adfs_settings.VERSION = "v2.0"

ADFSConfig = apps.get_model("django_auth_adfs_db", "ADFSConfig")
OpenIDConnectConfig = apps.get_model(
"mozilla_django_oidc_db", "OpenIDConnectConfig"
Expand Down

0 comments on commit f9b3f24

Please sign in to comment.