move common saml code
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
		@ -7,13 +7,13 @@ from selenium.webdriver.common.by import By
 | 
			
		||||
from selenium.webdriver.support import expected_conditions as ec
 | 
			
		||||
 | 
			
		||||
from authentik.blueprints.tests import apply_blueprint, reconcile_app
 | 
			
		||||
from authentik.common.saml.constants import SAML_BINDING_POST
 | 
			
		||||
from authentik.core.models import Application
 | 
			
		||||
from authentik.core.tests.utils import create_test_cert
 | 
			
		||||
from authentik.flows.models import Flow
 | 
			
		||||
from authentik.policies.expression.models import ExpressionPolicy
 | 
			
		||||
from authentik.policies.models import PolicyBinding
 | 
			
		||||
from authentik.providers.saml.models import SAMLBindings, SAMLPropertyMapping, SAMLProvider
 | 
			
		||||
from authentik.sources.saml.processors.constants import SAML_BINDING_POST
 | 
			
		||||
from tests.e2e.utils import SeleniumTestCase, retry
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user