Skip to content

Commit

Permalink
Add new IDP check to auditor list to make it active
Browse files Browse the repository at this point in the history
  • Loading branch information
malexmave authored Oct 2, 2024
1 parent 130f7d9 commit 70b226a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kcwarden/auditors/idp_auditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
)
from kcwarden.auditors.idp.identity_provider_with_one_time_sync import IdentityProviderWithOneTimeSync
from kcwarden.auditors.idp.oidc_identity_provider_without_pkce import OIDCIdentityProviderWithoutPKCE
from kcwarden.auditors.idp.identity_provider_with_signature_verification_disabled import IdentityProviderWithSignatureVerificationDisabled

# TODO Refactor this bit out of here to get rid of this file.
# Idea: Rely on the auto-import logic that will be the basis for the plugin infrastructure?
Expand All @@ -12,4 +13,5 @@
OIDCIdentityProviderWithoutPKCE,
IdentityProviderWithOneTimeSync,
IdentityProviderWithMappersWithoutForceSyncMode,
IdentityProviderWithSignatureVerificationDisabled
]

0 comments on commit 70b226a

Please sign in to comment.