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

Full client test #26

Merged
merged 1 commit into from
Feb 24, 2021
Merged

Full client test #26

merged 1 commit into from
Feb 24, 2021

Conversation

timlegge
Copy link
Contributor

This test follows the flow of the TUTORIAL.MD. The comments below
follows the major headings of that document to implement a full
SP client authentication process.

The only part that is missing is the user, redirect, IdP
web server flow. That is implemented via a call to
Test::Net::SAML2->net_saml2_binding_redirect_request($url, $idp).

The function receives the url that would be used to access the IdP and
responds with the SAMLResponse that the web browser would receive back
from the IdP. Essentially implementing the login process at the IdP.

This test follows the flow of the TUTORIAL.MD.  The comments below
follows the major headings of that document to implement a full
SP client authentication process.

The only part that is missing is the user, redirect, IdP
web server flow.  That is implemented via a call to
Test::Net::SAML2->net_saml2_binding_redirect_request($url, $idp).

The function receives the url that would be used to access the IdP and
responds with the SAMLResponse that the web browser would receive back
from the IdP.  Essentially implementing the login process at the IdP.
@timlegge timlegge merged commit 171fd63 into perl-net-saml2:master Feb 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant