2020-06-24 21:24:45 +00:00
|
|
|
"""test SAML Source"""
|
2020-09-11 21:21:11 +00:00
|
|
|
from sys import platform
|
2020-06-24 21:24:45 +00:00
|
|
|
from time import sleep
|
2021-02-18 12:41:03 +00:00
|
|
|
from typing import Any, Optional
|
2020-09-11 21:21:11 +00:00
|
|
|
from unittest.case import skipUnless
|
2020-06-24 21:24:45 +00:00
|
|
|
|
2020-09-09 22:14:59 +00:00
|
|
|
from docker.types import Healthcheck
|
2021-03-30 09:05:31 +00:00
|
|
|
from guardian.utils import get_anonymous_user
|
2020-06-24 21:24:45 +00:00
|
|
|
from selenium.webdriver.common.by import By
|
|
|
|
from selenium.webdriver.common.keys import Keys
|
|
|
|
from selenium.webdriver.support import expected_conditions as ec
|
2021-02-27 23:30:33 +00:00
|
|
|
from selenium.webdriver.support.wait import WebDriverWait
|
2020-06-24 21:24:45 +00:00
|
|
|
|
2022-08-02 22:05:49 +00:00
|
|
|
from authentik.blueprints.tests import apply_blueprint
|
2021-03-30 09:05:31 +00:00
|
|
|
from authentik.core.models import User
|
2020-12-05 21:08:42 +00:00
|
|
|
from authentik.crypto.models import CertificateKeyPair
|
|
|
|
from authentik.flows.models import Flow
|
|
|
|
from authentik.sources.saml.models import SAMLBindingTypes, SAMLSource
|
2021-05-25 15:35:24 +00:00
|
|
|
from authentik.stages.identification.models import IdentificationStage
|
2022-08-01 21:05:58 +00:00
|
|
|
from tests.e2e.utils import SeleniumTestCase, retry
|
2020-06-24 21:24:45 +00:00
|
|
|
|
|
|
|
IDP_CERT = """-----BEGIN CERTIFICATE-----
|
|
|
|
MIIDXTCCAkWgAwIBAgIJALmVVuDWu4NYMA0GCSqGSIb3DQEBCwUAMEUxCzAJBgNV
|
|
|
|
BAYTAkFVMRMwEQYDVQQIDApTb21lLVN0YXRlMSEwHwYDVQQKDBhJbnRlcm5ldCBX
|
|
|
|
aWRnaXRzIFB0eSBMdGQwHhcNMTYxMjMxMTQzNDQ3WhcNNDgwNjI1MTQzNDQ3WjBF
|
|
|
|
MQswCQYDVQQGEwJBVTETMBEGA1UECAwKU29tZS1TdGF0ZTEhMB8GA1UECgwYSW50
|
|
|
|
ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIB
|
|
|
|
CgKCAQEAzUCFozgNb1h1M0jzNRSCjhOBnR+uVbVpaWfXYIR+AhWDdEe5ryY+Cgav
|
|
|
|
Og8bfLybyzFdehlYdDRgkedEB/GjG8aJw06l0qF4jDOAw0kEygWCu2mcH7XOxRt+
|
|
|
|
YAH3TVHa/Hu1W3WjzkobqqqLQ8gkKWWM27fOgAZ6GieaJBN6VBSMMcPey3HWLBmc
|
|
|
|
+TYJmv1dbaO2jHhKh8pfKw0W12VM8P1PIO8gv4Phu/uuJYieBWKixBEyy0lHjyix
|
|
|
|
YFCR12xdh4CA47q958ZRGnnDUGFVE1QhgRacJCOZ9bd5t9mr8KLaVBYTCJo5ERE8
|
|
|
|
jymab5dPqe5qKfJsCZiqWglbjUo9twIDAQABo1AwTjAdBgNVHQ4EFgQUxpuwcs/C
|
|
|
|
YQOyui+r1G+3KxBNhxkwHwYDVR0jBBgwFoAUxpuwcs/CYQOyui+r1G+3KxBNhxkw
|
|
|
|
DAYDVR0TBAUwAwEB/zANBgkqhkiG9w0BAQsFAAOCAQEAAiWUKs/2x/viNCKi3Y6b
|
|
|
|
lEuCtAGhzOOZ9EjrvJ8+COH3Rag3tVBWrcBZ3/uhhPq5gy9lqw4OkvEws99/5jFs
|
|
|
|
X1FJ6MKBgqfuy7yh5s1YfM0ANHYczMmYpZeAcQf2CGAaVfwTTfSlzNLsF2lW/ly7
|
|
|
|
yapFzlYSJLGoVE+OHEu8g5SlNACUEfkXw+5Eghh+KzlIN7R6Q7r2ixWNFBC/jWf7
|
|
|
|
NKUfJyX8qIG5md1YUeT6GBW9Bm2/1/RiO24JTaYlfLdKK9TYb8sG5B+OLab2DImG
|
|
|
|
99CJ25RkAcSobWNF5zD0O6lgOo3cEdB/ksCq3hmtlC/DlLZ/D8CJ+7VuZnS1rR2n
|
|
|
|
aQ==
|
|
|
|
-----END CERTIFICATE-----"""
|
|
|
|
|
2020-07-12 15:22:26 +00:00
|
|
|
IDP_KEY = """-----BEGIN PRIVATE KEY-----
|
|
|
|
MIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDNQIWjOA1vWHUz
|
|
|
|
SPM1FIKOE4GdH65VtWlpZ9dghH4CFYN0R7mvJj4KBq86Dxt8vJvLMV16GVh0NGCR
|
|
|
|
50QH8aMbxonDTqXSoXiMM4DDSQTKBYK7aZwftc7FG35gAfdNUdr8e7VbdaPOShuq
|
|
|
|
qotDyCQpZYzbt86ABnoaJ5okE3pUFIwxw97LcdYsGZz5Ngma/V1to7aMeEqHyl8r
|
|
|
|
DRbXZUzw/U8g7yC/g+G7+64liJ4FYqLEETLLSUePKLFgUJHXbF2HgIDjur3nxlEa
|
|
|
|
ecNQYVUTVCGBFpwkI5n1t3m32avwotpUFhMImjkRETyPKZpvl0+p7mop8mwJmKpa
|
|
|
|
CVuNSj23AgMBAAECggEABn4I/B20xxXcNzASiVZJvua9DdRHtmxTlkLznBj0x2oY
|
|
|
|
y1/Nbs3d3oFRn5uEuhBZOTcphsgwdRSHDXZsP3gUObew+d2N/zieUIj8hLDVlvJP
|
|
|
|
rU/s4U/l53Q0LiNByE9ThvL+zJLPCKJtd5uHZjB5fFm69+Q7gu8xg4xHIub+0pP5
|
|
|
|
PHanmHCDrbgNN/oqlar4FZ2MXTgekW6Amyc/koE9hIn4Baa2Ke/B/AUGY4pMRLqp
|
|
|
|
TArt+GTVeWeoFY9QACUpaHpJhGb/Piou6tlU57e42cLoki1f0+SARsBBKyXA7BB1
|
|
|
|
1fMH10KQYFA68dTYWlKzQau/K4xaqg4FKmtwF66GQQKBgQD9OpNUS7oRxMHVJaBR
|
|
|
|
TNWW+V1FXycqojekFpDijPb2X5CWV16oeWgaXp0nOHFdy9EWs3GtGpfZasaRVHsX
|
|
|
|
SHtPh4Nb8JqHdGE0/CD6t0+4Dns8Bn9cSqtdQB7R3Jn7IMXi9X/U8LDKo+A18/Jq
|
|
|
|
V8VgUngMny9YjMkQIbK8TRWkYQKBgQDPf4nxO6ju+tOHHORQty3bYDD0+OV3I0+L
|
|
|
|
0yz0uPreryBVi9nY43KakH52D7UZEwwsBjjGXD+WH8xEsmBWsGNXJu025PvzIJoz
|
|
|
|
lAEiXvMp/NmYp+tY4rDmO8RhyVocBqWHzh38m0IFOd4ByFD5nLEDrA3pDVo0aNgY
|
|
|
|
n0GwRysZFwKBgQDkCj3m6ZMUsUWEty+aR0EJhmKyODBDOnY09IVhH2S/FexVFzUN
|
|
|
|
LtfK9206hp/Awez3Ln2uT4Zzqq5K7fMzUniJdBWdVB004l8voeXpIe9OZuwfcBJ9
|
|
|
|
gFi1zypx/uFDv421BzQpBN+QfOdKbvbdQVFjnqCxbSDr80yVlGMrI5fbwQKBgG09
|
|
|
|
oRrepO7EIO8GN/GCruLK/ptKGkyhy3Q6xnVEmdb47hX7ncJA5IoZPmrblCVSUNsw
|
|
|
|
n11XHabksL8OBgg9rt8oQEThQv/aDzTOW9aDlJNragejiBTwq99aYeZ1gjo1CZq4
|
|
|
|
2jKubpCfyZC4rGDtrIfZYi1q+S2UcQhtd8DdhwQbAoGAAM4EpDA4yHB5yiek1p/o
|
|
|
|
CbqRCta/Dx6Eyo0KlNAyPuFPAshupG4NBx7mT2ASfL+2VBHoi6mHSri+BDX5ryYF
|
|
|
|
fMYvp7URYoq7w7qivRlvvEg5yoYrK13F2+Gj6xJ4jEN9m0KdM/g3mJGq0HBTIQrp
|
|
|
|
Sm75WXsflOxuTn08LbgGc4s=
|
|
|
|
-----END PRIVATE KEY-----"""
|
|
|
|
|
2020-06-24 21:24:45 +00:00
|
|
|
|
2020-09-11 21:21:11 +00:00
|
|
|
@skipUnless(platform.startswith("linux"), "requires local docker")
|
2020-06-24 21:24:45 +00:00
|
|
|
class TestSourceSAML(SeleniumTestCase):
|
|
|
|
"""test SAML Source flow"""
|
|
|
|
|
2021-02-18 12:41:03 +00:00
|
|
|
def get_container_specs(self) -> Optional[dict[str, Any]]:
|
2020-09-11 22:53:38 +00:00
|
|
|
return {
|
2021-02-03 20:18:31 +00:00
|
|
|
"image": "kristophjunge/test-saml-idp:1.15",
|
2020-09-11 22:53:38 +00:00
|
|
|
"detach": True,
|
|
|
|
"network_mode": "host",
|
|
|
|
"auto_remove": True,
|
|
|
|
"healthcheck": Healthcheck(
|
2020-06-24 21:24:45 +00:00
|
|
|
test=["CMD", "curl", "http://localhost:8080"],
|
|
|
|
interval=5 * 100 * 1000000,
|
|
|
|
start_period=1 * 100 * 1000000,
|
|
|
|
),
|
2020-09-11 22:53:38 +00:00
|
|
|
"environment": {
|
2020-06-24 21:24:45 +00:00
|
|
|
"SIMPLESAMLPHP_SP_ENTITY_ID": "entity-id",
|
|
|
|
"SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE": (
|
|
|
|
f"{self.live_server_url}/source/saml/saml-idp-test/acs/"
|
|
|
|
),
|
|
|
|
},
|
2020-09-11 22:53:38 +00:00
|
|
|
}
|
2020-06-24 21:24:45 +00:00
|
|
|
|
2020-10-20 16:42:26 +00:00
|
|
|
@retry()
|
2022-08-01 21:05:58 +00:00
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/10-flow-default-authentication-flow.yaml",
|
|
|
|
"default/10-flow-default-invalidation-flow.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/20-flow-default-source-authentication.yaml",
|
|
|
|
"default/20-flow-default-source-enrollment.yaml",
|
|
|
|
"default/20-flow-default-source-pre-authentication.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
2020-06-24 21:24:45 +00:00
|
|
|
def test_idp_redirect(self):
|
|
|
|
"""test SAML Source With redirect binding"""
|
|
|
|
# Bootstrap all needed objects
|
|
|
|
authentication_flow = Flow.objects.get(slug="default-source-authentication")
|
|
|
|
enrollment_flow = Flow.objects.get(slug="default-source-enrollment")
|
2021-08-03 15:45:16 +00:00
|
|
|
pre_authentication_flow = Flow.objects.get(slug="default-source-pre-authentication")
|
2020-06-24 21:24:45 +00:00
|
|
|
keypair = CertificateKeyPair.objects.create(
|
2020-09-30 17:34:22 +00:00
|
|
|
name="test-idp-cert",
|
|
|
|
certificate_data=IDP_CERT,
|
|
|
|
key_data=IDP_KEY,
|
2020-06-24 21:24:45 +00:00
|
|
|
)
|
|
|
|
|
2021-05-25 15:35:24 +00:00
|
|
|
source = SAMLSource.objects.create(
|
2020-06-24 21:24:45 +00:00
|
|
|
name="saml-idp-test",
|
|
|
|
slug="saml-idp-test",
|
|
|
|
authentication_flow=authentication_flow,
|
|
|
|
enrollment_flow=enrollment_flow,
|
2021-03-24 08:22:06 +00:00
|
|
|
pre_authentication_flow=pre_authentication_flow,
|
2020-06-24 21:24:45 +00:00
|
|
|
issuer="entity-id",
|
|
|
|
sso_url="http://localhost:8080/simplesaml/saml2/idp/SSOService.php",
|
2021-03-30 08:05:14 +00:00
|
|
|
binding_type=SAMLBindingTypes.REDIRECT,
|
2020-06-24 21:24:45 +00:00
|
|
|
signing_kp=keypair,
|
|
|
|
)
|
2021-05-25 15:35:24 +00:00
|
|
|
ident_stage = IdentificationStage.objects.first()
|
|
|
|
ident_stage.sources.set([source])
|
|
|
|
ident_stage.save()
|
2020-06-24 21:24:45 +00:00
|
|
|
|
|
|
|
self.driver.get(self.live_server_url)
|
|
|
|
|
2021-02-27 23:30:33 +00:00
|
|
|
flow_executor = self.get_shadow_root("ak-flow-executor")
|
2021-08-03 15:45:16 +00:00
|
|
|
identification_stage = self.get_shadow_root("ak-stage-identification", flow_executor)
|
2021-02-27 23:30:33 +00:00
|
|
|
wait = WebDriverWait(identification_stage, self.wait_timeout)
|
|
|
|
|
|
|
|
wait.until(
|
2020-06-24 21:24:45 +00:00
|
|
|
ec.presence_of_element_located(
|
2021-05-03 19:40:57 +00:00
|
|
|
(By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button")
|
2020-06-24 21:24:45 +00:00
|
|
|
)
|
|
|
|
)
|
2021-02-27 23:30:33 +00:00
|
|
|
identification_stage.find_element(
|
2021-05-03 19:40:57 +00:00
|
|
|
By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button"
|
2020-07-08 22:41:14 +00:00
|
|
|
).click()
|
|
|
|
|
|
|
|
# Now we should be at the IDP, wait for the username field
|
|
|
|
self.wait.until(ec.presence_of_element_located((By.ID, "username")))
|
|
|
|
self.driver.find_element(By.ID, "username").send_keys("user1")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys("user1pass")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys(Keys.ENTER)
|
|
|
|
|
|
|
|
# Wait until we're logged in
|
2021-09-16 15:30:16 +00:00
|
|
|
self.wait_for_url(self.if_user_url("/library"))
|
2021-09-16 20:48:34 +00:00
|
|
|
self.driver.get(self.if_user_url("/settings"))
|
2020-07-08 22:41:14 +00:00
|
|
|
|
2021-03-30 09:05:31 +00:00
|
|
|
self.assert_user(
|
|
|
|
User.objects.exclude(username="akadmin")
|
2021-07-29 09:30:30 +00:00
|
|
|
.exclude(username__startswith="ak-outpost")
|
2021-03-30 09:05:31 +00:00
|
|
|
.exclude(pk=get_anonymous_user().pk)
|
2021-11-24 07:50:09 +00:00
|
|
|
.exclude(pk=self.user.pk)
|
2021-03-30 09:05:31 +00:00
|
|
|
.first()
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
|
2020-10-20 16:42:26 +00:00
|
|
|
@retry()
|
2022-08-01 21:05:58 +00:00
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/10-flow-default-authentication-flow.yaml",
|
|
|
|
"default/10-flow-default-invalidation-flow.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/20-flow-default-source-authentication.yaml",
|
|
|
|
"default/20-flow-default-source-enrollment.yaml",
|
|
|
|
"default/20-flow-default-source-pre-authentication.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
2020-07-08 22:41:14 +00:00
|
|
|
def test_idp_post(self):
|
|
|
|
"""test SAML Source With post binding"""
|
|
|
|
# Bootstrap all needed objects
|
|
|
|
authentication_flow = Flow.objects.get(slug="default-source-authentication")
|
|
|
|
enrollment_flow = Flow.objects.get(slug="default-source-enrollment")
|
2021-08-03 15:45:16 +00:00
|
|
|
pre_authentication_flow = Flow.objects.get(slug="default-source-pre-authentication")
|
2020-07-08 22:41:14 +00:00
|
|
|
keypair = CertificateKeyPair.objects.create(
|
2020-09-30 17:34:22 +00:00
|
|
|
name="test-idp-cert",
|
|
|
|
certificate_data=IDP_CERT,
|
|
|
|
key_data=IDP_KEY,
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
|
2021-03-24 08:22:06 +00:00
|
|
|
source = SAMLSource.objects.create(
|
2020-07-08 22:41:14 +00:00
|
|
|
name="saml-idp-test",
|
|
|
|
slug="saml-idp-test",
|
|
|
|
authentication_flow=authentication_flow,
|
|
|
|
enrollment_flow=enrollment_flow,
|
2021-03-24 08:22:06 +00:00
|
|
|
pre_authentication_flow=pre_authentication_flow,
|
2020-07-08 22:41:14 +00:00
|
|
|
issuer="entity-id",
|
|
|
|
sso_url="http://localhost:8080/simplesaml/saml2/idp/SSOService.php",
|
|
|
|
binding_type=SAMLBindingTypes.POST,
|
|
|
|
signing_kp=keypair,
|
|
|
|
)
|
2021-05-25 15:35:24 +00:00
|
|
|
ident_stage = IdentificationStage.objects.first()
|
|
|
|
ident_stage.sources.set([source])
|
|
|
|
ident_stage.save()
|
2020-07-08 22:41:14 +00:00
|
|
|
|
|
|
|
self.driver.get(self.live_server_url)
|
|
|
|
|
2021-02-27 23:30:33 +00:00
|
|
|
flow_executor = self.get_shadow_root("ak-flow-executor")
|
2021-08-03 15:45:16 +00:00
|
|
|
identification_stage = self.get_shadow_root("ak-stage-identification", flow_executor)
|
2021-02-27 23:30:33 +00:00
|
|
|
wait = WebDriverWait(identification_stage, self.wait_timeout)
|
|
|
|
|
|
|
|
wait.until(
|
2020-07-08 22:41:14 +00:00
|
|
|
ec.presence_of_element_located(
|
2021-05-03 19:40:57 +00:00
|
|
|
(By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button")
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
)
|
2021-02-27 23:30:33 +00:00
|
|
|
identification_stage.find_element(
|
2021-05-03 19:40:57 +00:00
|
|
|
By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button"
|
2020-07-08 22:41:14 +00:00
|
|
|
).click()
|
2020-07-12 15:55:09 +00:00
|
|
|
sleep(1)
|
2021-03-24 08:22:06 +00:00
|
|
|
|
|
|
|
flow_executor = self.get_shadow_root("ak-flow-executor")
|
|
|
|
consent_stage = self.get_shadow_root("ak-stage-consent", flow_executor)
|
|
|
|
|
|
|
|
self.assertIn(
|
|
|
|
source.name,
|
|
|
|
consent_stage.find_element(By.CSS_SELECTOR, "#header-text").text,
|
|
|
|
)
|
|
|
|
consent_stage.find_element(
|
|
|
|
By.CSS_SELECTOR,
|
|
|
|
("[type=submit]"),
|
|
|
|
).click()
|
2020-07-08 22:41:14 +00:00
|
|
|
|
|
|
|
# Now we should be at the IDP, wait for the username field
|
|
|
|
self.wait.until(ec.presence_of_element_located((By.ID, "username")))
|
|
|
|
self.driver.find_element(By.ID, "username").send_keys("user1")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys("user1pass")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys(Keys.ENTER)
|
|
|
|
|
|
|
|
# Wait until we're logged in
|
2021-09-16 15:30:16 +00:00
|
|
|
self.wait_for_url(self.if_user_url("/library"))
|
2021-09-16 20:48:34 +00:00
|
|
|
self.driver.get(self.if_user_url("/settings"))
|
2020-07-08 22:41:14 +00:00
|
|
|
|
2021-03-30 09:05:31 +00:00
|
|
|
self.assert_user(
|
|
|
|
User.objects.exclude(username="akadmin")
|
2021-07-29 09:30:30 +00:00
|
|
|
.exclude(username__startswith="ak-outpost")
|
2021-03-30 09:05:31 +00:00
|
|
|
.exclude(pk=get_anonymous_user().pk)
|
2021-11-24 07:50:09 +00:00
|
|
|
.exclude(pk=self.user.pk)
|
2021-03-30 09:05:31 +00:00
|
|
|
.first()
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
|
2020-10-20 16:42:26 +00:00
|
|
|
@retry()
|
2022-08-01 21:05:58 +00:00
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/10-flow-default-authentication-flow.yaml",
|
|
|
|
"default/10-flow-default-invalidation-flow.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
|
|
|
@apply_blueprint(
|
2022-08-16 14:12:21 +00:00
|
|
|
"default/20-flow-default-source-authentication.yaml",
|
|
|
|
"default/20-flow-default-source-enrollment.yaml",
|
|
|
|
"default/20-flow-default-source-pre-authentication.yaml",
|
2022-08-01 21:05:58 +00:00
|
|
|
)
|
2020-07-08 22:41:14 +00:00
|
|
|
def test_idp_post_auto(self):
|
|
|
|
"""test SAML Source With post binding (auto redirect)"""
|
|
|
|
# Bootstrap all needed objects
|
|
|
|
authentication_flow = Flow.objects.get(slug="default-source-authentication")
|
|
|
|
enrollment_flow = Flow.objects.get(slug="default-source-enrollment")
|
2021-08-03 15:45:16 +00:00
|
|
|
pre_authentication_flow = Flow.objects.get(slug="default-source-pre-authentication")
|
2020-07-08 22:41:14 +00:00
|
|
|
keypair = CertificateKeyPair.objects.create(
|
2020-09-30 17:34:22 +00:00
|
|
|
name="test-idp-cert",
|
|
|
|
certificate_data=IDP_CERT,
|
|
|
|
key_data=IDP_KEY,
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
|
2021-05-25 15:35:24 +00:00
|
|
|
source = SAMLSource.objects.create(
|
2020-07-08 22:41:14 +00:00
|
|
|
name="saml-idp-test",
|
|
|
|
slug="saml-idp-test",
|
|
|
|
authentication_flow=authentication_flow,
|
|
|
|
enrollment_flow=enrollment_flow,
|
2021-03-24 08:22:06 +00:00
|
|
|
pre_authentication_flow=pre_authentication_flow,
|
2020-07-08 22:41:14 +00:00
|
|
|
issuer="entity-id",
|
|
|
|
sso_url="http://localhost:8080/simplesaml/saml2/idp/SSOService.php",
|
|
|
|
binding_type=SAMLBindingTypes.POST_AUTO,
|
|
|
|
signing_kp=keypair,
|
|
|
|
)
|
2021-05-25 15:35:24 +00:00
|
|
|
ident_stage = IdentificationStage.objects.first()
|
|
|
|
ident_stage.sources.set([source])
|
|
|
|
ident_stage.save()
|
2020-07-08 22:41:14 +00:00
|
|
|
|
|
|
|
self.driver.get(self.live_server_url)
|
|
|
|
|
2021-02-27 23:30:33 +00:00
|
|
|
flow_executor = self.get_shadow_root("ak-flow-executor")
|
2021-08-03 15:45:16 +00:00
|
|
|
identification_stage = self.get_shadow_root("ak-stage-identification", flow_executor)
|
2021-02-27 23:30:33 +00:00
|
|
|
wait = WebDriverWait(identification_stage, self.wait_timeout)
|
|
|
|
|
|
|
|
wait.until(
|
2020-07-08 22:41:14 +00:00
|
|
|
ec.presence_of_element_located(
|
2021-05-03 19:40:57 +00:00
|
|
|
(By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button")
|
2020-07-08 22:41:14 +00:00
|
|
|
)
|
|
|
|
)
|
2021-02-27 23:30:33 +00:00
|
|
|
identification_stage.find_element(
|
2021-05-03 19:40:57 +00:00
|
|
|
By.CSS_SELECTOR, ".pf-c-login__main-footer-links-item > button"
|
2020-06-24 21:24:45 +00:00
|
|
|
).click()
|
|
|
|
|
|
|
|
# Now we should be at the IDP, wait for the username field
|
|
|
|
self.wait.until(ec.presence_of_element_located((By.ID, "username")))
|
|
|
|
self.driver.find_element(By.ID, "username").send_keys("user1")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys("user1pass")
|
|
|
|
self.driver.find_element(By.ID, "password").send_keys(Keys.ENTER)
|
|
|
|
|
|
|
|
# Wait until we're logged in
|
2021-09-16 15:30:16 +00:00
|
|
|
self.wait_for_url(self.if_user_url("/library"))
|
2021-09-16 20:48:34 +00:00
|
|
|
self.driver.get(self.if_user_url("/settings"))
|
2020-06-24 21:24:45 +00:00
|
|
|
|
2021-03-30 09:05:31 +00:00
|
|
|
self.assert_user(
|
|
|
|
User.objects.exclude(username="akadmin")
|
2021-07-29 09:30:30 +00:00
|
|
|
.exclude(username__startswith="ak-outpost")
|
2021-03-30 09:05:31 +00:00
|
|
|
.exclude(pk=get_anonymous_user().pk)
|
2021-11-24 07:50:09 +00:00
|
|
|
.exclude(pk=self.user.pk)
|
2021-03-30 09:05:31 +00:00
|
|
|
.first()
|
2020-06-24 21:24:45 +00:00
|
|
|
)
|