Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAML integration test #1965

Merged
merged 21 commits into from
Dec 1, 2023
Merged

SAML integration test #1965

merged 21 commits into from
Dec 1, 2023

Conversation

jackHay22
Copy link

@jackHay22 jackHay22 commented Nov 8, 2023

Add SAML integration test using https://hub.docker.com/r/kristophjunge/test-saml-idp/ https://github.com/AllSpiceIO/docker-test-saml-idp

Running test locally

docker run \
-p 8080:8080 \
-p 8443:8443 \
-e SIMPLESAMLPHP_SP_ENTITY_ID=http://localhost:3003/user/saml/test-sp/metadata \
-e SIMPLESAMLPHP_SP_ASSERTION_CONSUMER_SERVICE=http://localhost:3003/user/saml/test-sp/acs \
-e SIMPLESAMLPHP_SP_SINGLE_LOGOUT_SERVICE=http://localhost:3003/user/saml/test-sp/acs \
--add-host=localhost:192.168.65.2 \
-d allspice/simple-saml
TEST_SIMPLESAML_URL=localhost:8080 make test-sqlite#TestSAMLRegistration

TODO

@kdumontnu
Copy link

@techknowlogick can this be merged? I think it will help to get the base PR reviewed & merged.

@techknowlogick techknowlogick merged commit 3a25eb3 into techknowlogick:saml Dec 1, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants