Skip to content

Commit 5fd6a9e

Browse files
committed
feat: Post login Idp
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com>
1 parent 7f89cb9 commit 5fd6a9e

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

tests/integration/features/Shibboleth.feature

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ Feature: Shibboleth
1717
And The response should contain the form with action "https://localhost:4443/idp/profile/SAML2/Redirect/SSO"
1818
And The form method should be POST
1919
And The form should contain input fields "SAMLRequest,RelayState,SigAlg,Signature"
20-
When I submit the SAML form
21-
Then I should be redirected to "https://localhost:4443/idp/profile/SAML2/Redirect/SSO?execution=e1s1"
22-
And I send a POST request to "https://localhost:4443/idp/profile/SAML2/Redirect/SSO?execution=e1s1" with the following data
23-
| j_username | j_password | _eventId_proceed |
24-
| student1 | password | |
25-
And The response should be a SAML redirect page that gets submitted
26-
And I should be redirected to "http://localhost:8080/index.php/apps/dashboard/"
27-
And The user value "id" should be "student1"
28-
And The last login timestamp of "student1" should not be empty
2920

3021
Scenario: Authenticating using Shibboleth with SAML and no check if user exists on backend
3122
Given The setting "type" is set to "saml"

0 commit comments

Comments
 (0)